misc: update NOTICE
[nit.git] / tests /
2011-02-17 Jean Privatexample: add circular_list.nit
2011-02-17 Jean Privatexample: add clock.nit and clock_mode.nit
2011-02-14 Jean Privatmetamodel: rename 'universal' to 'enum'
2011-02-14 Jean Privattests: use enum instead of universal
2011-02-14 Jean Privatmetamodel: rename 'universal' to 'enum'
2011-02-09 Jean-Sebastien Gelinastests: more documentation to tests_icode.sh
2011-01-29 Jean Privattests: add << and >> in test_operators.nit
2011-01-25 Jean PrivatMerge branch 'alexis/various-fixes' into wip
2011-01-25 Alexis Laferrièrelib: adds methods to tell if Char is a lower, upper...
2011-01-25 Jean PrivatMerge remote branch 'pu/new-style_attributes' into wip
2011-01-22 Jean Privatsyntax: new-style attributes for those without underscore
2011-01-21 Jean PrivatMerge remote branch 'jean-sebastien/various-fixes'...
2011-01-21 Jean-Sebastien Gelinastests: add test for logging feature of nitc
2011-01-21 Jean-Sebastien Gelinastests: add nitc test
2011-01-04 Jean PrivatMerge remote branch 'jean-sebastien/fix-test-icode...
2010-12-23 Jean-Sebastien Gelinastests: make sure all tests are ran by default
2010-12-22 Jean-Sebastien Gelinastests: add missing tests file for icode_ireg
2010-08-06 Jean Privattests: add base_orelse.nit
2010-06-15 Jean Privatsyntax: new "or else" construction
2010-01-26 Jean Privatsyntax: refuse return in default closure definition
2010-01-22 Jean Privatmetamodel: lazily compute global properties
2010-01-21 Jean Privatanalysis: improve alocate_register_slots
2010-01-18 Jean Privatsyntax: type error when using superstrings with nullables
2010-01-15 Jean Privatsyntax: allow 'null == x' and 'null != x'
2010-01-15 Jean Privatsyntax: track exits context in do blocks
2010-01-15 Jean Privatsyntax: remove VariableContex::stype=
2010-01-14 Jean Privatsyntax: stmts after loops without breaks are unreashables
2010-01-14 Jean Privatsyntax: unreachable statements are errors
2010-01-14 Jean Privattests: remove static dead code
2010-01-14 Jean Privatsyntax: while/loop exit type evolution
2010-01-14 Jean Privatsyntax: fix type evolution on non nullable type
2010-01-14 Jean Privatsyntax: comparing a variable with null makes it evolve...
2010-01-14 Jean Privatsyntax: merge nullable information on type evolution
2010-01-14 Jean Privatsyntax: prevent segfault on null types
2010-01-14 Jean Privatsyntax: untyped local variables are 'nullable Object'
2010-01-11 Jean-Sebastien Gelinastests: add some basic tests for dead method removal...
2010-01-11 Jean-Sebastien Gelinastests: rename the 'all' target to 'separate' and create...
2010-01-11 Jean-Sebastien Gelinastests: add a 'icode' target to the Makefile
2010-01-11 Jean-Sebastien Gelinastests: add a script to test ICode generation
2010-01-11 Jean-Sebastien Gelinastests: fix error_class_glob.fail
2010-01-11 Jean-Sebastien Gelinastools: generate logs in a selected directory
2010-01-11 Jean-Sebastien Gelinastools: add a 'global' compilation target to the tests...
2010-01-11 Jean-Sebastien Gelinastools: don't print stack for tests that fail, fix saves
2009-09-15 Jean Privaticode: inline foreign icloscall and ihasclos
2009-09-04 Jean Privatlib: add Array::sort !cmp
2009-08-27 Jean Privatlib: add Int::enumerate_*
2009-08-27 Jean Privatlib: add iterate methods on Collection
2009-08-26 Jean Privaticode: duplicate closure declaration on ICodeN
2009-08-26 Jean Privaticode: new IEscapeMark class to bind ISeq and IEscape
2009-08-24 Jean Privatsyntax: break closures are implicitly ended with 'break'
2009-08-24 Jean Privatsyntax: fix 'break' with value in default closures
2009-08-20 Jean Privatsyntax: allow untyped variable declaration
2009-08-20 Jean Privatsyntax: assign variable even if there is no base type
2009-08-19 Jean Privattests: fix test_extern.nit for 64bits
2009-08-19 Jean Privatsyntax: new 'assert else' statement
2009-08-19 Jean Privaticode: if inlining is impossible, at least use a static...
2009-08-17 Jean Privatsyntax: fatal error on unavailable primitive method
2009-08-17 Jean Privaticode: do no do recursive inline
2009-08-17 Jean Privaticode: inline methods with closures
2009-08-17 Jean Privatcompile: force inlining with special class Inline__
2009-08-17 Jean Privaticode: fix slot locality for params and return
2009-08-10 Jean Privaticode: remove method information in IAbort
2009-08-06 Jean Privatsyntax: 'do' blocks only accept labelled breaks
2009-08-06 Jean Privatsyntax: error on local variable masking
2009-08-06 Jean Privatsyntax: remove local variable masking
2009-08-06 Jean Privatsyntax: add 'loop' construction
2009-08-06 Jean Privatlib: rename IndexedCollection to Sequence
2009-08-06 Jean Privatlib: split hash into hash_collection
2009-08-06 Jean Privatlib: new /lib/standard/collection directory
2009-08-06 Jean Privattests: remove broken shootout_pidigits
2009-08-03 Jean Privattests: do not execute while in a sub-processus
2009-08-03 Jean Privattests: use [ ] instead of [[ ]] in Makefile
2009-08-03 Jean Privattests: update nitdoc sav
2009-08-01 Jean Privatsyntax: closure are designed by their names, not their...
2009-08-01 Jean Privatsyntax: [] method can have closure definition
2009-08-01 Jean Privatparser: oneline assignment for 'return' and 'continue'
2009-07-31 Jean Privatparser: closure syntax use '!' instead of 'with'
2009-07-31 Jean Privattests: add base_closure_forms
2009-07-30 Jean-Sebastien Gelinastests: add test for nitdoc
2009-07-30 Jean-Sebastien Gelinastests: reorganize imports for nitc call
2009-07-30 Jean-Sebastien Gelinastests: allow '.write' to be directories
2009-07-30 Jean-Sebastien Gelinastests: validate file existence of file to test before...
2009-07-30 Jean Privatparser: correct error messages for syntax errors
2009-07-30 Jean Privatsyntax: arity missmatch error messages show prototypes
2009-07-30 Jean Privattools: correctly display multiline locations
2009-07-28 Jean-Sebastien Gelinastests: use most recent nitc if not supplied
2009-07-28 Jean-Sebastien Gelinastests: better handling of 'make failed' when no failed...
2009-07-28 Jean-Sebastien Gelinastests: do not overwrite 'errlist' on hard exit
2009-07-28 Jean-Sebastien Gelinastests: allow multiple lines in argument files
2009-07-28 Jean-Sebastien Gelinastools: add test to validate existence of needed classes
2009-07-27 Jean Privatsyntax: handle labels for 'do'
2009-07-27 Jean Privatsyntax: handle labels for for, while and closures
2009-07-27 Jean Privaticode: generate null receiver runtime checks
2009-07-27 Jean Privaticode: introduce intermediate code representation
2009-07-26 Jean Privattests: base_attr_iset tests construction check errors
2009-07-24 Jean Privattests: new base_vararg, remove test_star
2009-07-23 Jean-Sebastien Gelinastools: add 'relative_to' to Locations
2009-07-23 Jean-Sebastien Gelinastools: order messages by line number/column
2009-07-15 Jean Privatlib: improve list iterator
2009-07-14 Jean-Sebastien Gelinastools: add a 'failed' target to test makefile
next