ni_nitdoc: added fast copy past utility to signatures.
[nit.git] / src / model /
2013-07-26 Jean Privatremove some depreciated FIXME
2013-07-26 Jean Privatsrc: move collections from model to a new module
2013-01-31 Jean Privatmodel: implements lookup_*_definition with linearization
2013-01-31 Jean Privatmodel: add linearize_mclasses, linearize_mclassdefs...
2013-01-25 Jean Privatmodel: implements lookup_next_definition
2013-01-25 Jean Privatmodel: implements lookup_first_definition with a defaul...
2012-12-15 Jean Privatmodel: semi-fixed bounds for VirtualType
2012-12-07 Jean PrivatMerge remote branch 'alexandre/master'
2012-12-07 Jean Privatmodel: rewrite of MType::is_subtype
2012-12-04 Alexandre Terrasamodel: MGenericType::to_s add space between formal...
2012-11-21 Jean Privatrta: limit the depth of types to avoid infinite loops
2012-11-09 Jean Privatmodel: make MClass::intro public
2012-11-06 Jean Privatmodel: remove a lot of casts to MGenericType
2012-11-06 Jean Privatmodel: promote MGenericType::arguments to MClassType
2012-11-06 Jean Privatmodel: add MClass::in_hierarchy
2012-11-06 Jean Privatmodel: fix bug where order of classes produces buggy...
2012-10-22 Jean Privatmodel: exit(1) on get_primitive_class
2012-10-22 Jean Privatnew model: move force_get_primitive_method to modelbuilder
2012-07-03 Jean Privatmodel: add basic closures
2012-05-31 Jean Privatmodel: new class MParameter
2012-05-31 Jean Privatmodel: remove old Closure stubs
2012-05-08 Jean Privatmodel: rename lookup_first_property to lookup_first_def...
2012-05-02 Jean Privatmodel: use MPROPDEF instead of MPropDef
2012-05-02 Jean Privatmodel: use local variables for cache in collect_*
2012-05-02 Jean Privatmodel: easy path for type test
2012-05-02 Jean Privatmodel: add MType::model
2012-04-25 Jean Privatmodel: add methods to get primitive stuff
2012-04-20 Jean Privatmodel: add MMethod::is_new to distinguish new and init...
2012-04-17 Jean Privatmodel: new metamodel