src/model: remove extra } from `MGenericType::to_s`
[nit.git] / src / model / model.nit
2015-03-10 Alexis Laferrièresrc/model: remove extra } from `MGenericType::to_s`
2015-02-10 Jean Privatmodel: add MProperty::is_autoinit to identify method...
2015-02-04 Jean Privatmodel: precise contracts for `lookup_*_definition?`
2015-02-03 Jean Privatmodel: use `Map::get_or_null` for `get_x_by_name`
2015-02-03 Jean Privatmodel: move guards `lookup_first_definition` after...
2015-01-14 Jean Privatmodel: implement various c_name and full_name with...
2014-12-20 Jean Privatsrc: finish documenting some module
2014-12-17 Jean Privatmodel: promote `c_name` from abstract-compiler to model
2014-12-17 Jean Privatmodel: add `full_name` to entities that miss one
2014-12-17 Jean Privatmodel: promote `full_name` to MEntity
2014-12-12 Jean Privatmodel: register the implicitly injected Bool class...
2014-12-04 Jean PrivatMerge: Subtype improvements
2014-12-04 Jean PrivatMerge: Keep going toolcontext
2014-12-04 Jean Privatmodel: document the `assert isa MClassType`
2014-12-04 Jean Privatmodel: improve MType::is_subtype for formal types
2014-12-04 Jean Privatmodel: add MType::lookup_fixed
2014-12-02 Jean Privatmodel: MVirtualType::resolve_for do not resilve self...
2014-12-02 Jean Privatmodel: MParameterType::lookup_bound works for the easy...
2014-12-02 Jean Privatmodel: add MVirtualType::lookup_single_definition
2014-12-02 Jean Privatmodel: generalize MType::lookup_bound
2014-11-29 Jean Privatmodel: add another level of cache for MClassType::colle...
2014-11-29 Jean Privatmodel: cache types in a hashmap instead of in a list
2014-11-28 Jean Privatall: add `nitish` tag for code-blocks skipped by nitunit
2014-11-28 Jean Privatall: fix broken markdown comments with missing or unwan...
2014-11-28 Jean Privatmodel: do not fatal when more than one primitive class...
2014-11-05 Jean Privatsrc: update most tools to new constructors
2014-10-24 Jean Privatmodel: better implementation of the two `intro` methods
2014-10-16 Jean Privatsrc: remove two TODO that are done/unneeded
2014-10-10 Jean Privatmixin: introduce -D option to redefine functions from...
2014-10-02 Jean Privatlib: new API for Comparator
2014-10-01 Jean Privatsrc: reduce warnings and spelling errors
2014-09-26 Jean Privatmodelize_class: adapt MClass and MClassDef creation...
2014-09-17 Alexis Laferrièrenitg: fix typo in doc of `MParameterType`
2014-09-10 Alexis LaferrièreMerge branch 'master' into polymorphic_extern_classes
2014-09-10 Alexis Laferrièrenitg*: extern classes a polymorph in Nit, and unboxed...
2014-09-09 Alexis Laferrièremodel: intro a service to get the `Pointer` type
2014-09-05 Jean Privatsrc: transform all old writable in annotations
2014-09-03 Jean Privatsrc: cleanup importations
2014-08-20 Jean Privatsrc: introduce new constructors
2014-08-12 Alexis Laferrièrenitg & lib: intro `Finalizable` to be called when an...
2014-07-28 Jean PrivatMerge: model: add `MType::as_notnullable` to remove...
2014-07-24 Jean Privatsrc: use `as_notnullable` in code
2014-07-24 Jean Privatmodel: add `MType::as_notnullable` to remove the `nulla...
2014-07-24 Jean Privatmodel: MParameterType.resolve_for handle the case of...
2014-07-23 Jean Privatmodel: introduce `MVirtualType::is_fixed` used indirect...
2014-07-23 Jean Privatmodel: add annotation `fixed` on virtual types
2014-07-22 Jean PrivatMerge: proposal for model: Generalize access to `model...
2014-07-21 Alexandre Terrasamodel: Generalize access to `model` form `MEntitiy`.
2014-07-21 Alexandre Terrasamodel: makes MParameter an MEntity
2014-07-21 Jean Privatsrc: some documentation on parser and model
2014-07-20 Alexandre Terrasamodel: implements MType::name
2014-06-25 Alexandre Terrasamodel: introduce MConcern
2014-06-25 Alexandre Terrasamodel: introduce `name` in MEntity according to it...
2014-06-10 Jean Privatmodel: add `MMethod::is_toplevel`
2014-06-02 Jean Privatmodel: check if specialization is allowed between class...
2014-06-02 Jean Privatmodel: `extern_kind` is "extern class", not just "extern"
2014-05-13 Jean Privatmodel: implements `MParameter#to_s`
2014-05-12 Jean Privatmodel: add `MMethodDef::is_extern`
2014-04-26 Jean Privatmodel: fatal error, instead of abort if more that one...
2014-04-03 Jean PrivatMerge: Nitgs optims
2014-04-01 Jean Privatmodel: add `MMethodDef::is_intern`
2014-03-26 Jean PrivatMerge origin/master to prepare the integration
2014-03-24 Lucas Bajoletstdlib/strings: Moved Buffer to FlatBuffer, Buffer...
2014-03-19 Jean Privatmodel: add module `model/mdoc` to attach optional MDoc...
2014-03-19 Jean Privatmodel: add `MEntity` as a superclass for model entities...
2014-02-18 Jean Privatmodel: select_most_specific behave correctly when given...
2014-02-18 Jean Privatmodel: factorize `select_most_specific` from `lookup_...
2014-01-29 Jean Privatmodel: move MModule related classes into mmodule.nit
2013-11-19 Jean Privatsrc: remove closure in the model
2013-11-12 Jean Privatmodel: really implement precondition of lookup_first_de...
2013-08-23 Jean Privatdoc: use operator `implies` in documentation
2013-08-23 Jean Privatdoc: fix some malformed documentation
2013-08-15 Jean Privatmodel: fix typo and style in documentation
2013-08-09 Jean Privatmodel: try_get_primitive_method asks for a MClass ...
2013-08-07 Jean PrivatMerge remote-tracking branch 'alexandre/nitg-poset'
2013-08-07 Alexandre TerrasaLayout_builders: introduce posets for better performances
2013-08-05 Jean Privatmodel: add MMethodDef::is_abstract
2013-08-03 Jean Privatmodel: cache `to_s` for MClassDef, MGenericType, MNulla...
2013-08-02 Jean Privatmodel: add MType::can_resolve_for
2013-08-02 Jean Privatmodel: most anchors can be null
2013-08-02 Jean Privatmodel: add Type#length
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
next