Merge: subset: Add grammar and kind
[nit.git] / src / modelize / modelize_class.nit
2017-06-17 Jean PrivatMerge: subset: Add grammar and kind
2017-06-15 Jean-Christophe... modelize_class: Link `subset_kind` with its correspondi...
2017-06-13 Jean-Christophe... modelize_class: Fix the wording of an error message.
2017-06-13 Jean-Christophe... modelize_class: Don’t crash on a formal supertype
2017-06-09 Jean-Christophe... modelize_class: Simplify `collect_supertypes` by defini...
2017-06-09 Jean-Christophe... modelize_class: Extract supertype collection logic
2017-06-09 Jean-Christophe... modelize_class: Continue supertype collection after...
2017-06-09 Jean-Christophe... modelize_class: Minimize the context used to resolve...
2017-06-09 Jean-Christophe... modelize_class: Rename `collect_a_mclassdef_inheritance`
2017-06-09 Jean-Christophe... modelize_class: Extract the bound collection logic
2017-06-07 Jean PrivatMerge: modelbuilder_base: Refactor the signature of...
2017-06-02 Jean-Christophe... modelbuilder_base: Refactor the signature of `resolve_m...
2017-06-02 Jean-Christophe... modelize_class: Fix spacing
2017-05-30 Jean-Christophe... modelize_class: Remove the `useless-bound` warning
2016-08-08 Jean PrivatMerge: modelize_class: Force `Object` to be an interface
2016-08-08 Jean PrivatMerge: modelize_class: Remove an unnecessary pre-condition
2016-08-04 Jean-Christophe... modelize_class: Do not crash if `Pointer` is not defined
2016-08-04 Jean-Christophe... modelize_class: Force `Object` to be an interface
2016-08-03 Jean-Christophe... modelize_class: Remove a dead check
2016-08-02 Jean-Christophe... modelize_class: Remove an unnecessary pre-condition
2016-06-30 Jean-Christophe... modelize_class: Fix a verb tense
2016-05-13 Jean Privatmodel: add location to MClass and MProperty
2016-05-02 Jean Privatmodelize_class: use the new `get_mclass_by_id` to ident...
2015-12-16 Jean Privatnitc: update code to use qclassids
2015-11-07 Jean Privatmodelize_class: do not rely on number of errors since...
2015-10-06 Jean Privatmodel: add `MEntity::is_broken`
2015-09-09 Jean Privatsrc: mass rename project->package
2015-04-21 Alexandre Terrasamodel: add missing service to retrieve a AClassDef...
2015-04-15 Jean Privatsrc: improve messages (and sometime location) of errors...
2015-04-10 Jean Privatmodelize_classes: top-level methods are defined in...
2015-04-10 Jean Privatmodelize classes: process AStdClassdef before
2015-04-03 Jean Privatmodelize_class: make the class-name-conflict a warning
2015-04-03 Jean Privatmodelize_class: make various steps more robust if the...
2015-04-03 Jean Privatvarious phases: more robust for keep-going
2015-02-05 Jean Privatmodelize: move resolve_mtype to modelbuilder_base.nit
2015-01-10 Jean PrivatMerge: Enforce namespace rules
2015-01-09 Jean Privatmodelize: check full-name conflicts in projects for...
2015-01-03 Jean Privatsrc: client of `mmodule2nmodule` now use `mmodule2node`
2014-12-20 Jean Privatsrc: finish documenting some module
2014-12-04 Jean Privatmodelize: make `mclassdef2nclassdef` and `mpropdef2npro...
2014-11-28 Jean Privatmodelize: do not crash if not object class to implicitl...
2014-10-11 Jean Privatsrc: remove some warnings and do some cleaning
2014-09-26 Jean Privatmodelize_class: update resolve_mtype for new generic...
2014-09-26 Jean Privatmodelize_class: redefinition of generic classes do...
2014-09-26 Jean Privatmodelize_class: adapt MClass and MClassDef creation...
2014-09-22 Jean Privatmodelize: advice on missing documentation
2014-09-19 Jean Privatsrc: add tag to existing warnings
2014-09-03 Jean Privatsrc: create groups for related things