clib: prefix runtime errors with "Runtime error"
[nit.git] / tests /
2012-08-03 Jean Privatclib: prefix runtime errors with "Runtime error"
2012-08-03 Jean Privattests: add niti and nitg Makefile rules
2012-08-03 Jean Privattests: add option --noskip
2012-08-03 Jean Privattests: allow skipping tests based on engines
2012-08-03 Jean Privattests: differentiate the engine and the binary name
2012-08-03 Jean Privattests: re-distinquish compilation errors.
2012-08-03 Jean Privattests: specific execution if $engine==nit
2012-08-03 Jean Privattests: add option --engine
2012-08-03 Jean Privattests: add --tap
2012-08-03 Jean Privattests: recognize "NOT YET IMPLEMENTED"
2012-08-03 Jean Privattests: update sav to remove soso
2012-08-03 Jean Privattests: tests_icode also use alterner.pl
2012-08-02 Jean Privattests: use alterner.pl
2012-08-02 Jean Privattests: replace #!alt by #alt
2012-08-02 Jean Privattests: recognize a nonstart #alt as a #!alt
2012-08-02 Jean Privattests: add fail soso
2012-08-02 Jean Privatmmbuilder: add missing "error" in an error message
2012-06-07 Alexis Laferrièretests: adds test for ni optimizations
2012-05-08 Jean Privatnitg: introduction of the the global compiler
2012-05-03 Jean PrivatMerge branch 'newmodel' into wip
2012-05-02 Jean PrivatMerge branch 'nitdoc' into wip
2012-05-02 Jean Privatlib: Array::== do not return false if the dynamic types...
2012-04-26 Jean Privattests: add nitstats to the Makefile
2012-04-23 Alexandre TerrasaAdd customization features to nitdoc.
2012-04-20 Jean Privattests: add base_stdout.nit
2012-04-20 Jean Privattests: add base_range.nit
2012-04-20 Jean Privattests: add base_abstract_fun
2012-04-20 Jean Privattests: add base_string.nit
2012-04-20 Jean Privattests: base_output_class_name imports kernel
2012-04-19 Jean Privattests: add nit.nit
2012-04-19 Jean Privattests: generate nitc stuff in out/
2012-04-17 Jean PrivatMerge branch 'alexandre/nitdoc-quicksearch'
2012-04-17 Alexandre Terrasanitdoc: Add quick search results preview.
2012-04-16 Jean PrivatMerge branch 'wip2'
2012-04-16 Jean Privattests: use /dev/null as stdin if no inputs
2012-04-16 Jean Privattests: compare all error output with the expected result
2012-04-16 Jean Privattests: [soso] to filter out warnings and errors
2012-04-16 Jean Privattests: add some base tests
2012-04-16 Jean Privattest: test_attr_easy warns that the isa are useless.
2012-04-16 Jean Privattests: simplify nitdoc test
2012-04-16 Jean PrivatMerge remote branch 'alexis/wip'
2012-04-12 Alexis Laferrièrelib: adds String::to_f
2012-04-12 Alexis Laferrièremmbuilder: detect type of some attributes
2012-04-12 Alexis Laferrièrelib: intro module to generate md5 hash from a string
2012-04-12 Alexis Laferrièrelib: intro module to manage C signals
2012-04-12 Alexis Laferrièrelib: adds poll function to stream module
2012-04-12 Alexis Laferrièreexample: adds a basic extern method example
2012-04-12 Alexis Laferrièretests: adds test for separate_options module
2012-04-12 Alexis Laferrièretests: adds global reference tests
2012-04-10 Jean Privattests: generate files in out/ instead of tests/
2012-04-10 Jean Privattests: do not fail test_attr
2012-04-10 Jean Privatsyntax: implements __debug__ type construct
2012-04-10 Jean Privatextract new module toolcontext from mmloader
2012-03-30 Alexis Laferrièretests: adds local reference tests
2012-03-06 Alexis Laferrièrelib: adds a method to force invocation of garbage collector
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...
next