sep_compiler: add alias option --link-boost
[nit.git] / src / compiler / separate_compiler.nit
2015-02-10 Jean Privatsep_compiler: add alias option --link-boost
2015-02-10 Jean Privatsep_compiler: table_send take the original entity inste...
2015-02-10 Jean Privatsep_compiler: add option --substitute-monomorph to...
2015-02-10 Jean Privatsep_compiler: optionally use a trampoline before the...
2015-02-09 Jean Privatsep_compiler: SeparateRuntimeFunction save its arguments
2015-02-07 Jean Privatsep_compiler: add RuntimeFunction::c_fun_ptr
2015-01-16 Jean Privatcompiler: SeparateCompilerVisitor::table_send uses...
2015-01-16 Jean Privatcompiler: add SeparateRuntimeFunction::c_sig and Separa...
2015-01-16 Jean Privatcompiler: do not generate specific virtual method if...
2015-01-16 Jean Privatcompiler: factorize VirtualRuntimeFunction and Separate...
2015-01-13 Jean PrivatMerge: Use linker symbols to encode colors
2015-01-12 Jean Privatcompiler: add `Platform::supports_linker_script`
2015-01-12 Jean Privatcompiler: use linker symbols to encode colors
2015-01-10 Jean Privatcompiler: generalize `const_color` in entities
2015-01-10 Jean PrivatMerge: Enforce namespace rules
2015-01-08 Jean PrivatMerge: null as receiver
2015-01-08 Jean PrivatMerge: Less fixme and todo
2015-01-07 Jean Privatcomplier: `--direct-call-monomorph` works with construc...
2015-01-05 Jean Privatseparate_compiler: `shortcut_equate` works on `is_same_...
2015-01-05 Jean Privattyping&engines: accept `is_same_instance` on `null`
2015-01-05 Jean Privatcompiler: accept `null` as a *maybenull* receiver
2015-01-05 Jean Privatcompiler: create var in `shortcut_equate` only if needed
2014-12-28 Jean Privatcompiler: rename the class `Frame` to `StaticFrame...
2014-12-27 Jean Privatcompiler: move compilation stuff from modelbuilder...
2014-11-29 Jean Privatcompiler: the type poset contains only directed casts
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-23 Jean Privatmodel: `new` factories have a return type.
2014-10-15 Jean Privatcompiler: do the varargization in the ANodes
2014-10-11 Jean Privatsrc: remove some warnings and do some cleaning
2014-09-26 Jean Privatseparate_compiler: use the easier way to get a mparamet...
2014-09-18 Jean Privatsrc: remove classes and nodes related to the old syntax
2014-09-17 Alexis Laferrièrenitg: fix typo in doc of `before_send`
2014-09-10 Alexis LaferrièreMerge branch 'master' into polymorphic_extern_classes
2014-09-03 Jean Privatsrc: create groups for related things