nit.git
2015-06-18 Jean Privattyping: factorize AEqExpr and ANeExpr into AEqFormExpr
2015-06-18 Jean Privatast: new class AEqFormExpr to factorize AEqExpr and...
2015-06-18 Jean Privattyping: `or else` on null is no more an error
2015-06-17 Jean Privatfixup: add first_letter_last_letter niti.skip
2015-06-17 Jean PrivatMerge: Light FFI for the interpreter
2015-06-17 Jean PrivatMerge: More limit on tests
2015-06-17 Jean PrivatMerge: code: cleanup some docunits
2015-06-17 Alexis Laferrièretests: force compilation of the test error_annot_pkgconfig
2015-06-17 Alexis Laferrièretests: skip raspberry pi tests on niti and nitvm
2015-06-17 Alexis Laferrièretests: nitvm also skip the mpi_simple test
2015-06-17 Alexis Laferrièresrc: fix interpreter FFI to support nitvm
2015-06-17 Alexis Laferrièretests: make as UNDEFINED tests that break niti at the...
2015-06-17 Jean Privattests: blacklist most things from src in nitg-g.skip
2015-06-17 Alexis Laferrièretests: MPI is not supported within the interpreter
2015-06-17 Alexis Laferrièretests: expect unsupported Android platform error with...
2015-06-17 Jean PrivatMerge: Remove RopeString
2015-06-16 Jean PrivatMerge: Rosetta, batch 1
2015-06-16 Jean PrivatMerge: Harden AAsCastExpr
2015-06-16 Jean PrivatMerge: Int/Byte Binops
2015-06-16 Jean PrivatMerge: Nitiwiki: relative links
2015-06-16 Jean Privattests: add count_the_coins and semordnilap_args1 to...
2015-06-16 Jean Privatexample: rosetta/catalan_numbers skip the 11th element...
2015-06-16 Jean PrivatMerge: examples: Add 99_Bottles_of_Beer rosetta code...
2015-06-16 Jean PrivatMerge: rosetta code: factorial
2015-06-16 Jean PrivatMerge: rosetta code: here_document
2015-06-16 Jean PrivatMerge: example: add catalan_numbers task of Rosetta...
2015-06-16 Jean PrivatMerge: Rosetta count the coins
2015-06-16 Jean PrivatMerge: Implementation of rosettacode : pernicious numbe...
2015-06-16 Jean PrivatMerge: rosettacode: pick random element
2015-06-16 Jean PrivatMerge: rosetta: perfect_numbers
2015-06-16 Jean PrivatMerge: rosetta code: first_letter_last_letter
2015-06-16 Jean PrivatMerge: example: Rosetta Code example for letter frequency
2015-06-16 Jean PrivatMerge: examples: add rosetta code Median
2015-06-16 Jean PrivatMerge: rosetta code: visualize_a_tree
2015-06-16 Jean Privattests: search_tests_git filters out zzz_tests (we do...
2015-06-16 Jean Privattests: add zzz_tests for limits (run them if you wish)
2015-06-16 Jean Privattests: add base_dead_code
2015-06-16 Jean PrivatMerge: rosetta: symmetric_difference
2015-06-16 Jean PrivatMerge: rosettacode: Added semordnilap task
2015-06-16 Jean PrivatMerge: example: add artihmetic mode example from rosett...
2015-06-16 Jean PrivatMerge: example: add caesar cipher example from rosetta...
2015-06-16 Jean PrivatMerge: exemple: add zig-zag_matrix task of Rosetta...
2015-06-16 Jean Privatcompiler: no-on for `AIsaExpr` without a valid `cast_type`
2015-06-16 Jean Privatcompiler: no-op for expressions that return no RuntimeV...
2015-06-16 Jean Privatrta: no-op when AExpr::mtype or AExpr::cast_type is...
2015-06-16 Jean Privatrta: new method `allocate_mtype` to factorize some...
2015-06-15 Lucas Bajoletrosettacode: Added semordnilap task
2015-06-15 Lucas Bajolettests: Updated test for binops
2015-06-15 Lucas Bajoletlib/standard/math: Added binops to Byte
2015-06-15 Lucas Bajoletlib/standard/math: Added binops aliases for Int
2015-06-15 Lucas Bajoletlib/standard/ropes: Removed useless RopeString abstract...
2015-06-15 Arthur Delamareexemple: add zig-zag_matrix task of Rosetta code
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 sav/nitiwiki*.res
2015-06-13 Jean Privatnitiwiki: update tests
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 Privattests: limit usertime and filesize with ulimit
2015-06-13 Jean Privattests: limit the res of generated res files
2015-06-13 Jean Privattests: document (and reduce) the realtimelimit
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 Privatnitikiwi: fix `src_path` and stop losing the first...
2015-06-12 Jean Privatnitiwiki: macro ROOT_URL is now relative
2015-06-12 Jean Privatnitiwiki: use relative href for tpl_tree
2015-06-12 Jean Privattests: update sav/nitpick_args1.res because line change...
2015-06-12 Alexis Laferrièresrc/nitni: fix `is_cprimitive` for virtual types
2015-06-12 Jean Privatcode: cleanup some docunits
2015-06-12 Jean PrivatMerge: friendz with Android Audio API
2015-06-12 Alexis Laferrièrelib/math: declare -lm in the library
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 Privatnitiwiki: make `tpl_link` relative
2015-06-12 Jean Privatnitiwiki: make wikilinks relative
2015-06-12 Jean Privatnitiwiki: add WikiEntry::href to have things independen...
2015-06-12 Jean Privatnitiwiki: add `WikiEntry::load_template` for local...
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 BlackMinourosettacode: pickrandom element
2015-06-12 BlackMinourosettacode: pernicious numbers
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`)
next