nitc: fix calling extern constructors from extern code in separate compiler
[nit.git] / src / loader.nit
2015-01-14 Jean PrivatMerge: Do not display test suite modules in Nitdoc
2015-01-12 Alexandre Terrasamodel: add MModule::is_test_suite attribute.
2015-01-10 Jean PrivatMerge: Enforce namespace rules
2015-01-09 Jean Privatmodelize: check full-name conflicts in projects for...
2015-01-08 Jean PrivatMerge: Less fixme and todo
2015-01-07 Jean Privatloader: having no `module` clause is not a warning
2015-01-03 Jean Privatloader: make `mmodule2nmodule` private
2015-01-03 Jean Privatloader: new method `ModelBuilder::mmodule2node` to...
2014-12-28 Jean Privatloader: add `parse_full` to load all their modules...
2014-12-09 Jean Privatloader: add a public itentified_files attribute
2014-12-09 Jean Privatloader: make some entities public and improve doc
2014-12-06 Jean Privatloader: add visit_group
2014-12-06 Jean Privatloader: identify_file use -I for names without path
2014-12-06 Jean Privatloader: identify_file does not print errors
2014-12-06 Jean Privatloader: add MGroup::is_interesting
2014-12-06 Jean Privatloader: `load_module` no mode automatically computes...
2014-12-04 Jean Privatmodelbuilder: ANode not more mandatory in errors and cie
2014-12-04 Jean Privatmodelbuilder: split in 3 modules