Rename REAMDE to README.md
[nit.git] / src / model /
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-04-02 Alexis Laferrièremodel: intro `MModule::first_real_mmodule` to get the...
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-18 Jean PrivatMerge: Nitunit works with groups and markdown files
2015-03-14 Jean Privatmodel: add `MDoc::location`
2015-03-10 Alexis Laferrièresrc/model: remove extra } from `MGenericType::to_s`
2015-02-21 Jean PrivatMerge: class annotation `autoinit` to explicitly lists...
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
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 PrivatMerge: Do not display test suite modules in Nitdoc
2015-01-14 Jean Privatmodel: implement various c_name and full_name with...
2015-01-14 Jean Privatmodel: implements MProject::full_name and MProject...
2015-01-14 Jean Privatmodel: add MModule::namespace_for and MModule::c_namesp...
2015-01-12 Alexandre Terrasamodel: add MModule::is_test_suite attribute.
2015-01-10 Jean Privatmodel: add `MModule::mproject` to simplify clients
2014-12-28 Jean Privatmodel: remove a last bit of old module nesting hierarchy
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-13 Jean PrivatMerge: model: register the implicitly injected Bool...
2014-12-12 Jean Privatmodel: register the implicitly injected Bool class...
2014-12-09 Alexandre Terrasamodel: removes deprecated, now unused, method MModule...
2014-12-04 Jean PrivatMerge: Subtype improvements
2014-12-04 Jean PrivatMerge: Keep going toolcontext
2014-12-04 Jean PrivatMerge: Fallback doc
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: add MEntity::mdoc_or_fallback to get more docume...
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 Privatmodel: rename LinexComparator::min/max to avoid name...
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-23 Jean PrivatMerge: Model uml
2014-09-23 Lucas Bajoletmodel: Fix comment for MVisibility
2014-09-19 Jean PrivatMerge: introduces `MGroup::default_mmodule`
2014-09-18 Jean Privatmodel: remove MModule::direct_owner
2014-09-18 Jean Privatmodel: introduce MGroup::default_mmodule to replace...
2014-09-17 Jean Privatmodel: remove public_owner methods
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-08 Jean PrivatMerge: New `deprecated` annotation
2014-09-06 Jean Privatmodel: introduce MDeprecationInfo
2014-09-05 Jean Privatsrc: transform all old writable in annotations
2014-09-03 Jean Privatsrc: move model_vis to model
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-08-04 Jean PrivatMerge: introduce and use MModuleData
2014-07-31 Jean Privatmodel: add mmodule_data
2014-07-30 Jean Privatsrc: remove some useless import
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-07-17 Jean Privatmodel: promote `is_fictive` from doc_model
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-03 Jean Privatmodel: add optional MDoc::original_mentity
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"
next