Merge: doc: fixed some typos and other misc. corrections
[nit.git] / src / interpreter /
2019-12-21 Florian Deljarrysrc: Update init
2019-11-06 Florian DeljarryMerge remote-tracking branch 'upstream/master' into...
2019-10-12 Louis-Vincent Boud... Callref bugfix in interpreter and compilers + autosav
2019-10-10 Louis-Vincent Boud... Callref expression support for the interpreter
2019-09-12 Louis-Vincent Boud... typing: Added typing resolution for `ACallrefExpr`
2019-07-12 Jean Privattyping and engines: handle safe calls `x?.foo`
2019-07-10 Jean Privatinterpreter: add `Instance::is_null` to simplify code
2019-02-26 Alexis LaferrièreFFI: ExternFile::filename should be relative to the...
2018-06-08 Lucas Bajoletlib/core: remove ascii method on Int and 'b' prefix
2018-06-08 Lucas Bajoletlib/core: remove uses of Byte for Text
2018-05-10 Jean PrivatMerge: lib/core: provide default codec-aware read_char
2018-05-10 Lucas Bajoletniti: fix CString::fast_cstring semantics
2018-05-08 Lucas Bajoletsrc/nit: remove unused primitive_types module
2018-02-16 Alexis LaferrièreMerge branch 'explain-assert' into master
2018-01-26 Alexis Laferrièrenitc & niti: move the duplicated pkg-config checks...
2017-12-20 Jean Privatniti: fix constructors with an empty return
2017-11-21 Jean Privatnaive_interpreter: make `InterpreterFrame::map` and...
2017-09-28 Alexis Laferrièrenitc & niti: explain failed assert to stderr
2017-06-28 Jean Privatnitc: remove some useless truisms.
2017-04-26 Jean PrivatMerge: Catch em all
2017-04-25 Jean Privatniti: make `catch_count` writable
2017-04-25 Jean Privatniti: keep the fatal_error information
2017-04-25 Jean Privatniti: all fatal errors are catchable, not just aborts
2017-04-21 Jean Privatnitc/interpreter: NaiveInterpreter::mainmodule is writable
2017-03-28 Jean PrivatMerge: intrepreter: Fix the documentation of `Primitive...
2017-03-28 Jean-Christophe... intrepreter: Fix the documentation of `PrimitiveInstance`
2017-03-28 Jean-Christophe... intrepreter: Fix the documentation of `Instance::is_true`
2017-02-09 Alexis Laferrièretext: use UInt32 to manipulate chars
2016-12-27 Alexis Laferrière*: update all clients of the `CString::to_s` services
2016-12-13 Alexis Laferrièreupdate all indirect references to native strings
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-11-09 Alexis Laferrièrenit: purge the debugger from the interpreter
2016-10-14 Alexis Laferrièrenitc & niti: support intern method to generate serializ...
2016-10-14 Alexis Laferrièreinterpreter: remove duplicated intern methods
2016-06-30 Jean PrivatMerge remote-tracking branch 'origin/master' into init_auto
2016-06-24 Jean Privatengines: remove useless native method `calloc_string`
2016-06-08 Lucas Bajoletlib/core: Renamed `Text::bytelen` to `Text::byte_length`
2016-05-23 Alexis Laferrièreniti: filter the -lrt flag on OS X
2016-05-04 Jean Privatnitc/engines: do not initialize optional attributes...
2016-04-26 Jean PrivatMerge: interpreter use the catch from the compiler
2016-04-23 Alexis Laferrièreniti: simply use `cc` as compiler
2016-04-23 Alexis Laferrièreniti: fix support for cflags from pkgconfig
2016-04-23 Jean PrivatMerge remote-tracking branch 'origin/master' into init_auto
2016-04-22 BlackMinouInterpreter use the catch from the compiler
2016-04-18 Alexis Laferrièreinterpreter: use light_ffi to force support for the...
2016-04-18 Alexis Laferrièreinterpreter: the annotation light_ffi identifies a...
2016-04-14 Jean PrivatMerge: Introducing the do ... catch ... end structure
2016-04-12 BlackMinouInterpreter: using catch to modify abort behaviour
2016-04-08 Jean Privatnitc/niti: unify returnmark and escapemark
2016-04-07 Jean PrivatMerge: Augmented literal strings
2016-04-06 Lucas Bajoletinterpreter: Added support for prefixed/suffixed strings
2016-04-04 Alexis Laferrièreinterpreter: do not intercept rand methods
2016-03-31 Jean PrivatMerge remote-tracking branch 'origin/master' into init_auto
2016-03-24 Jean Privatniti: fix escaping flag when executing the finish of...
2016-03-22 Lucas Bajoletinterpreter: Added support for prefixed chars
2016-03-11 Jean PrivatMerge: Interpreter FFI: support the pkgconfig annotation
2016-03-10 Alexis Laferrièreniti FFI: do not attempt to run extern methods returnin...
2016-03-09 Alexis Laferrièreniti FFI: support the pkgconfig annotation
2016-03-07 Alexis Laferrièreniti FFI: create compile_dir with permissions 0o700
2016-03-05 Alexis Laferrièreniti FFI: delete the nit_compile directory after execution
2016-03-05 Alexis Laferrièreniti FFI: cmd line option to change the nit_compile...
2016-02-26 Jean Privatengine: handle new attribute annotation `is_optional`
2016-02-26 Jean Privatmodel: remove `new_msignature` and special call as...
2016-02-26 Jean Privatmodel: make autoinit the main construction mechanism
2016-02-12 Jean Privatniti: rename `args` as `arguments` in `call`
2015-12-29 Lucas Bajoletsrc: Improve speed of interpreter when working with...
2015-12-17 Jean PrivatMerge: FFI: Fix extern methods in generic classes with...
2015-12-17 Alexis LaferrièreFFI niti: fix extern methods in generic classes
2015-12-15 Jean Privatinterpreter: a method can be extern and intern, extern...
2015-12-10 Jean Privatengine: handle the compilation/interpretation of multip...
2015-11-10 Jean Privattyping: move vararg_length on each argument, instead...
2015-10-22 Jean PrivatMerge: Less null warnings in src/
2015-10-22 Jean Privatniti: protect some NPE errors
2015-10-22 Jean Privatsrc: remove some `call on nullable` warning with a...
2015-10-21 Jean Privatother tools: cleanup and synchronize options with the...
2015-10-07 Jean Privatinterpreter&vm: handle multi-iterator
2015-09-21 Lucas Bajoletlib: Update libs to use correctly ascii and code_point
2015-09-09 Lucas Bajoletsrc/interpreter: fast_cstring was broken in interpreter
2015-08-28 Lucas Bajoletsrc: Added complete FlatString generation from compiler
2015-08-27 Jean Privatcode: update references to `standard`
2015-08-19 Alexis Laferrièrenit: do not specify an soname (or -g) for JIT FFI libraries
2015-08-13 Lucas Bajoletsrc/interpreter: Added fixints to interpreter
2015-08-10 Lucas Bajoletlib/standard/: Removed bin_and/or/xor/not from math
2015-08-07 Lucas Bajoletsrc/interpreter: Clean uses of recvval in interpreter
2015-08-04 Lucas Bajoletsrc: Modified compilers for the support of the new...
2015-07-23 Lucas Bajoletsrc: Compiler, interpreter and parser updates for UTF-8
2015-07-20 Jean PrivatMerge: Faster write
2015-07-17 Jean Privatniti: update intern implementation of `io_write`.
2015-07-13 Jean Privatsrc/niti: PrimitiveNativeFile use autoinit in named...
2015-07-09 Lucas Bajoletsrc: Compiler and interpreter updates for NativeString
2015-06-26 Alexis Laferrièresrc/niti: mkdir the compile dir only if it doesn't...
2015-06-26 Alexis Laferrièresrc/niti: use a real NativeString
2015-06-26 Alexis Laferrièresrc/niti: remove hack on NativeFile
2015-06-26 Alexis Laferrièresrc/niti: remove intern implementations to extern methods
2015-06-19 Jean Privatniti-ffi: NativeString is re-a `char*` since #1502
2015-06-17 Jean PrivatMerge: Light FFI for the interpreter
2015-06-17 Alexis Laferrièresrc: fix interpreter FFI to support nitvm
2015-06-12 Jean PrivatMerge: String split
2015-06-10 Alexis Laferrièresrc/niti: do not support extern methods with non primit...
2015-06-10 Alexis Laferrièresrc/niti: report a "not yet implemented" when using...
next