model: make `MPropDef::is_intro` more robust
[nit.git] / src / model / model.nit
2015-10-06 Jean Privatmodel: make `MPropDef::is_intro` more robust
2015-09-09 Jean Privatsrc: mass rename project->package
2015-08-27 Jean Privatcode: update references to `standard`
2015-08-13 Lucas Bajoletsrc/compiler: Added fixint variants to compiler
2015-08-10 Jean Privatmodel: remove things about default parameters
2015-05-30 Jean PrivatMerge: Kill `model_utils`
2015-05-30 Jean PrivatMerge: Warn call on nullable receiver
2015-05-29 Alexandre Terrasamodel_utils: move shortcuts to `MClassKind` in `model`
2015-05-29 Lucas Bajoletlib/standard: Introduce Byte type in kernel
2015-05-27 Jean Privatmodel: introduce `MMethod::is_null_safe`
2015-05-21 Jean Privatmodel: introduce the bottom type
2015-04-25 Jean Privatmodel: add `MSignature::mparameter_by_name`
2015-04-18 Jean Privatmodel&modelize: introduce default parameters
2015-04-15 Jean Privatmodel: add `MClass::signature_to_s` to use in messages.
2015-04-08 Jean PrivatMerge: Not null types
2015-04-08 Jean Privatmodel: rename `as_notnullable` to `undecorate`
2015-04-08 Jean Privatmodel: add new type `MNotNullType` to force that null...
2015-04-04 Jean Privatmodel: extract a common proxy from MNullableType
2015-04-04 Jean Privatsrc: use MFormalType for type checks when it makes...
2015-04-04 Jean Privatmodel: introduce MFormalType as a superclass of MVirtua...
2015-04-03 Jean Privatmodel: get_primitive_class filter classes by module
2015-04-03 Jean Privatmodel: protect MClassDef.is_intro and provide MClass...
2015-03-31 Jean PrivatMerge: Rewrite the coloration for properties and types.
2015-03-28 Jean Privatsepcomp: do not generate class tables for dead classes
2015-03-21 Jean Privatmodel: provide direct methods to access primitive types
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'
next