nit.git
2015-08-22 Jean Privatcheck_contrib: additional rules are given by arguments. beefup_check_contrib
2015-08-22 Jean Privatcheck_contrib: also check lib
2015-08-21 Jean PrivatMerge: GitHub nitlang
2015-08-21 Jean Privatvarious lib and contrib doc: points to new github repo
2015-08-21 Jean Privatlib/github: use new github repo nitlang/nit in doc...
2015-08-21 Jean Privatnitrpg: use new github repo
2015-08-21 Jean Privatgithub_merge: use new github repo
2015-08-21 Jean Privatfdroid: update metadata with new github repo
2015-08-21 Jean PrivatMakefile: link generated doc with new github repo
2015-08-21 Jean PrivatMerge: objcwrapper: wrapper generator to access Objecti...
2015-08-21 Jean PrivatMerge: lib/code/standard: hash no more divides object_i...
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: write import only once per file
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: refactor services and update style...
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: revamp the AST visitor
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: rename a few AST nodes to 'parameter'
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: add the -o option to specify the...
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: intro basic framework for command...
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: refactor `init_with_alloc` as...
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: merge some type-related tokens...
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: move header_static to local folders
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: add a new line at the end of the...
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: report parsing errors
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: add some doc and license
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: add the check rule with a few...
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: add git structure and Makefile
2015-08-21 Arthur Delamarecontrib/objcwrapper: intro objcwrapper base code
2015-08-20 Jean PrivatMerge: Better module doc within Vim
2015-08-20 Jean Privatlib/code/standard: hash no more divides object_id by 8
2015-08-20 Alexis Laferrièrevim doc: show introduced classes and props in the modul...
2015-08-20 Alexis Laferrièrevim doc: extract writing the synopsis of a property
2015-08-20 Alexis Laferrièrevim doc: fix constructor names in generated doc
2015-08-20 Jean PrivatMerge: Performance update on Buffer
2015-08-20 Lucas Bajolettests: Update test_string_bytes
2015-08-20 Lucas Bajoletlib/binary: Fix binary lib to properly use Bytes instea...
2015-08-20 Lucas Bajoletlib/standard/text: Mutualized cache mechanism to FlatText
2015-08-20 Lucas Bajoletlib/standard/text: Removed byte-level modification...
2015-08-20 Jean PrivatMerge: Intro Codec
2015-08-20 Jean PrivatMerge: Cleanup loader
2015-08-20 Jean PrivatMerge: simplify glslangValidator test to support differ...
2015-08-20 Jean PrivatMerge: Fix light FFI in interpreter on OS X
2015-08-20 Alexis Laferrièretests: remove todo on soname error
2015-08-20 Alexis Laferrièrelib/md5: improve doc
2015-08-19 Alexis Laferrièretests: simplify glslValidator test to support different...
2015-08-19 Jean PrivatMerge: Friendly jenkins checks
2015-08-19 Jean PrivatMerge: jenkins: name command test results with `cmd...
2015-08-19 Alexis Laferrièrelib/md5: update to only rely on the light FFI
2015-08-19 Alexis Laferrièrenit: do not specify an soname (or -g) for JIT FFI libraries
2015-08-19 Jean Privatjenkins: unitrun.sh does not generate empty system...
2015-08-19 Jean Privatjenkins: add checkwhitespace to be a more explicit...
2015-08-19 Jean Privatjenkins: improve checksignedoffby to be more explicit...
2015-08-19 Jean Privatjenkins: improve checklicense to be more explicit and...
2015-08-19 Jean PrivatMerge: extends nitmd to handle manpages output format
2015-08-19 Jean Privatmanpages: use nitmd instead of pandoc
2015-08-18 Jean Privatloader: document ` identify_file`
2015-08-18 Jean Privatloader: identify_file do really return null is the...
2015-08-18 Jean Privatloader: single module group `is_interesting` if the...
2015-08-18 Jean PrivatMerge: Graph theory in Nit
2015-08-18 Alexandre Blondin... lib/graphs: adds module for directed graphs.
2015-08-18 Jean Privatjenkins: name command test results with `cmd` instead...
2015-08-18 Jean Privatloader: scan_group do not rescan
2015-08-18 Jean Privatloader: rename (and document) `visit_group` as `scan_group`
2015-08-18 Jean Privatloader: identify_file use the absence of '/' for specia...
2015-08-17 Jean PrivatMerge: Performance improvement in read_all_bytes
2015-08-17 Jean Privatmanpages: use 3rd heading level instead of definition...
2015-08-17 Jean Privatmarkdown: add a makefile
2015-08-17 Jean Privatmarkdown: new decorator for manpages
2015-08-17 Jean Privatmarkdown: nitmd have a --to option (`html` and `md...
2015-08-17 Jean Privatmarkdown: nitmd use lib/opts
2015-08-17 Jean Privatmarkdown: add another indirection to render a single...
2015-08-17 Jean Privatmarkdown: fix ordered list in MdDecorator
2015-08-14 Lucas Bajolettests: Added read_all test
2015-08-14 Lucas Bajoletlib/standard/stream: Fix doc of buffer_reset
2015-08-14 Lucas Bajoletlib/standard: Added coder and decoder to streams
2015-08-14 Lucas Bajoletlib/standard/: Added codecs group to Standard
2015-08-14 Lucas Bajoletlib/standard/bytes: Modified implementation of `to_byte...
2015-08-14 Lucas Bajoletlib/file: Remove _buffer.add in stream.read_all
2015-08-14 Jean PrivatMerge: Fixints
2015-08-13 Jean PrivatMerge: Tinks! remove duplicated code in event reaction
2015-08-13 Jean PrivatMerge: Benitlux report: prettier availability graph...
2015-08-13 Jean Privattinks: remove duplicated code in event reaction
2015-08-13 Lucas Bajolettests: Added test for fixed-size integers
2015-08-13 Lucas Bajoletlib/standard: Added fixints in standard imports
2015-08-13 Lucas Bajoletlib/standard/text: Moved all number-related functions...
2015-08-13 Lucas Bajoletlib/standard: Added fixed-size integers to standard
2015-08-13 Lucas Bajoletsrc/interpreter: Added fixints to interpreter
2015-08-13 Lucas Bajoletsrc/compiler: Added fixint variants to compiler
2015-08-13 Alexis Laferrièrecontrib/benitlux: add year-month as column headers...
2015-08-13 Alexis Laferrièrecontrib/benitlux: use a different background for half...
2015-08-13 Alexis Laferrièrecontrib/benitlux: update old constructors
2015-08-13 Alexis Laferrièrecontrib/benitlux: add module to correct beer name errors
2015-08-13 Jean PrivatMerge: Crazy Moles with particle effects, nukes, Bézier...
2015-08-13 Jean PrivatMerge: Mongodb: fix C warnings and avoid crash caused...
2015-08-12 Alexis Laferrièretests: remove sav for moles as its execution is no...
2015-08-12 Alexis Laferrièreexamples/moles: move crazy moles to the contrib folder
2015-08-12 Lucas Bajoletlib/standard/bytes: Update bytes::to_s for cleaning...
2015-08-12 Lucas Bajoletlib/standard/bytes: Added cleaning method on Bytes...
2015-08-12 Alexis Laferrièreexamples/moles: use a timeout to prevent changing state...
2015-08-12 Alexis Laferrièreexamples/moles: apply FIXME with `min` as instructed...
2015-08-12 Alexis Laferrièreexamples/moles: make `Screen::game` lazy to fix scaling...
2015-08-12 Alexis Laferrièreexamples/moles: tweak distances
next