nit.git
2015-07-21 Alexandre Terrasatyping: also type signature for intern methods
2015-07-21 Alexandre Terrasanitj: compile concrete methods bodies
2015-07-21 Alexandre Terrasanitj: implement instance initialization and ANewExprs
2015-07-21 Alexandre Terrasanitj: avoid calls to abstract methods
2015-07-21 Alexandre Terrasanitj: implements AReturnExprs
2015-07-21 Alexandre Terrasanitj: shortcut calls on primitive instances
2015-07-21 Alexandre Terrasanitj: implement static and polymorphic sends
2015-07-21 Alexandre Terrasanitj: implement boxing for Java primitives
2015-07-21 Alexandre Terrasanitj: implement variable declaration
2015-07-21 Alexandre Terrasanitj: compile native instances of Int, Byte, Float...
2015-07-21 Alexandre Terrasanitj: implement `self` accesses
2015-07-21 Alexandre Terrasanitj: implement aborts
2015-07-21 Alexandre Terrasanitj: implement static frame to handle calls
2015-07-21 Alexandre Terrasanitj: prepare node visit of method bodies
2015-07-21 Alexandre Terrasanitj: implement variable handling
2015-07-21 Alexandre Terrasanitj: build naive type tables using Java HashMaps
2015-07-21 Alexandre Terrasanitj: build naive vfts using Java HashMaps
2015-07-21 Alexandre Terrasanitj: generate runtime mmethodef structure stubs
2015-07-21 Alexandre Terrasanitj: generate runtime class structure stubs
2015-07-21 Alexandre Terrasanitj: introduce JavaRuntimeModel used to represent...
2015-07-21 Alexandre Terrasanitj: introduce JavaCompilerVisitor to generate java...
2015-07-21 Alexandre Terrasanitj: add tests for the nitj engine
2015-07-21 Alexandre Terrasanitj: compile generated Java files using make and Javac
2015-07-21 Alexandre Terrasanitj: introduce compiler to Java code
2015-06-22 Jean PrivatMerge: Opportunity i18n & traduction française
2015-06-22 Jean PrivatMerge: Geometry fix
2015-06-22 Jean PrivatMerge: Use light FFI instead of the legacy NI in the lib
2015-06-22 Jean PrivatMerge: Nitunit fails bad code
2015-06-22 Jean PrivatMerge: Adaptive typing: fix buggy warning messages
2015-06-22 Alexis Laferrièretests: skip nitpick args1 in niti and nitvm
2015-06-21 Alexis Laferrièrecontrib/opportunity: gitignore .pot and .mo files
2015-06-21 Alexis Laferrièresrc/i18n_phase: there's no need to unescape
2015-06-21 Alexis Laferrièresrc/i18n_phase: breakup 2 complexe lines of code
2015-06-21 Alexis Laferrièresrc/i18n_phase: use an escape custom to gettext
2015-06-21 Alexis Laferrièrecontrib/opportunity: add rule to build .mo files
2015-06-21 Alexis Laferrièrecontrib/opportunity: intro french translation
2015-06-21 Alexis Laferrièrecontrib/opportunity: hack to circumvent #1530
2015-06-21 Alexis Laferrièrecontrib/opportunity: prepare for i18n by separating...
2015-06-21 BlackMinougeometry/quadtree: fixed use of the numerics
2015-06-21 BlackMinougeometry/boxes: top and bottom in ILine were inversed...
2015-06-20 Alexis Laferrièrelib/text: protect the `format` method against inconsist...
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
next