bench: gitignore generated files
[nit.git] / tests /
2012-10-25 Alexis Laferrièresyntax: removes test "constructor must be invoked before"
2012-10-25 Alexis Laferrièreseparate_options: improves separate options (.nit.args...
2012-10-25 Jean Privattests: add ./examples/leapfrog/leapfrog.nit ../examples...
2012-10-25 Jean Privatlib: move game.nit as lib/scene2d.nit
2012-10-25 Jean Privatniti: new option --discover-call-trace to debug niti...
2012-10-22 Jean PrivatMerge branch 'pass_tests'
2012-10-22 Jean Privattests: disable --soso for nitg and niti
2012-10-22 Jean Privattests: make runs tests for niti and nitg
2012-10-22 Jean Privattests: update the sav/ for nitg ang niti
2012-10-22 Jean Privattests: run engine with NIT_NO_STACK=1
2012-10-22 Jean Privattests: always put stdout before stderr
2012-10-17 Jean Privattests: tests_icode.sh generates files in out/
2012-10-17 Jean Privattests: make Object an interface to avoid constructor...
2012-10-17 Jean Privattests: suppr a depreciated test
2012-10-16 Jean Privattests: add options --[no]soso
2012-10-16 Jean Privattests: update sav file broken by 5c50ab8
2012-10-16 Jean Privattests: accepts various sav/* files
2012-10-16 Jean Privattests: can add a file $engine.skip to skip many tests
2012-10-11 Jean PrivatMerge 'separate_nitg'
2012-10-11 Jean Privatnitg: ad hoc separate compiler stub module
2012-10-02 Alexandre Terrasanit: Add incremental typing to interpretor
2012-10-02 Alexandre Terrasalib: Math::Int add binaries operations and, or, xor
2012-08-12 Jean Privatnitc: cannot instantiate a nullable type
2012-08-12 Jean Privatnitc: allow homonymous non-nested labels
2012-08-12 Jean Privatmmbuilder: reject covariant definition of attributes
2012-08-10 Jean PrivatMerge branch 'optim_nitg'
2012-08-07 Jean Privatnitg: add option --hardening
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)
next