nit.git
2014-02-02 Alexis Laferrièrelib: do not ignore key/values when value is null in...
2014-01-29 Jean PrivatMerge remote-tracking branch 'alexis/various-fixes'
2014-01-29 Jean PrivatMerge remote-tracking branch 'lucas/unwind_integration'
2014-01-29 Alexis Laferrièrelib: changes the behavior of Coll::rand to behave like...
2014-01-29 Alexis Laferrièrecontrib/sort_downloads: fix missing C include
2014-01-29 Alexis Laferrièrelib: adds missing import of math.h in standard library
2014-01-28 Jean PrivatMerge remote-tracking branch 'lucas/compiler_abstract_fix'
2014-01-27 Lucas Bajoletnitg: Added typing test on new for non-concrete classes...
2014-01-27 Lucas Bajoletnitg: Added C stack trace when encountering an error
2014-01-23 Jean PrivatMerge remote-tracking branch 'alexis/various-fixes'
2014-01-23 Alexis Laferrièrelib: fix conversion of hex char to int and add test
2014-01-22 Alexis Laferrièrenitg-s: fix call to super in primitive types and add...
2014-01-22 Alexis Laferrièrenitg-s: fix abstract methods in extern classes and...
2014-01-21 Alexis Laferrièremisc: update Vim syntastic plugin to use nitg
2014-01-21 Alexis Laferrièregitignore: ignore path from examples and contrib
2014-01-20 Jean PrivatMerge remote-tracking branch 'lucas/Code injection...
2014-01-17 Lucas Bajoletdebugger: Modified commands for the debugger.
2014-01-17 Lucas Bajoletdebugger: Added dynamic evaluation of a Nit module.
2014-01-17 Lucas Bajoletdebugger: Modified call chain for calls to runtime...
2014-01-17 Jean Privattests: remove implicit importation of standard on some...
2014-01-17 Jean PrivatMerge branch 'nitdoc'
2014-01-17 Jean Privatnitdoc: use pratchett.info.uqam.ca/piwik/
2014-01-17 Jean Privatnitcc: update test because of the migration nitc->nitg
2014-01-16 Alexandre Terrasanitdoc: add support for Piwik tracker
2014-01-16 Alexandre Terrasanitdoc: clean useless console.log on body click event
2014-01-16 Jean Privattests: update nitlight
2014-01-16 Jean Privatnitlight: add --first-line --last-line
2014-01-16 Jean Privathighlight: add `first_line` and `last_line`
2014-01-16 Jean Privattools: ngall.sh starts with ../c_src/nitg
2014-01-16 Jean Privattools: rename mksrc2
2014-01-16 Jean PrivatMerge remote-tracking branch 'alexandre/nitdoc-qs'
2014-01-16 Jean Privattools: generate stdlib doc with the git plugin enabled
2014-01-16 Jean Privattools: generate nit tools doc as `nitc`, not `newmodel`
2014-01-16 Jean PrivatMerge branch 'killnitc' old branch renamed as 'oldnitc'
2014-01-16 Alexandre Terrasanitdoc: removes select behavior on box header
2014-01-16 Alexandre Terrasanitdoc: improves quicksearch
2014-01-15 Jean PrivatMerge remote-tracking branch 'alexis/times' into killnitc
2014-01-15 Lucas Bajoletdebugger: Added method to clean the object model when...
2014-01-15 Lucas Bajoletdebugger: Permits the use of locally defined variables...
2014-01-15 Lucas Bajoletdebugger: Handles errors when analyzing semantically...
2014-01-15 Lucas Bajoletdebugger: Changed the way commands are handled
2014-01-15 Jean PrivatMerge remote-tracking branch 'alexis/vim-syntastic...
2014-01-14 Alexis Laferrièremisc: adds the option to specify the main nit module...
2014-01-13 Alexis Laferrièremisc: updates the vim syntastic config with correct...
2014-01-07 Jean Privatupdate nitg requirements in README
2013-11-29 Jean Privatnitcc/tests: add lexer-shortest.sablecc
2013-11-29 Jean Privatnitcc: end-of-stream does not equate `'\0'`
2013-11-27 Jean PrivatMerge branch 'killis' into killnitc
2013-11-27 Jean Privatmkcsrc: fix copy of .h and .c files
2013-11-27 Jean Privatc_src: update for kill is
2013-11-27 Jean Privatparser: update to remove `expr.ee`, aka `AEeExpr`,...
2013-11-27 Jean Privatgrammar: remove `expr.ee`
2013-11-27 Jean Privatsrc: remove handling of `is` (AEeExpr)
2013-11-27 Jean Privatlib: make `is_same_instance` intern
2013-11-27 Jean Privattests: remove old sav/nitg-e/error_for_coll.res
2013-11-27 Jean Privattests: rewrite base_covar_int to not runtime-error...
2013-11-27 Jean Privattests: remove base_virtual_int that is redundant with...
2013-11-27 Jean Privattests: replace usage of `is` with `is_same_instance`
2013-11-26 Jean Privatnitg&i: intern implementation of `is_same_instance`
2013-11-26 Jean Privatlib: add `Object::is_same_instance` that will replace...
2013-11-26 Jean Privatnitdoc: use `==` instead of `is`
2013-11-26 Jean Privatlib: remove useless usage of `is`
2013-11-26 Jean PrivatMerge branch 'killclosures' into killnitc
2013-11-26 Jean Privata_star: remove find_closest because of clpsure
2013-11-26 Jean Privatparser: remove last clorure-related classes
2013-11-26 Jean Privatparser: regenerate to remove more closures
2013-11-26 Jean Privattests: update some tests related to kernel line-numbering
2013-11-26 Jean Privattests: clean and update sav/nitg-e
2013-11-26 Jean Privattests: update to show types on runtime cast errors
2013-11-26 Jean Privatniti: runtime cast errors show types
2013-11-26 Jean Privatnitg: runtime cast error shows types
2013-11-26 Jean Privatnitg: introduce A`CV::add_cast` to factorize cast checks
2013-11-26 Jean Privatruntime: inform the dynamic type of self on `Abstract...
2013-11-26 Jean Privatnitg: add add_raw_abort to allow complex runtime error...
2013-11-26 Jean Privatmodelbuilder: fail on unknown redef class
2013-11-19 Jean Privatsrc: remove nc*
2013-11-19 Jean Privattests: error on unknown engine
2013-11-19 Jean Privatparser: suppr closures
2013-11-19 Jean Privatsrc: remove closure in the model
2013-11-19 Jean Privattests: skip nitg for nitg-g (kill pratchett)
2013-11-19 Jean Privatremove closures from code
2013-11-19 Jean Privattests: remove some old tests results
2013-11-19 Jean Privatnitcc: tests use nitg (so `Nodes`->`Nodes[...]`
2013-11-19 Jean Privatcleanup some remaining nitc
2013-11-19 Jean Privatprovide nitc as a wrapper to nitg
2013-11-19 Jean Privattests: remove old nitc
2013-11-19 Jean Privatsrc: remove old metamodel and nitc
2013-11-19 Jean Privatuse nitg to bootstrap; drop bootstrap of nitc
2013-11-19 Jean Privatmkcsrc: copy .c and .h file to avoid the break of the...
2013-11-17 Alexis Laferrièrelib: improves usage example of Int::times
2013-11-16 Alexis Laferrièrelib: move the `times` method to Int
2013-11-14 Jean PrivatMerge remote-tracking branch 'lucas/nitx_integration'
2013-11-14 Lucas BajoletMoved NitIndex redefintion from Debugger to Nitx
2013-11-14 Jean PrivatMerge remote-tracking branch 'alexis/game_framework'
2013-11-14 Alexis Laferrièretests: correct extension of test_a_star expected result
2013-11-14 Alexis Laferrièrelib/a_star: adds doc to Link class
2013-11-14 Alexis Laferrièrelib/a_star: use asserts in module documentation
2013-11-14 Alexis Laferrièrelib/bucketed_game: make the GameEvent an interface
2013-11-14 Jean PrivatMerge remote-tracking branch 'lucas/nitx_integration'
2013-11-14 Jean PrivatMerge remote-tracking branch 'alexis/ready-for-ffi'
next