nit.git
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 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-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...
2012-05-29 Alexis Laferrièremisc: adds customizable options to syntastic Nit syntax...
2012-05-29 Alexis Laferrièremisc: correctly handles warnings in syntastic Nit synta...
2012-05-29 Alexis Laferrièremisc: adds a Nit syntax checker for syntastic, a vim...
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 Privatmake: fix doc generation by the use of renamed --custom...
2012-05-02 Jean Privatnitdoc: the quick search menu must be over the rest...
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-05-02 Jean Privatlib: Array::== do not return false if the dynamic types...
2012-05-02 Jean Privatlib: fix another formal type error in the Maps
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 PrivatMerge branch 'cleanuplib' into wip
2012-04-26 Jean Privatsrc: add nitstats to the Makefile
2012-04-26 Jean Privattests: 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 Jean Privatlib: improve shortdoc of modules
2012-04-26 Alexandre Terrasanitdoc: Preselect first result of quicksearch list...
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...
2012-04-26 Jean Privatnitstats: new class Counter (replace uses of HashMap...
2012-04-26 Jean Privatnitstats: count sends on a nullable receiver
2012-04-26 Jean Privatnitstats: count implicit vs. explicit self
2012-04-25 Jean PrivatMerge branch 'newmodel' into wip
2012-04-25 Jean Privatcompile: generate LOCATE_ strings in *.c files (not...
2012-04-25 Jean Privatmodel: add methods to get primitive stuff
2012-04-25 Jean Privatrta: rename and document runtime_type.nit
2012-04-23 Alexandre TerrasaAdd customization features to nitdoc.
2012-04-23 Jean Privatruntime_type: Superstring allocates NativeArray[String]
2012-04-20 Jean Privatmodel: add MMethod::is_new to distinguish new and init...
2012-04-20 Jean Privatruntime_type: do not crash if no entry point
2012-04-20 Jean Privatruntime_type: force Bool
2012-04-20 Jean Privatruntime_type: collect default attributes
2012-04-20 Jean Privatnitstats: type analysis lists live stuff if less than...
2012-04-20 Jean Privatscope: move selfvariable to scope from typing
next