tests: add some runtime error in nitin.input
[nit.git] / src / model /
2017-03-28 Jean PrivatMerge: compiler: Refactor
2017-03-26 Jean-Christophe... model: Make the `anchor` parameter of `MType::anchor_to...
2017-03-26 Jean-Christophe... model: Add a constant for the bottom type
2017-03-26 Jean-Christophe... model: Add precision to the documentation of type metrics
2017-03-26 Jean-Christophe... model: Fix indentation
2017-03-22 Jean-Christophe... model: Document base cases of `mdoc_or_fallback`
2017-03-22 Jean-Christophe... mdoc: Fix documentation of `mdoc_or_fallback`
2017-03-22 Jean-Christophe... highlight: Use `mdoc_or_fallback`
2017-03-22 Jean-Christophe... model: Promote definitions of `mdoc_or_fallback`
2017-02-10 Jean Privatnitc: add new module annotation `is generated`
2017-02-02 Jean Privatnitc: first_real_mmodule is now explicitly set.
2016-12-13 Alexis Laferrièreupdate all indirect references to native strings
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-12-05 Alexandre Terrasatests: fix model_json output with alphabetical order
2016-12-05 Alexandre Terrasanitweb: sort mentities list by name
2016-12-03 Alexandre Terrasamodel: add nitunit for model_json
2016-12-03 Alexandre Terrasamodel: migrate model_json to new serialization API
2016-11-28 Alexandre Terrasasrc/model: collect package modules
2016-10-14 Alexis Laferrièrenitc & niti: support intern method to generate serializ...
2016-10-14 Alexis Laferrièresrc: complete some missing doc
2016-09-19 Alexis Laferrièrelib & contrib: update imports
2016-09-16 Alexis Laferrière*: update redefs of `to_json`
2016-08-31 Alexandre Terrasamodel: fix some warnings
2016-08-31 Alexandre Terrasasrc/model: split model json into short and full json
2016-08-25 Alexandre Terrasasrc/model: remove useless services from model_view
2016-08-25 Alexandre Terrasasrc/model: associate model index and model view
2016-08-22 Alexandre Terrasasrc/model: introduce ModelIndex
2016-08-09 Jean Privatmodel: add `MType::is_legal_in` to check the legality...
2016-08-09 Jean Privatmodel: returns more MErrorType instead of aborting
2016-08-09 Jean Privatmodel: add MType::is_ok to check MErrorType in depth
2016-08-09 Jean Privatmodel: new class MErrorType as using MBottomType was...
2016-08-08 Jean Privatmodel: MVirtualType fast resolution for the special...
2016-08-08 Jean Privatmodel: lookup_definitions gains an *iterate the classde...
2016-08-08 Jean Privatmodel: MClassDef register property definitions by its...
2016-07-20 Alexandre Terrasamodel_collect: collect accessible methods and VTs
2016-07-04 Jean PrivatMerge: model: Fix a spelling mistake
2016-07-04 Jean PrivatMerge: model: Write errors to stderr
2016-07-04 Jean PrivatMerge: model: Fix a minor documentation mistake
2016-07-04 Jean PrivatMerge: model_collect: Fix a spelling mistake
2016-07-04 Jean-Christophe... model: Fix a spelling mistake
2016-07-04 Jean-Christophe... model: Write errors to stderr
2016-07-04 Jean-Christophe... model: Fix an error message
2016-06-30 Jean-Christophe... model: Fix a minor documentation mistake
2016-06-30 Jean-Christophe... model_collect: Fix a spelling mistake
2016-06-30 Jean-Christophe... model: Fix minor documentation mistakes
2016-06-21 Jean PrivatMerge: nitweb: add graphs stubs
2016-06-21 jcbrinfomodel: Fix spelling mistake
2016-06-21 Alexandre Terrasamodel_collect: generalize hierarchy_poset service
2016-06-07 Alexandre Terrasamodel_collect: introduce `collect_linearization` service
2016-05-26 Jean PrivatMerge: src/model: fix mdoc_or_fallback for MClasses...
2016-05-26 Jean PrivatMerge: model_collect: add services for module importation
2016-05-25 Alexandre Terrasamodel/model_collect: importation_poset do not collect...
2016-05-25 Alexandre Terrasamodel_collect: add services for module importation
2016-05-25 Alexandre Terrasasrc/model: fix mdoc_or_fallback for MClasses and MPrope...
2016-05-25 Alexandre Terrasasrc/model: model_visitor uses MEntity::visibility
2016-05-25 Alexandre Terrasasrc/model: model_json use MEntity::location
2016-05-25 Alexandre Terrasasrc/model: model_json use MEntity::visibility
2016-05-25 Alexandre Terrasasrc/model: generalize visibility to all MEntities
2016-05-19 Alexandre Terrasamodel/model_views: search mentity by full_name
2016-05-17 Alexandre Terrasamodel: introduce model_json
2016-05-17 Alexandre Terrasamodel_collect: collect modifiers for all MEntities
2016-05-13 Jean Privatnitc/model: add location to MType
2016-05-13 Jean Privatmodel: add location to MClass and MProperty
2016-05-13 Jean Privatmodel: filepath is now just an alias on the location
2016-05-13 Jean Privatmodel: add location to packages and groups
2016-05-13 Jean Privatmodel: promote location to any `MEntity`
2016-04-27 Jean Privatmodel: simplify module name if package is enough for...
2016-04-27 Jean Privatmodel: avoid full_name conflict with global properties
2016-04-27 Jean Privatmodel: fullnames use `$` instead of `#` for classdefs...
2016-04-27 Jean Privatmodel: use > in fullnames of groups. An add a trailing...
2016-04-27 Jean Privatmodel: double the name of the default module to make...
2016-04-21 Alexandre Terrasamodel_collect: collect MClass inits
2016-04-21 Alexandre Terrasamodel_collect: collect all MClass inherited methods
2016-04-21 Alexandre Terrasamodel_collect: collect importation poset for modules
2016-04-21 Alexandre Terrasamodel_collect: collect more on MModule hierarchy
2016-04-21 Alexandre Terrasamodel_views: build posets from mentities lists
2015-12-19 Alexandre Terrasamodel: make Model::model behaves like for other mentities
2015-12-19 Alexandre Terrasamodel_collect: use model_views
2015-12-18 Jean PrivatMerge: Better mmodule location
2015-12-18 Jean Privatmodel: promote MModule::filename to model::mmodule
2015-12-18 Jean Privatloader: update the mmodule location once the source...
2015-12-18 Alexandre Terrasamodel_view: introduce views to model based on model...
2015-12-18 Alexandre Terrasamodel: introduce MEntityTree
2015-12-18 Alexandre Terrasamodel: beef up ModelVisitor
2015-12-16 Alexandre Terrasamodel: fix some warnings
2015-12-09 Alexandre Terrasamodel_collect: allow collect by full namespace
2015-11-25 Jean Privatmodel: fix `try_get_primitive_method`
2015-11-10 Jean Privatmodel: accept multiple vararg parameters
2015-10-29 Jean Privatmodel: in case of error, methods of MVirtualType return...
2015-10-29 Jean Privatmodel: handle BottomType in `is_subtype`
2015-10-22 Jean PrivatMerge: Less null warnings in src/
2015-10-22 Jean Privatmodelviz: make the LinexComparator more robust by getti...
2015-10-22 Jean Privatmodel_viz: handle groups without filepaths.
2015-10-22 Jean Privatmodel: hint the semantize phases that `exit` does not...
2015-10-22 Jean Privatsrc: remove some `call on nullable` warning with a...
2015-10-21 Jean Privatmodel_visitor: skip fictive entities by default
2015-10-21 Jean Privatmodel: move-up `is_fictive` from MModule to MEntity
2015-10-21 Jean Privatmodel_visitor: can filter on visibility
2015-10-21 Jean Privatmodel: introduce `model_visitor` as a basic model visit...
2015-10-20 Jean Privatmodel: make `Model` a `MEntity` to enable the semi...
next