Merge: lib/config: fix doc
[nit.git] / src / model /
2017-10-10 Jean PrivatMerge: model_collect: collect more things
2017-10-10 Jean PrivatMerge: model: is_accessor
2017-09-29 Alexandre Terrasamodel_collect: collect more things
2017-09-29 Alexandre Terrasamodel_collect: uniformize documentation
2017-09-29 Alexandre Terrasamodel: remove a warning :p
2017-09-29 Alexandre Terrasamodel: tag getters and setters
2017-09-26 Alexandre Terrasamodel_visitor: reject is_before and is_after as they...
2017-09-25 Jean PrivatMerge: nitunit: use annotations
2017-09-06 Alexandre Terrasasrc: migrate nitunits to annotations
2017-08-31 Alexis Laferrièremodel & neo: fix ambiguity in the use of Location
2017-08-15 Alexandre Terrasaloader: use `test` annotations for modules
2017-08-15 Alexandre Terrasamodel: introduce nitunit annotations in mentities
2017-07-18 Jean PrivatMerge: typing: new warning `useless-truism` to catch...
2017-07-14 Alexis Laferrièremodel: group types in `MSignature::to_s`
2017-06-28 Jean Privatnitc: remove some useless truisms.
2017-06-13 Jean-Christophe... model: Add a class kind for class subsets
2017-06-13 Jean-Christophe... model: Don’t blacklist in specialization rules
2017-06-13 Jean-Christophe... model: Add `can_customize_isa` and `can_init` attribute...
2017-06-12 Jean Privattestmodel: what about docunits to test model-related...
2017-06-06 Jean PrivatMerge: model: Remove truthful conditions
2017-05-25 Jean PrivatMerge: model: Do not assume enums to be final
2017-05-23 Jean-Christophe... model: Do not assume enums to be final
2017-05-23 Jean PrivatMerge: model: Fix minor documentation mistakes
2017-05-18 Jean-Christophe... model: Fix minor documentation mistakes
2017-05-17 Jean PrivatMerge: model: Specify `MClassDef`s’ order once
2017-05-15 Jean-Christophe... model: Specify `MClassDef`s’ order once
2017-05-15 Jean-Christophe... model: Register sorters as private attributes of `MModule`
2017-05-14 Jean-Christophe... model: Remove truthful conditions
2017-05-12 Alexandre Terrasalib/json: remove Jsonable and replace it by Serializable
2017-05-07 Alexis Laferrièresrc: misc typos, doc and warning fixes
2017-05-07 Alexis Laferrièremodel: bring back call site doc to highlight as `CallSi...
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...
next