nit.git
2015-06-16 Jean Privatrta: new method `allocate_mtype` to factorize some...
2015-06-14 Jean PrivatMerge: A more POLA to_s on Collection
2015-06-13 Jean PrivatMerge: nitdoc: fix things, add more tests and benches
2015-06-13 Jean Privattests: update sav/nitdoc_args4.res after merge with
2015-06-13 Jean PrivatMerge master to solve conflicts
2015-06-13 Jean Privattests: update with new `to_s` on collections
2015-06-13 Jean Privatlib/json: update nitunits with new Collection::to_s...
2015-06-13 Jean Privatlib/standard: add nitunits to Collection::plain_to_s
2015-06-13 Jean Privatlib/standand/string: provides a better to_s for collections
2015-06-13 Jean Privatlib/opts: clients of `errors` use `join("\n")`
2015-06-13 Jean Privatlib/standard: format use `plain_to_s` for fast concat
2015-06-13 Jean Privatlib/standard: StringWriter use `plain_to_s` for fast...
2015-06-13 Jean Privatlib_standard_array: reprovide Array::plain_to_s
2015-06-12 Jean PrivatMerge: friendz with Android Audio API
2015-06-12 Jean PrivatMerge: String split
2015-06-12 Jean PrivatMerge: lib/array: remove useless cast to comparable.
2015-06-12 Jean PrivatMerge: Kill dead nitg
2015-06-12 Jean PrivatMerge: Regeneration of c_src
2015-06-12 Jean Privatregern c_src
2015-06-12 Jean Privatmakefile: create ../bin is required
2015-06-12 Jean PrivatMerge: Kill big vararg in parser
2015-06-12 Jean PrivatMerge: compiler: NativeString is a char* to please...
2015-06-12 Jean PrivatMerge: example: add boolean usage example from rosetta...
2015-06-12 Jean Privatman: update title of nitc to `NITC`
2015-06-12 Jean Privatc_src: rename the primitive compiler to `c_src/nitc...
2015-06-12 Jean Privatnittester: use new compiler engine names (`nitc*`)
2015-06-12 Jean Privattests: rename compiler engines with `nitc*`, not `nitg*`
2015-06-12 Jean Privatbin: remove old transitionnal script bin/nitg
2015-06-12 Jean Privattests: use `nitc` in the `nitc.args`
2015-06-12 Jean Privatmisc/bash_completion: remove hack for nitg
2015-06-12 Jean Privatlib/emscripten: talk about `nitc` (not `nitg`)
2015-06-12 Jean Privatvim: rename `nitg` checker to `nitpick`
2015-06-12 Jean Privatremove bin/Makefile (?!)
2015-06-12 Jean PrivatMerge: nitunit: use the Markdown parser from `lib/markdown`
2015-06-11 Jean PrivatMerge: nitrpg: remove points if a PR is closed without...
2015-06-11 Jean PrivatMerge: rosetta_code: sha1
2015-06-11 Jean PrivatMerge: Nitiwiki next
2015-06-11 Jean Privatparser: regen parser.nit without the big vararg
2015-06-11 Jean Privatparser: `build_reduce_table` uses a sequence of add...
2015-06-11 Alexandre Terrasamisc: add build_origin_doc to easily build reference...
2015-06-11 Alexandre Terrasabenchmarks: add nitdoc benches
2015-06-11 Alexandre Terrasanitdoc: test pages structure
2015-06-11 Jean Privatcompiler: NativeString is a char* to please C library.
2015-06-11 Alexandre Terrasanitdoc: better pretty-printing
2015-06-10 Alexandre Terrasabenchmarks: add benches for nitunit
2015-06-10 Alexandre Terrasalib: fix whitespaces in misc files
2015-06-10 Alexandre Terrasalib: fix nitunits indentation
2015-06-10 Alexandre Terrasalib: fix nitish in nitunits
2015-06-10 Alexandre Terrasasrc: remove unused docdown parser and test
2015-06-10 Alexandre Terrasanitunit: update tests
2015-06-10 Alexandre Terrasanitunit: use the Markdown parser from `lib/markdown...
2015-06-10 Alexandre Terrasalib/markdown: fix multiple fence in the same comment
2015-06-10 Alexandre Terrasaexample: add boolean usage example from rosetta code
2015-06-10 Alexandre Terrasanitrpg: remove points if a PR is closed without merge
2015-06-10 Jean Privatrosetta_code: sha1
2015-06-10 Jean PrivatMerge: Activate C warnings in FFI code and revert ...
2015-06-10 Jean PrivatMerge: Work on the Curl module
2015-06-10 Jean PrivatMerge: Add some collections for java/collections.nit
2015-06-10 Jean PrivatMerge: Attribute and autoinit annotations
2015-06-10 Jean PrivatMerge: nitvm: Basic blocks generation and SSA-algorithm
2015-06-10 Jean PrivatMerge: example: add 24 game task of Rosetta code
2015-06-10 Jean PrivatMerge: file: fix `simplify_path` behavior for path...
2015-06-10 Jean PrivatMerge: Date Lib
2015-06-10 Alexandre Terrasalib/markdown: fix missing space after wikilinks token
2015-06-10 Alexandre Terrasanitiwiki: add github url for last changes and edit...
2015-06-10 Alexandre Terrasanitiwiki: also search relative patch in current section
2015-06-10 Alexandre Terrasanitiwiki: search titles in lower case
2015-06-10 Alexandre Terrasanitiwiki: make breadcrumbs optional
2015-06-10 Alexandre Terrasanitiwiki: make summary optional
2015-06-10 Alexandre Terrasanitiwiki: allow absolute url in wikilinks
2015-06-10 Alexandre Terrasanitiwiki: introduce customizable sidebar
2015-06-10 Alexandre Terrasanitiwiki: make all wiki entries able to parse markdown
2015-06-10 Alexandre Terrasanitiwiki: fix link lookup on root
2015-06-10 Alexandre Terrasaini: accept array notation
2015-06-10 Alexandre Terrasaini: show error instead crashing on bad formatting
2015-06-10 Alexandre Terrasanitiwiki: change position of sidebar from config
2015-06-09 Julien Pagèsnitvm: Using SSA module in the nitvm
2015-06-09 Julien Pagèsnitvm: A method compile offers a unique entry point...
2015-06-09 Alexandre Terrasanitdoc: remove `require.js` dependency
2015-06-09 Alexandre Terrasafile: fix `simplify_path` behavior for path starting...
2015-06-09 Alexis Laferrièrelib: fix C compiler warnings in sha1, socket and sdl
2015-06-09 Alexis Laferrièrelib: fix C compiler warnings in standard library
2015-06-09 Alexis LaferrièrePartial Revert "compiler: Changed types of Char to...
2015-06-09 Alexis Laferrièresrc: compile user C code with -Wall
2015-06-09 BlackMinouexample/simple update sounds test
2015-06-09 BlackMinoucontrib/friendz: update so it uses android sound library
2015-06-09 BlackMinouandroid assets and resources update
2015-06-09 BlackMinouandroid audio : update with error management
2015-06-09 Jean Privattests: add base_attr_annot.nit
2015-06-09 Jean Privattests: add base_attr_abstract[34].nit
2015-06-09 Jean Privattests: update other tests related to init with setters
2015-06-09 Jean Privattests: add base_init_setter.nit
2015-06-09 Jean Privattests: update base_attr_abstract[12].nit
2015-06-09 Jean Privatmodelize: remove restriction on concrete class in intia...
2015-06-09 Jean Privatmodelize: error/warning if explicit autoinit on attributes
2015-06-09 Jean Privatmodelize: error in `autoinit` is used in class refinement
2015-06-09 Jean Privatmodelize: move `autoinit` management on method into...
2015-06-08 Jean Privatmodelize: rely on `AAttrPropdef::mreadpropdef` to be...
2015-06-08 Jean Privatmodelize: add `AAttrPropdef::mtype` to factorize the...
2015-06-08 Jean PrivatMerge: FFI clean up
next