README: Update libgc's URL
[nit.git] / src / interpreter /
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-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-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-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...
2015-06-10 Alexis Laferrièresrc: add README to dynamic_loading_ffi
2015-06-10 Alexis Laferrièresrc: activate FFI in interpreter
2015-06-10 Alexis Laferrièresrc: intro an FFI for the interpreter
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 Alexis Laferrièresrc: intro `call_extern` in interpreter
2015-06-02 Lucas Bajoletlib: Fixed imports throughout standard library
2015-05-29 Lucas Bajoletcompiler: Updated toolchain for proper byte literal...
2015-05-29 Lucas Bajoletlib/standard: Introduce Byte type in kernel
2015-05-29 Jean PrivatMerge: introduce plain_to_s
2015-05-29 Jean Privatlib/standard/string: introduce (an use) `plain_to_s`
2015-05-25 Alexandre Terrasadebugger: remove dependency to `nitx`
2015-04-25 Jean Privatengines: process named arguments
2015-04-18 Jean Privattyping&engines: implement default arguments
2015-04-17 Jean Privatinterpreter: use SignatureMap to make varargize more...
2015-04-15 Jean Privatsrc: implement unary plus
2015-04-14 Jean PrivatMerge: Intern new
2015-04-10 Jean PrivatMerge: Sys is top
2015-04-10 Jean PrivatMerge: Robust IO
2015-04-10 Jean Privatengines: implement special fall-back to sys
2015-04-10 Jean Privatniti: implements native `chdir` and `mkdir` with a...
2015-04-10 Jean Privatengines: ANewExpr just return the plain instance if...
2015-04-09 Jean PrivatMerge: new `with` statement
2015-04-03 Jean Privatinterpreter: interpret `with` statement
2015-03-31 Lucas Bajoletlib/standard/string: Added faster cstring method on...
2015-03-21 Jean Privatmodel: provide direct methods to access primitive types
2015-03-15 Julien Pagèsnitvm: The interpreter and the vm have each their own...
2015-03-15 Julien Pagèsniti: Introduce a method to create and initialize a...
2015-03-15 Julien Pagèsniti: Introduce and use a virtual type for the frames
2015-02-26 Jean Privatsrc: do not crash if there is not MAttributeDef in...
2015-02-26 Jean Privatengines: move compilation of `abstract` method to MMeth...
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2015-02-05 Lucas Bajoletniti: Fixed method NativeString::copy_to in intern_call
2015-02-05 Lucas Bajoletlib/standard/string: Fixed leaking Int.to_s method
2015-01-28 Julien Pagèsniti: Allow to redefine AST nodes in other engines...
2015-01-13 Lucas Bajoletniti: Fixed primitive type NativeFile for interpreter
2015-01-13 Lucas Bajoletdebugger: Updated to support new Websockets
2015-01-05 Jean Privattyping&engines: accept `is_same_instance` on `null`
2014-12-23 Alexis Laferrièrelib/socket: update socket clients
2014-12-17 Jean Privatinterpreter: implements array comprehensions
2014-12-17 Jean Privatgrammar: new production `array_items` to replace arg_li...
next