nit.git
2015-06-20 Alexis Laferrièresrc/i18n_phase: accepts string literals within a supers...
2015-06-19 Jean PrivatMerge: Check for errors in regex within string literals...
2015-06-19 Jean PrivatMerge: niti-ffi: NativeString is re-a `char*` since...
2015-06-19 Jean Privatniti-ffi: NativeString is re-a `char*` since #1502
2015-06-19 Jean PrivatMerge: Bug fixes in SSA module
2015-06-19 Jean PrivatMerge: Fix FFI with private extern classes not needing...
2015-06-18 Alexis Laferrièretests: test regular expression validation phase
2015-06-18 Alexis Laferrièresrc/frontend: add a phase to validate regular expression
2015-06-18 Julien Pagèsssa: Delete an unused variable
2015-06-18 Julien Pagèsssa: Bug fixe with a wrong initialization
2015-06-18 Julien Pagèsssa: Make a property more general
2015-06-18 Alexis Laferrièretests: mark as undefined tests using NativeFile, hacked...
2015-06-18 Alexis Laferrièrelib/signals: fix missing import and initializer for GCC
2015-06-18 Alexis Laferrièrelib/signals: do no pin references if the FFI feature...
2015-06-18 Alexis Laferrièrelib/signals: clean up whitespaces and style
2015-06-18 Alexis Laferrièrelib/signals: remove full FFI features from the module...
2015-06-18 Alexis Laferrièretests: intro a test with the different FFI module block
2015-06-18 Alexis Laferrièresrc/ffi: do not declare the impl signature before the...
2015-06-18 Alexis LaferrièreMerge branch 'master' into lib-use-light-ffi
2015-06-18 Jean PrivatMerge: Second batch of RosettaCode
2015-06-18 Jean PrivatMerge: Do not compile dead modules
2015-06-18 Jean Privattests: other update related to adaptive typing messages
2015-06-18 Jean Privattests: new tests base_adaptive_loop_null2.nit base_adap...
2015-06-18 Jean Privattyping: warn about useless null when the target is...
2015-06-18 Jean Privattyping: warnings related to adaptive typing are moved...
2015-06-18 Jean Privatlib/markdown: fix markdown used in documentation (how...
2015-06-18 Jean Privattyping: new PostTypingVisitor that is run after the...
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 Alexis Laferrièretests: update line number with latest changes to the lib
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: test bad code in nitunits
2015-06-17 Jean Privatnitunit: bad code count as code (to avoid more failures...
2015-06-17 Jean Privatnitunit: process failures (bad code) before leaving
2015-06-17 Alexis Laferrièrelib/mnit: remove the `is extern` declaration
2015-06-17 Alexis Laferrièrelib: update the text group to the light FFI
2015-06-17 Alexis Laferrièrelib/file: move macros to the light FFI
2015-06-17 Alexis Laferrièrelib/file: move implementation code to light FFI
2015-06-17 Alexis Laferrièrelib/file: wrap a long signature and add some space...
2015-06-17 Alexis Laferrièrelib: update the math module to use the light FFI
2015-06-17 Alexis Laferrièrelib/exec: move the C structure se_exec_data to the...
2015-06-17 Jean Privattests: add sav files for some rosettacode
2015-06-17 Simon ZeniRosettaCode: Random numbers
2015-06-17 Jean Privatrosettacode: cleanup and test guess_the_number.nit
2015-06-17 Istvan SZALAIRosettaCode: Guess the Number
2015-06-17 Anis BoubakerRosetta Code: added HTML Table
2015-06-17 Anis BoubakerRosetta Code: added dot_product
2015-06-17 Anis BoubakerRosetta Code: Added Even/Odd
2015-06-17 Anis BoubakerRosettacode: add Tokenizer
2015-06-17 Jean Privattests: blacklist most things from src in nitg-g.skip
2015-06-17 Jean Privatsep_comp: declare method __attribute__((weak)) to allow...
2015-06-17 Jean Privatsep_comp: SeparateRuntimeFunction::compile_to_c only...
2015-06-17 Jean Privatsep_compiler: move up declaration in SeparateRuntimeFun...
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-17 Jean Privatsep_comp: remove unrobust SeparateRuntimeFunction:...
2015-06-17 Jean Privatsep_comp: SeparateRuntimeFunction::compile_trampolines...
2015-06-17 Jean Privatrta: add `RapidTypeAnalysis::live_mmodules`
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 Alexis Laferrièrelib/exec: C implementation code to light FFI
2015-06-16 MATYSIAK HerveRosettacode: Add BoxTheCompass
2015-06-16 MATYSIAK HerveRosettacode: Add Bitwise Op.
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 Alexis Laferrièrelib: update the kernel module to the light FFI
2015-06-16 Alexis Laferrièrelib: update the time module to the light FFI
2015-06-16 Alexis Laferrièrelib: update the environ module to use the light FFI
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...
next