src: cleanup importations
[nit.git] / src / modelize_property.nit
2014-09-03 Jean Privatsrc: cleanup importations
2014-08-25 Jean Privatmodelize_property: simple inits are new-style
2014-08-20 Jean Privatsrc: introduce new constructors
2014-07-24 Jean Privatsrc: use `as_notnullable` in code
2014-07-23 Jean PrivatMerge: Add annotation `fixed` for virtual types
2014-07-23 Jean Privatmodel: add annotation `fixed` on virtual types
2014-07-22 Jean Privatmodelize_properties: check redef types in ATypePropdef
2014-07-22 Jean Privatmodelize_property: add a guard for lazy attributes
2014-07-22 Jean Privatmodelize_property: add annotation `lazy`
2014-07-22 Jean PrivatMerge: add the annotation `readonly` on attributes
2014-07-22 Jean PrivatMerge: understand writable as an annotation
2014-07-22 Jean Privatmodelize_property: add readonly annotation on attributes
2014-07-21 Jean Privatmodelize_property: accepts alternative name for setters
2014-07-21 Jean Privatmodelize_property: accept annotation `writable`
2014-07-21 Jean Privatmodelize_property: understand `noinit` annotation on...
2014-07-18 Jean PrivatMerge 'origin/master' into fix-asnotnull to supress...
2014-07-17 Jean Privatcode: remove useless as(not null)
2014-07-16 Jean Privatmodelize_property: enable the access of the internal...
2014-07-15 Jean Privatmodelize_properties: attributes inherit the static...
2014-07-15 Jean Privatmodelize_property: do not crash if mtype is null in...
2014-07-15 Jean Privatmodelize_property: correctly check signature for getter...
2014-07-15 Jean Privatmodelize_property: the `redef` on writable is now optional
2014-07-01 Alexandre Terrasamodel: fix a compiler crash on access to null construct...
2014-06-26 Jean Privatmodelize_property: remove old-style accesors
2014-06-12 Jean Privatmodelbuilder: `check_redef_keyword` and `build_property...
2014-06-12 Jean Privatmodelbuilder: `build_properties` process `all_defs...
2014-06-12 Jean Privatmodelbuilder: modeling of top-level methods use `parent`
2014-06-10 Jean Privatmodelize_property: top_level methods can only redefine...
2014-06-10 Jean Privatmodel: add `MMethod::is_toplevel`
2014-06-10 Jean Privatmodelize_property: improve error message for property...
2014-06-10 Jean Privatmodelize_property: remove double check of duplicate...
2014-06-10 Jean Privatmodelize_property: always check `redef`
2014-06-03 Jean PrivatMerge: Improve mdoc & markdown
2014-06-03 Jean Privatmodelbuilder: considers that mentities outside the...
2014-06-03 Jean Privatmodelize_property: remove usage of `nclassdef`
2014-06-03 Jean Privatmodelbuilder: `resolve_mtype` require a MClassDef inste...
2014-06-03 Jean Privatmodel: add optional MDoc::original_mentity
2014-05-13 Jean Privatdefault_init: error if collected attributes and inherit...
2014-05-13 Jean Privatdefault_init: inherit combined init if alone and empty
2014-05-13 Jean Privatdefault_init: collect attributes on combined empty...
2014-05-12 Jean PrivatMerge: Simplify AMethPropdef
2014-05-12 Jean Privatmodelize_property: rely more on fields than on classes...
2014-05-12 Jean Privatmodel: add `MMethodDef::is_extern`
2014-05-12 Jean Privatparser: promote all children in AMethPropdef
2014-05-07 Alexandre Terrasamodelbuilder: link MVirtualTypeDef to ATypePropdef...
2014-04-04 Jean Privatlib/string: teach clients to use non deprecated services.
2014-04-01 Jean Privatmodel: add `MMethodDef::is_intern`
2014-03-25 Jean Privatmodelize_property: check that public properties only...
2014-03-19 Jean Privatmodelbuilder: fill the `mdoc` of entities
2014-03-11 Jean Privatfrontend: move `MPropDef::has_supercall` to `modelize_p...
2014-02-27 Alexandre Terrasamodelize_mproperty: fix virtual type redef on already...
2014-02-21 Jean PrivatMerge branch 'fix_param_check'
2014-02-21 Jean Privatmodelize_properties: improve error messages
2014-02-21 Jean Privatmodelize_property: fix the check of the types of parame...
2014-02-20 Lucas Bajoletnitg: Fixed modelize_property to print an error when...
2013-11-19 Jean Privatsrc: remove closure in the model
2013-11-12 Jean Privatmodelbuilder: extra-warn useless type declaration of...
2013-11-12 Jean Privatmodelbuilder: prevent names of formal type to have...
2013-09-03 Alexandre Terrasamodelize_property: removed useless super_init var
2013-08-22 Jean Privatmodelbuilder: annotate more AST nodes with model inform...
2013-08-15 Jean Privatnit tools: fix typo and style in documentation
2013-08-10 Jean Privatmodelbuilder: error when using `intrude' on classes...
2013-08-05 Jean Privatmodel: add MMethodDef::is_abstract
2013-08-05 Jean Privatmodelbuilder: abstractize some private methods
2013-07-25 Jean Privatmodelbuilder: generalize mpropdef to APropdef
2013-07-19 Jean Privatsrc: extract modelize_class.nit from modelbuiler.nit
2013-07-19 Jean Privatsrc: extract modelize_property.nit from modelbuiler.nit