erasure_compiler: Add contract phase dependency
[nit.git] / src / compiler / separate_erasure_compiler.nit
2020-07-01 Florian Deljarryerasure_compiler: Add contract phase dependency
2020-01-29 Louis-Vincent Boud... separate_compiler: Refactored class compilation
2019-10-11 Louis-Vincent Boud... removed `nitvm` engine from tests
2019-10-10 Louis-Vincent Boud... Callref expressions support for Erasure Compiler
2018-06-08 Jean Privatnitce: do not forgot to autoadapt in native_array_instance
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-06-24 Jean Privatcompiler: remove services for deprecated calloc_array
2015-05-14 Lucas Bajoletsrc/compiler: Fixed a bug introduced in 12aa1609, erasu...
2015-03-31 Jean PrivatMerge: Rewrite the coloration for properties and types.
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-23 Jean Privatsepcomp: `compile_class_to_c` protect access to null...
2015-03-21 Jean Privatmodel: provide direct methods to access primitive types
2015-03-21 Jean Privatcompiler: rename `show_backtrace` as `fatal_exit`
2015-03-18 Jean Privaterrasurecomp: disable tagging of primitives to not...
2015-01-16 Jean Privatcompiler: --erasure use `virtual_runtime_function`...
2015-01-06 Jean PrivatMerge: Do compilation
2015-01-02 Jean Privatcompiler: erasure use `ctype_extern` to box stuff
2014-12-27 Jean Privatcompiler: move compilation stuff from modelbuilder...
2014-11-10 Jean Privatcompiler: add and use `MModule::c_name`
2014-11-05 Jean Privatsrc: update most tools to new constructors
2014-10-23 Jean Privattyping: allow `new` on interface and abstract classes...
2014-10-11 Jean Privatsrc: remove some warnings and do some cleaning
2014-09-10 Alexis LaferrièreMerge branch 'master' into polymorphic_extern_classes
2014-09-03 Jean Privatsrc: create groups for related things