misc: update Changelog and NOTICE; remove BUGS and TODO
[nit.git] / tests /
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
2009-07-10 Jean-Sebastien Gelinastools: add 'Location' class to use in AST and errors
2009-07-08 Jean Privatcompile: fatal error on unknown intern method
2009-07-08 Jean-Sebastien Gelinastests: change 'rand' test for better portability
2009-07-07 Jean Privatsyntax: if absent, create classes Object and Bool in...
2009-07-07 Jean Privattests: handle compilation errors when nitc succeed...
2009-07-07 Jean Privattests: remove old bin before compiling
2009-07-07 Jean Privattests: set LANG to avoid locale perturbation
2009-07-07 Jean Privatsyntax: do not compute ancestors if syntax failed
2009-07-07 Jean Privattests: enable vararg in bas_sig_inh_alt1
2009-07-06 Jean Privatcompile: spell "failed" correctly
2009-07-06 Jean Privattests: massive update of tests files
2009-07-06 Jean Privattests: tests.sh counts errors
2009-07-06 Jean Privattests: tests.sh compares results with expected buggy...
2009-07-06 Jean Privattests: add verbose option to tests.sh
2009-07-06 Jean Privattests: add option handling to tests.sh
2009-07-04 Jean Privattests: add test_exec_ls
2009-07-04 Jean Privattests: update base_primitive_null
2009-07-04 Jean Privattests: new base_int and base_int2
2009-07-04 Jean Privattests: base_closure11 complex stacked and nested closure
2009-07-04 Jean Privatsyntax: bug to fix: specialize broken type
2009-07-04 Jean Privatsyntax: do not process erroneous formal types
2009-07-04 Jean Privatsyntax: do not processes erroneous signatures
2009-07-04 Jean Privatsyntax: better error message for generic class arity...
2009-07-04 Jean Privattests: add base_gen2.nit
2009-07-04 Jean Privatsyntax: add PType::is_typed
2009-07-04 Jean Privatsyntax: add some missing PExpr::is_typed.
2009-07-04 Jean Privatsyntax: move varctx initialization to the PClassdef
2009-07-04 Jean-Sebastien Gelinastests: add test for filter_stream
2009-06-26 Jean-Sebastien Gelinaslib: fix a bug with String::has_substring and related...
2009-06-26 Jean Privatsyntax: 'meth' -> 'fun', 'attr' -> 'var'
2009-06-26 Jean Privatnullable: enforce static and dynamic rules.
2009-06-26 Jean Privatnullable: convert lib, tools and tests
2009-06-24 Jean Privatcompile: no default value for notnull primitive attributes.
2009-06-24 Jean Privatnullable: type, compile and test 'isset _attr'
2009-06-24 Jean Privatcompile: implicit isset for attribute read access
2009-06-24 Jean Privattests: base_nullable.nit and base_eq_null_notnull.nit
2009-06-24 Jean Privattests: nullable and array
2009-06-24 Jean Privattyping: 'for' iterates on Collection[nullable Object]
2009-06-24 Jean Privatnullable: type, compile and test 'as(not null)'
2009-06-24 Jean Privatsyntax: Update check_conform_multiexpr with nullables
2009-06-24 Jean Privatsyntax: fix OR if_false_var_ctx passing.
2009-06-24 Jean Privatsyntax: local variable assignment always cast
2009-06-24 Jean Privatsyntax: while condition can now cast variable
2009-06-24 Jean Privatsyntax: variable assignment can bypass cast
2009-06-24 Jean Privatsyntax: if_false_variable_ctx
2009-06-24 Jean Privatsyntax: var assignment can bypass casted type
2009-06-24 Jean Privattests: update base_closure6.nit
2009-06-24 Jean Privattests: add base_var_assignment_flow.nit
2009-06-24 Jean Privattests: new base_var.nit
next