nit.git
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-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
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 PrivatMerge remote-tracking branch 'alexandre/pu/newmodel...
2012-04-19 Jean PrivatMerge remote-tracking branch 'alexandre/master' into wip
2012-04-19 Jean Privattests: add nit.nit
2012-04-19 Jean Privattests: generate nitc stuff in out/
2012-04-19 Alexandre TerrasaDoc review on newmodel.
2012-04-19 Alexandre TerrasaAdd .metadata/ to git ignore list
2012-04-17 Jean Privatmodel: new metamodel
2012-04-17 Jean Privatversion: v0.5.1-git
2012-04-17 Jean Privatversion: v0.5 v0.5
2012-04-17 Jean PrivatMerge branch 'alexandre/nitdoc-quicksearch'
2012-04-17 Alexandre Terrasanitdoc: Add quick search results preview.
2012-04-17 Jean Privatprepare changelog for v0.5
2012-04-17 Jean Privatadd ccache and dot to README
next