misc: update NOTICE
[nit.git] / tests / sav /
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 Privatmetamodel: rename 'universal' to 'enum'
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-Sebastien Gelinastests: add test for logging feature of nitc
2011-01-21 Jean-Sebastien Gelinastests: add nitc test
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: fix error_class_glob.fail
2010-01-11 Jean-Sebastien Gelinastools: generate logs in a selected directory
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 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: 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: update nitdoc sav
2009-08-01 Jean Privatsyntax: closure are designed by their names, not their...
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: allow '.write' to be directories
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
next