add src/doc in gitignore
[nit.git] / tests /
2012-02-27 Jean Privattests: update nits.sav because of the merge
2012-02-27 Jean PrivatMerge branch 'global' into wip
2012-02-27 Jean Privattests: update Makefile to test nits
2012-02-27 Jean PrivatRTA: inits are polymorphic
2012-02-27 Jean Privatsyntax: warn for superfluous parentheses in signatures
2012-02-27 Jean Privatparser: include obra and cbra in signatures
2012-02-24 Jean Privatnitc: activate warnings by default
2012-02-24 Jean Privattyping: error on foo() when foo is a variable
2012-02-24 Jean Privatlib: remove obsolete sdl and game library
2012-02-24 Jean Privattests: change test_parser arguments to be more stable
2012-02-24 Jean Privatparser: include obra, cbra, opar and cpar in arguments
2012-02-24 Jean Privatparser: include obra and cbra in range nodes
2012-02-24 Jean Privatglobal: move options from nitc.nit to global.nit
2012-02-24 Jean Privatparser: include parentheses in parexpr and as_*expr
2012-02-17 Jean Privattools: clean Makefiles
2012-02-17 Jean Privatnitc: use simplify_path to manipulate sane filenames
2012-02-17 Jean Privatparser: detect bad string and char literals
2012-02-17 Jean Privatparser: allow comments without eol (for eof)
2012-02-17 Jean Privattools: handle end of file errors
2012-02-17 Jean Privatparser: improve Token.to_s and syntax error messages
2012-02-17 Jean Privatparser: integrate the token 'end' in the AST
2012-02-17 Jean Privatparser: add a hot location for closure definitions
2012-02-17 Jean Privatassert: use id.text.to_s instead of id.to_s for runtime...
2012-02-15 Jean Privattests: update nitdoc (because of the merge)
2012-02-15 Jean PrivatMerge branch 'ni' into wip
2012-02-15 Jean PrivatMerge branch 'nitdoc2' into wip
2012-02-15 Jean Privattests: improve the ls portability
2012-02-15 Jean Privattests: clean the write directory for tests with arguments
2012-02-15 Jean Privattests: add new nitdoc options to test
2012-02-15 Alexis Laferrièreanalysis: mark all extern methods as reachable and...
2012-02-15 Alexis Laferrièreanalysis: fix analysis with native interface for global...
2012-02-14 Jean Privattests: fix test_parser
2012-02-13 Alexis Laferrièretests: removes incomplete and duplicate tests for nativ...
2012-02-13 Alexis Laferrièretests: adds sav for test_ni_cast_extra
2012-02-13 Alexis Laferrièrelib: adds String::file_extension to retreive extension...
2012-02-13 Jean Privatlib: remove some depreciated methods in Map
2012-02-13 Jean Privatlib: for on maps require two parameters
2012-02-13 Jean Privatlib: add 'keys' and 'values' methods in Map
2012-02-13 Jean Privatlib: remove specialization link between Map and Sequence
2012-02-09 Alexis Laferrièretools: adds nits, a compiler of help files to use the...
2012-02-09 Alexis Laferrièretests: adds native interface tests
2012-02-09 Alexis Laferrièreni: intro of frontier files between nit code and extern...
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
next