tests: add some runtime error in nitin.input
[nit.git] / src / modelize /
2016-08-30 Alexis Laferrièremodelize: precise in `has_value` doc the link with...
2016-08-26 Jean PrivatMerge: modelize_property: Promote `refine-type` to...
2016-08-18 Jean-Christophe... modelize_property: Remove a unnecessary pre-condition
2016-08-18 Jean-Christophe... modelize_property: Promote `refine-type` to an error
2016-08-09 Jean Privatmodel: new class MErrorType as using MBottomType was...
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-14 Jean Privatmodelize: mark property broken is they are bad introduction
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...
2016-04-22 Jean Privatmodelize: get the Bool type faster
2016-04-06 Lucas Bajoletcompiler: Added prefixed and suffixed `String` support
2016-03-24 Jean PrivatMerge: compiler: Added prefix and suffix support for...
2016-03-22 Lucas Bajoletcompiler: Added prefix and suffix support for `Char`
2016-03-19 Alexis Laferrièrefrontend: do not remport missing-doc warnings on anonym...
2016-02-26 Jean Privatmodelize: new attribute annotation `is optional`
2016-02-26 Jean Privatmodelize: use the signature of the setter in the initia...
2016-02-12 Jean Privatnitc: remove the redundant property `mfree_init`
2015-12-16 Jean Privatnitc: update code to use qclassids
2015-12-15 Jean PrivatMerge: nitweb: nitcorn based API to access model and...
2015-12-11 Alexandre Terrasamodelize: introduce ModelBuilder::mentity2node method
2015-12-08 Alexis Laferrièresrc: as casts define the type of class attributes
2015-11-30 Jean Privatmodelize: always check visibility of return types
2015-11-10 Jean Privatmodelize: combine initialize signatures without losing...
2015-11-07 Jean Privatmodelize_class: do not rely on number of errors since...
2015-10-29 Jean Privatmodelize: Gracefully handle virtual types without defin...
2015-10-29 Jean Privatmodelizey: continue processing broken redef virtual...
2015-10-29 Jean Privatmodelize_property: use bottom type to mark invalid...
2015-10-22 Jean PrivatMerge: Less null warnings in src/
2015-10-22 Jean Privatsrc: remove some `call on nullable` warning with a...
2015-10-21 Jean Privatmodelize: special lazy attribute is tagged fictive
2015-10-07 Jean PrivatMerge: More robustness in keep going
2015-10-06 Jean Privatmodel: use the robust `intro_mmodule` instead of `intro...
2015-10-06 Jean Privatmodel: add `MEntity::is_broken`
2015-10-05 Alexis Laferrièresrc: fix null receiver error on useless-signature warning
2015-09-09 Jean Privatsrc: mass rename project->package
2015-08-13 Lucas Bajoletsrc/compiler: Added fixint variants to compiler
2015-08-10 Jean Privatmodel: remove things about default parameters
2015-08-04 Lucas Bajoletsrc: Modified compilers for the support of the new...
2015-07-18 Jean PrivatMerge: Protected setters
2015-07-13 Jean Privatmodelize: improve message in case of inherited autoinit...
2015-07-13 Jean Privatmodelize_property: setters are protected by default...
2015-06-09 Jean Privatmodelize: remove restriction on concrete class in intia...
2015-06-09 Jean Privatmodelize: error/warning if explicit autoinit on attributes
2015-06-09 Jean Privatmodelize: error in `autoinit` is used in class refinement
2015-06-09 Jean Privatmodelize: move `autoinit` management on method into...
2015-06-08 Jean Privatmodelize: add `AAttrPropdef::mtype` to factorize the...
2015-05-30 Jean PrivatMerge: modelize: ask that attributes in refinements...
2015-05-29 Jean Privatmodelize: ask that attributes in refinements are either...
2015-05-29 Lucas Bajoletcompiler: Updated toolchain for proper byte literal...
2015-05-29 Jean PrivatMerge: Annotation lateinit
2015-05-28 Alexandre Terrasamodel: check useless repeated types in signatures
2015-05-27 Jean Privatmodelize: rename annotation `autoinit` on attributes...
2015-05-27 Jean Privatmodelize: `noautoinit` check inherited initializes...
2015-05-08 Jean Privatmodelize: abstract attributes included in autoinit...
2015-04-24 Jean PrivatMerge: More binary operators
2015-04-24 Jean Privatsrc: handle new bitwise operators
2015-04-21 Alexandre Terrasamodel: add missing service to retrieve a AClassDef...
2015-04-18 Jean Privatmodel&modelize: introduce default parameters
2015-04-18 Jean Privatmodelize_property: implement special validity rules...
2015-04-15 Jean Privatsrc: implement unary plus
2015-04-15 Jean Privatsrc: improve messages (and sometime location) of errors...
2015-04-10 Jean Privattyping: remove most top-level things
2015-04-10 Jean Privatmodelize_classes: top-level methods are defined in...
2015-04-10 Jean Privatmodelize classes: process AStdClassdef before
2015-04-08 Jean PrivatMerge: Not null types
2015-04-08 Jean PrivatMerge: Improve checking of virtual types
2015-04-08 Jean Privatmodel: rename `as_notnullable` to `undecorate`
2015-04-07 Jean Privattests: add error_virtual_type.nit and error_virtual_typ...
2015-04-06 Jean Privatmodelize_property: improve the search of circularity...
2015-04-06 Jean Privatmodelize_property: use resolve_mtype_unchecked during...
2015-04-06 Jean Privatmodelize_property: remove unused ASignature::build_sign...
2015-04-03 Jean Privatmodelize_class: make the class-name-conflict a warning
2015-04-03 Jean Privatmodelize_property: invalidate information to avoid...
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-03-28 Jean Privatsepcomp: do not generate class tables for dead classes
2015-03-10 Jean PrivatMerge: Abstract attribute
2015-02-26 Jean Privatmodelize: new annotation `abstract` on attribute that...
2015-02-26 Jean Privatmodelize: the main property of a attribute is the reade...
2015-02-26 Jean Privatmodelize: prevent the use of `lazy` on methods
2015-02-26 Jean PrivatMerge: Generalized class members
2015-02-24 Jean Privatmodelize: implements services of APropdef as noop ...
2015-02-20 Jean Privatmodelize: add class annotation `noautoinit` to clear...
2015-02-20 Jean Privatmodelize: accepts `noautoinit` the new name of `noinit`.
2015-02-20 Jean Privatmodelize: add class-annotation `autoinit` to explicitly...
2015-02-10 Jean Privatmodel: add MProperty::is_autoinit to identify method...
2015-02-06 Jean Privatmodelbuilder: add `check_subtype` and `check_sametype`
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 for properties
2015-01-09 Jean Privatmodelize: check full-name conflicts in projects for...
2015-01-08 Jean PrivatMerge: Less fixme and todo
2015-01-06 Jean PrivatMerge: Lazy semantize
2015-01-03 Jean Privatsrc: client of `mmodule2nmodule` now use `mmodule2node`
next