nit.git
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-29 Romain Chanoircollection : Fix the description of Set[E] class
2014-01-29 Romain Chanoircollection: Improved the description of Container[E]
2014-01-29 Romain Chanoircollection: fixed Collection[E]::first commentary
2014-01-29 Romain Chanoirgtk3_4: Add getters and setter for the visibility of...
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-27 Romain Chanoirgtk3_4 : Add insert_row and insert_column methods to...
2014-01-27 Romain Chanoirgtk3_4 : Add get_child_at(left, top) in GtkGrid
2014-01-27 Romain Chanoirgtk3_4 : Add setter for resize_mode in GtkContainer
2014-01-27 Romain Chanoirgtk3_4 : Add getter for resize_mode in GtkContainer
2014-01-27 Romain Chanoirgtk3_4 : Add method remove_widget to GtkContainer
2014-01-27 Romain Chanoirgtk3_4 : adds commentary to add method in GtkContainer
2014-01-24 Romain Chanoirexamples : fix a bug when clicking on the "." button...
2014-01-24 Romain Chanoirgitk3_4 : rename getter and setter of sensitive
2014-01-24 Romain Chanoirgitk3_4 : Adds methods "set_sensitive" and "get_sensiti...
2014-01-24 Romain Chanoirexamples : adds the disabling of "." button in calculator
2014-01-24 Romain Chanoirexamples : fix bug with C > 0 > . > 0 > 0 > 0 > 0 > 1
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 Romain Chanoirexamples: adds tests for the 'C' button and multiple...
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-13 Romain Chanoirexamples: fix the display of "," when there are no...
2014-01-13 Romain Chanoirexamples: adds a 'C' button to the calculator
2014-01-13 Romain Chanoirexamples: improves decimal display in calculator
2014-01-13 Romain Chanoirexamples: fix grid size for buttons in calculator
2014-01-13 Romain Chanoirexamples: fix a bug with decimals in calculator
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
next