update NOTICE and LICENSE
[nit.git] / tests /
2012-02-09 Jean Privatnitdoc: uptate tests
2012-02-03 Jean Privatnitdoc: complete rewrite
2012-02-03 Jean Privatsyntax: try to produce an error message for local prope...
2012-02-03 Jean Privatsyntax: use attributes names for parameters in implicit...
2011-11-25 Jean PrivatMerge branch 'fix-vt' into wip
2011-11-25 Jean Privattest: add new test base_virtual_type_check.nit
2011-11-25 Jean Privaticode: add automatic tests for virtual type parameters...
2011-10-18 Jean PrivatMerge remote branch 'origin/pu/nitdoc-graph' into wip
2011-10-18 Matthieu Augernitdoc: show the module hierarchy
2011-10-13 Jean PrivatMerge branch 'pu/qualified-modules' into wip
2011-10-13 Jean PrivatMerge branch 'pu/class_name' into wip
2011-10-13 Jean PrivatMerge branch 'pu/parameter-names' into wip
2011-10-06 Alexis Laferrièremm: changes to_s of signatures to include param names...
2011-10-06 Alexis Laferrièremisc: corrects some typos and according tests
2011-06-27 Jean PrivatMerge branch 'better-locate' into wip
2011-06-23 Jean Privatparser: fix and add tests to test_parser.nit
2011-06-23 Jean Privatparser: locate errors with locations in ANode
2011-06-23 Jean Privatsyntax: better message for signature errors
2011-06-23 Jean Privatparser: display colored lines with error messages
2011-04-29 Alexandre Terrasalib : Add class name support
2011-04-15 Alexandre Terrasasrc: fix "constrctor" typo in error messages
2011-04-14 Alexandre Terrasasrc: Minor fixes in error messages
2011-04-02 Jean Privatcompile: cnames for classes and modules
2011-04-01 Jean PrivatMerge branches 'fix_doc', 'general_for' and 'mmbuilder_...
2011-04-01 Jean Privatexample: add int_list.nit
2011-03-31 Jean Privatsyntax: enable a generalized for with iterate
2011-03-31 Jean Privattests: add error_type_unk
2011-03-31 Jean Privattests: add base_upcast
2011-03-31 Jean Privattests: add error_redef.nit and error_redef2.nit
2011-03-31 Jean Privattests: new combinatorial tests
2011-03-31 Jean Privattyping: move redef class check before inheritance
2011-03-31 Jean Privattyping: do not crash on inherited invalid signature
2011-03-31 Jean Privatnitc: add option --stop-on-first-error
2011-02-17 Jean PrivatMerge branch 'doc' into wip
2011-02-17 Jean Privatexample: add circular_list.nit
2011-02-17 Jean Privatexample: add clock.nit and clock_mode.nit
2011-02-15 Jean Privatbug: undetected uninitialized attr because of generic
2011-02-15 Jean Privattests: add libs/*.nit to tests
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
next