benchs: no not bench --phmod-typing
[nit.git] / tests /
2012-11-29 Jean Privatnitg: add type-checks on covariant parameters
2012-11-24 Jean PrivatMerge remote-tracking branch 'alexandre/at/sep' into wip
2012-11-24 Jean Privatnitg: allow casts on primitive types
2012-11-24 Jean Privattests: fix uninitialized attribute test_gen and test_boxing
2012-11-24 Jean Privattests: barf on the absence of Object is an acceptable...
2012-11-24 Jean Privattests: force Object on some tests.
2012-11-24 Alexandre Terrasatests: fix previously broken test base_attr_gen_alt1
2012-11-23 Alexandre TerrasaMerge branch 'master' of https://github.com/privat...
2012-11-23 Jean Privattests: count fixme as todo
2012-11-23 Jean Privattests: delete specific skip files
2012-11-23 Alexandre Terrasatests: move base_class_name from fixme to res
2012-11-23 Alexandre Terrasatests: move base_attr_gen_alt1 from fail to res
2012-11-23 Jean Privatnitg-sep: workaround for covariant return type
2012-11-21 Jean Privatrta: limit the depth of types to avoid infinite loops
2012-11-21 Jean Privattests: factorize compare_to_result
2012-11-21 Jean Privattests: expected failures are flagged as "fixme" not...
2012-11-21 Jean Privattests: add other new and uncommited tests
2012-11-20 Jean Privattests: add 2 missing sav/ files for base_var_assignment...
2012-11-20 Jean Privattests: add 3 old uncommitted tests
2012-11-17 Jean Privattests: reflect the moving the selection of methods...
2012-11-13 Jean Privattests: run nitg on compilers and tools
2012-11-13 Jean Privattests: fix a test; Object#== is not intern
2012-11-09 Jean Privatmodelbuilder: detect invalid generic type (non conform...
2012-11-09 Jean Privatmodelbuilder: error when a class defines a property...
2012-11-08 Jean Privatmodelbuilder: stop building a property on 'redef' error
2012-11-08 Jean Privatmodelbuilder: error when a module defines a class more...
2012-11-08 Jean Privatmodelbuilder: fix recursive model building
2012-11-06 Jean Privattests: count [todo] separately
2012-11-06 Jean Privatmodel: fix bug where order of classes produces buggy...
2012-11-05 Alexandre Terrasanitstats: renamed in nitmetrics
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
next