update NOTICE
[nit.git] / src / model /
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"
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-27 Jean PrivatMerge: Fix visibility importation
2014-03-26 Jean PrivatMerge origin/master to prepare the integration
2014-03-25 Jean Privatmodel: fix visibility total order
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-03-12 Jean Privatmodel: fix module owner placebo
2014-02-18 Jean Privatmodel: select_most_specific behave correctly when given...
2014-02-18 Jean Privatmodel: factorize `select_most_specific` from `lookup_...
2014-02-05 Jean Privatmodelbuilder: load modules in projects and groups
2014-02-05 Jean Privatmodel: add mproject module
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