nit.git
2012-10-02 Alexandre Terrasanit: Add incremental typing to interpretor
2012-10-02 Alexandre Terrasanit: introduce interpretor type test with dynamic loading
2012-10-02 Alexandre Terrasanit: clean run_naive_interpretor method
2012-10-02 Alexandre Terrasalib: Math::Int add binaries operations and, or, xor
2012-08-12 Jean PrivatMerge branch 'nonitc_ni' into master
2012-08-11 Jean Privatnitg: add clean rule in generated Makefile
2012-08-11 Jean Privatnitg: separately compile extern files
2012-08-11 Jean Privatni: use macro NONITCNI to disable nitni in extern files
2012-08-10 Jean PrivatMerge branch 'optim_nitg'
2012-08-10 Jean PrivatMerge branch 'optim_niti'
2012-08-10 Jean Privatniti: add NaiveInterpreter#collect_attr_propdef
2012-08-10 Jean Privatniti: add class MutableInstance
2012-08-10 Jean Privatniti: check signature arity on send
2012-08-10 Jean Privatniti: implements ADeferredMethPropdef#call
2012-08-10 Jean Privattyping: add ASendExpr#raw_arguments
2012-08-10 Jean Privatniti: cache the frame in a local variable
2012-08-07 Jean Privatrun_bench: add "nitc --global" to bench_engines()
2012-08-07 Jean Privatrun_bench: use 'local' vor local variables
2012-08-07 Jean Privatrun_bench: no not force bohem on nitc for bench_engines()
2012-08-07 Jean Privatrun_bench.sh: new function bench_compilation_time
2012-08-07 Jean Privatnitg: activate bohem since executables are efficient...
2012-08-07 Jean Privatnitg: do not expose EscapeMark#object_id in generated C
2012-08-07 Jean Privatnitg: do not expose RuntimeVariable#object_id in genera...
2012-08-07 Jean Privatnitg: skip empty sub-strings in superstrings
2012-08-07 Jean Privatvalgrind.sh: use malloc instead of large
2012-08-07 Jean Privatnitg: improve RuntimeVariable#inspect
2012-08-07 Jean Privatnitg: self type in implicit init is exact
2012-08-07 Jean Privatnew script run_bench.sh
2012-08-07 Jean Privatnitg: because of customization, self is exact
2012-08-07 Jean Privatnitg: "onces" literal strings
2012-08-07 Jean Privatnitg: implements ADeferredMethPropdef#compile_to_c
2012-08-07 Jean Privatnitg: add RuntimeVariable#is_exact
2012-08-07 Jean Privatnitg: add option --hardening
2012-08-06 Jean PrivatMerge remote-tracking branch 'pratchett/tests'
2012-08-03 Jean Privatnitg&niti: add a "Runtime error" prefix like nitc
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 Privatmodel, niti, nitf: unify 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-07-15 Jean Privatnitg: inline automatic free init
2012-07-15 Jean Privatnitg: inline empty bodies
2012-07-15 Jean Privatnitg: readapt native == and != to force unboxing
2012-07-15 Jean Privatnitg: inline without adaptation
2012-07-15 Jean Privatnitg: inline Object::== and Object::!=
2012-07-15 Jean Privatnitg: add inspect for variable
2012-07-15 Jean Privatnitg: frame receiver is a type (not a variable)
2012-07-15 Jean Privatnitg: extract adapt_signature
2012-07-15 Jean PrivatMerge remote-tracking branch 'origin/pu/closure'
2012-07-03 Jean Privatniti: add closures
2012-07-03 Jean Privatniti: expressions are escapable
2012-07-03 Jean Privatniti: returnmark indicates a Frame
2012-07-03 Jean Privatmodel: add basic closures
2012-07-02 Jean Privatmodel: add for on maps
2012-07-02 Jean Privatnit: add native NativeString::system
2012-07-02 Jean Privatnit: add intern Int::rand
2012-06-24 Jean PrivatMerge branch 'parser' into wip
2012-06-24 Jean Privatparser: tokens are not constructed with their texts
2012-06-24 Jean Privatparser: add Location::text
2012-06-24 Jean Privatparser: guard loops in ComputeProdLocationVisitor
2012-06-24 Jean Privatparser: get the state number only once per state
2012-06-19 Jean Privatnitg: autoadapt can combine nullable
2012-06-18 Jean PrivatMerge branch 'boehm' into wip
2012-06-15 Jean Privatgc: gccx enable boehm by default
2012-06-15 Jean Privatgc: default is always nitgc
2012-06-15 Jean Privatgc: in gccx, -lgc must appears after objects
2012-06-15 Jean PrivatMerge branch 'alexandre/typo-in-nit-reference' into wip
2012-06-13 Alexandre Terrasadoc: Typo in Nit Reference
2012-06-08 Jean PrivatMerge branch 'alexis/ni-fixes' into wip
2012-06-07 Alexis Laferrièrenits: execute only if module is really hybrid
2012-06-07 Alexis Laferrièrenits: cleans up the generated stub implementation funct...
2012-06-07 Alexis Laferrièrenits: corrects the #endif position to the bottom of...
2012-06-07 Alexis Laferrièretests: adds test for ni optimizations
2012-06-06 Alexis Laferrièreni: cleans up code repetition in native interface and...
2012-05-31 Jean Privatmodel: new class MParameter
2012-05-31 Jean Privatmodel: remove old Closure stubs
2012-05-31 Jean Privatmodelbuilder: new method ASignature::visit_signature
2012-05-30 Jean PrivatMerge branch 'clean-c' into wip
2012-05-30 Jean PrivatMerge branch 'syntastic' into wip
2012-05-30 Alexis Laferrièremisc: removes debug output from syntastic Nit syntax...
2012-05-30 Jean Privatcompile: do not use true and false C constants.
2012-05-30 Jean Privatlib: do not mix declaration and code in external C...
2012-05-30 Jean Privatcompile: no not declare static stings in the header
2012-05-30 Jean Privatvim: install syntastic file directly inside the vim...
2012-05-30 Jean Privatvim: README explain how to install nit for vim
2012-05-30 Jean Privatvim: move the function-once test before stuffs
2012-05-29 Alexis Laferrièremisc: handles all error types in syntastic Nit syntax...
next