tests: cleanup .gitignore
[nit.git] / src /
2012-08-12 Jean Privatnewmm: parse literal floats using String#to_f
2012-08-12 Jean Privattyping: check literal ranges uses discrete types
2012-08-12 Jean Privatnitc: cannot instantiate a nullable type
2012-08-12 Jean Privattyping: check use of protected methods
2012-08-12 Jean Privatnitc: allow homonymous non-nested labels
2012-08-12 Jean Privattyping: better handling of for forms
2012-08-12 Jean Privatmodeflbuilder: do not crash if a mclassdef cannot be...
2012-08-12 Jean Privatmodelbuilder: check redef signature in getter/setter
2012-08-12 Jean Privatmmbuilder: reject covariant definition of attributes
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 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-03 Jean Privatnitg&niti: add a "Runtime error" prefix like nitc
2012-08-03 Jean Privatmodel, niti, nitf: unify NOT YET IMPLEMENTED
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 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-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-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 Privatcompile: do not use true and false C constants.
2012-05-30 Jean Privatcompile: no not declare static stings in the header
2012-05-10 Jean Privatparser: detect sablecc3 and print better error
2012-05-08 Jean Privatnitg: introduction of the the global compiler
2012-05-08 Jean Privatmodel: rename lookup_first_property to lookup_first_def...
2012-05-08 Jean Privatmodelbuilder: honor --only-parse
2012-05-08 Alexandre Terrasamodel: fix comments in metamodel and metamodel::MMLocal...
2012-05-03 Jean PrivatMerge branch 'newmodel' into wip
2012-05-02 Jean PrivatMerge branch 'nitdoc' into wip
2012-05-02 Jean Privatnit interpreter: hardening native string manipulations
2012-05-02 Jean Privatnit interpreter: add a trailing \0 to native string
2012-05-02 Jean Privatstats: bound the parameter of Counter to Object instead...
2012-05-02 Jean Privatstats: use AbstractSorter instead of closure to sort...
2012-05-02 Jean Privatmodelbuilder: list failed path if module is not found
2012-05-02 Jean Privatmodelbuilder: easy attribute typing
2012-05-02 Jean Privatmodel: use MPROPDEF instead of MPropDef
2012-05-02 Jean Privatmodel: use local variables for cache in collect_*
2012-05-02 Jean Privatmodel: easy path for type test
2012-05-02 Jean Privatmodel: add MType::model
2012-04-30 Alexandre Terrasanitdoc: Change refinements organization in class page.
2012-04-30 Alexandre Terrasanitdoc: Remove empty title from <a> links
2012-04-30 Alexandre Terrasanitdoc: make the menu follows the scroll.
2012-04-26 Jean PrivatMerge branch 'nitstats' into wip
2012-04-26 Jean Privatsrc: add nitstats to the Makefile
2012-04-26 Jean Privatnit interpreter: honour --help
2012-04-26 Jean Privatnitstats: add option --dir
2012-04-26 Jean Privatnitstats: honour --help
2012-04-26 Jean Privatnitstats: split into submodules
2012-04-26 Jean Privatlib: move symbol outside standard
2012-04-26 Jean Privatlib: move "environ" from Symbol to String
2012-04-26 Alexandre Terrasanitdoc: Typo in json_entry comment
2012-04-26 Alexandre Terrasanitdoc: remove attributes from quicklist
2012-04-26 Jean Privatnitstats: improve properties in the Statistics of the...
next