Updated `tests/syntax_callref.nit`
[nit.git] / src / compiler / global_compiler.nit
2019-10-10 Louis-Vincent Boud... Updated `tests/syntax_callref.nit`
2019-10-10 Louis-Vincent Boud... Callref expressions support for Global Compiler
2019-08-15 Louis-Vincent Boud... compiler: Refactor `AbstractRuntimeFunction`
2017-02-09 Alexis Laferrièrenitc: explicitly cast long to int
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-07-08 Jean-Christophe... global_compiler: Write errors to stderr
2016-06-24 Jean Privatcompiler: remove services for deprecated calloc_array
2016-03-25 Jean Privatnitc/globalcomp: avoid looking at unexisting methods
2016-02-04 Jean Privatcompiler: add a native implementation of NativeArray...
2015-12-15 Jean Privatcompiler: intern methods on NativeArray can fallback...
2015-12-10 Jean Privatengine: handle the compilation/interpretation of multip...
2015-10-22 Jean Privatglobal_compiler: remove a useless local variable
2015-05-28 Lucas Bajoletnitg-g: Fix allocation of NativeArray
2015-05-21 Jean Privatcompilers: missing argument unboxing with new nativearray
2015-04-10 Jean Privattyping: remove most top-level things
2015-03-23 Jean Privatcompiler: add native_array_get and native_array_set
2015-03-23 Jean PrivatMerge: compiler: introduce and use `MType::is_c_primitive`
2015-03-23 Jean PrivatMerge: Simplify management of primitive types
2015-03-23 Jean Privatcompiler: introduce and use `MType::is_c_primitive`
2015-03-21 Jean Privatmodel: provide direct methods to access primitive types
2015-03-21 Jean Privatcompiler: rename `show_backtrace` as `fatal_exit`
2015-01-10 Jean PrivatMerge: Enforce namespace rules
2015-01-08 Jean PrivatMerge: null as receiver
2015-01-05 Jean Privattyping&engines: accept `is_same_instance` on `null`
2014-12-28 Jean Privatcompiler: rename the class `Frame` to `StaticFrame...
2014-12-27 Jean Privatcompiler: move compilation stuff from modelbuilder...
2014-11-19 Jean Privatcompiler: resolve types when doing new NativeArray
2014-11-11 Jean Privatcompiler: global compiler escape the module name
2014-11-05 Jean Privatsrc: update most tools to new constructors
2014-10-23 Jean Privatmodel: `new` factories have a return type.
2014-10-15 Jean Privatglobal_compiler: remove useless methods since varargisa...
2014-10-15 Jean Privatcompiler: do the varargization in the ANodes
2014-10-11 Jean Privatsrc: remove useless comparisons on null
2014-09-10 Alexis LaferrièreMerge branch 'master' into polymorphic_extern_classes
2014-09-03 Jean Privatsrc: create groups for related things