model-clients: use `is_root_init` instead of `.name == "init"`
[nit.git] / src / compiler / abstract_compiler.nit
2014-10-23 Jean Privatmodel-clients: use `is_root_init` instead of `.name...
2014-10-20 Jean PrivatMerge: Small compiler things
2014-10-17 Jean Privatabstract_compiler: prefers implementing expr than stmt...
2014-10-17 Jean Privatabstract_compiler: default stmt implmentation do not...
2014-10-17 Jean PrivatMerge: Better varargs
2014-10-17 Jean Privattyping+engines: handle reverse-vararg: passing an array...
2014-10-15 Jean PrivatMerge: transform loops
2014-10-15 Jean Privattransform: move up shortcut-range from abstract_compile...
2014-10-15 Jean Privatscope: create two escapemaks in loops
2014-10-15 Jean Privatcompiler: do the varargization in the ANodes
2014-10-11 Jean Privatsrc: remove some warnings and do some cleaning
2014-10-11 Jean PrivatMerge: new option --define
2014-10-10 Jean Privatmixin: introduce -D option to redefine functions from...
2014-10-10 Jean Privatsrc: new module mixin to factorize the -m option
2014-10-10 Jean Privatcompiler: do not use the outnames of fictive modules
2014-10-10 Jean Privatcompiler: add Visitor::bool_instance
2014-10-10 Jean Privatmodelbuilder: node is optionnal in Modelbuilder::force_...
2014-10-10 Jean Privatengines: do not crash on AST-less mclassdef
2014-10-09 Jean Privatcompiler: implements method_finish (partially)
2014-10-01 Jean Privatengines: no more `super_inits` method used in old-style...
2014-09-30 Jean PrivatMerge: compiler: compile_dir can be anywhere
2014-09-30 Jean Privatcompiler: compile_dir can be anywhere
2014-09-29 Jean Privatengines: handle initializers with an arity!=1
2014-09-18 Jean Privatsrc: remove classes and nodes related to the old syntax
2014-09-10 Alexis LaferrièreMerge branch 'master' into polymorphic_extern_classes
2014-09-09 Jean Privatmodelize: works if abstract, intern and extern are...
2014-09-08 Jean PrivatMerge: Chain implememtations
2014-09-08 Jean Privatcomp: chain implementation attempts
2014-09-05 Jean Privatsrc: transform all old writable in annotations
2014-09-03 Jean Privatsrc: create groups for related things