update NOTICE and LICENSE
[nit.git] / tests / sav /
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: 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-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 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-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-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: 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: add base_var_assignment_flow.nit
2009-06-24 Jean Privattests: new base_var.nit
2009-06-24 Jean Privattests: add base_as_cast
2009-06-24 Jean Privatsyntax: new method check_conform_multiexpr
2009-06-10 Jean PrivatSpelling: bloc -> block
2009-06-10 Jean Privatcompile: Fix inlined return in closure
2009-06-10 Jean Privatcompile: Fix closure break marker resetting
2009-06-10 Jean Privatlib: Split collections into readable and writable
2009-02-06 Jean PrivatNew test suite for default blocs.
2009-01-24 Jean PrivatFinalizer for closures.
2009-01-24 Jean PrivatNew function process_closures.
2009-01-22 Jean PrivatAdd break closure.
2009-01-22 Jean PrivatUpdate results for closure tests
2009-01-21 Jean PrivatNew test suite for closures
2009-01-20 Jean PrivatTyping of closures
2009-01-26 Jean PrivatNew tests base_init_auto and error_init_auto.
2009-01-26 Jean PrivatFix base_init_linext tests.
2009-01-20 Jean PrivatMake 'self' a standard parameter (ParamVariable)
2009-01-20 Jean PrivatPrevent statements to be used as expressions.
2009-01-20 Jean PrivatSimplify control flow and update tests.
2008-12-27 Jean PrivatNew tests for inherited constructors.
2008-12-27 Jean PrivatPrepare Nit code for inherited and automatic constructors.
2008-12-25 Jean PrivatUpdate tests
2008-12-24 Jean PrivatMove test *.sav files to a sav/ subdirectory.