Merge: doc: fixed some typos and other misc. corrections
[nit.git] / src / model /
2020-06-04 Florian Deljarrymodel/model_contract: Move contract model representation
2019-12-21 Florian DeljarryModel: Add get_direct_supermtype
2019-12-21 Florian Deljarrysrc: Update init
2019-11-06 Florian DeljarryMerge remote-tracking branch 'upstream/master' into...
2019-09-05 Jean PrivatMerge: model: Add `mpackage` importation hierarchy
2019-08-27 Florian Deljarrymmodule: Added support of package importation
2019-08-27 Florian Deljarrympackage: Add `mpackage` importation graph
2019-08-12 Louis-Vincent Boud... MModule: new method `add_mclassdef` to avoid incoherent...
2018-07-05 Alexandre Terrasasrc/model/model_index: use BKTree for similarity matches
2018-07-04 Alexandre Terrasasrc/model/model_index: name and full_name queries does...
2018-06-26 Jean PrivatMerge: src/doc/commands: clean commands hierarchy
2018-06-22 Alexandre Terrasasrc/doc/doc_down: move base MDoc services to `mdoc...
2018-06-14 Alexandre Terrasamodel_index: use filter
2018-06-14 Alexandre Terrasamodel_filters: allow copy of filter options
2018-06-14 Alexandre Terrasamodel_filters: make all options writable
2018-06-14 Alexandre Terrasamodel_collect: fix MClass ancestors and descendants...
2018-06-02 Alexandre Terrasasrc/model: add `is_generated` filter
2018-06-02 Alexandre Terrasasrc/model: add `is_broken` filter
2018-05-30 Jean PrivatMerge: model: remove ModelView
2018-05-17 Alexandre Terrasanitpackage: check existence of README.md files
2018-05-17 Alexandre Terrasamodel_collect: kill ModelView
2018-05-10 Alexandre Terrasamodel_collect: collect all mmodules for a mgroup
2018-05-08 Alexandre Terrasamodel/mpackage: introduce INI path related services
2018-05-08 Alexandre Terrasanitpackage: move package path services up to `model...
2018-05-01 Alexandre Terrasamodel_collect: collect all modules from a package
2017-12-18 Alexandre Terrasamodel: move model_json to doc/templates
2017-12-18 Alexandre Terrasamodel/json: fix model json tests after update
2017-12-08 Alexandre Terrasamodel/json: simplify the basic rendering at a maximum...
2017-12-08 Alexandre Terrasamodel: fix mdoc_or_fallback for nullables types
2017-11-30 Alexandre Terrasatests: fix tests for model json
2017-11-28 Alexandre Terrasatests: fix tests for doc commands
2017-11-28 Alexandre Terrasamodel: filter examples from views
2017-11-28 Alexandre Terrasamodel: introduce examples flags
2017-11-23 Alexandre Terrasatests: fix model serialization tests
2017-11-14 Alexandre Terrasamodel_collect: fix collect_ancestors
2017-11-14 Alexandre Terrasamodel_views: introduce `mentities_by_name` in views
2017-11-10 Alexandre Terrasamodel: json use filters
2017-11-07 Alexandre Terrasamodel: views use filters
2017-11-07 Alexandre Terrasamodel: visitor uses filters
2017-11-07 Alexandre Terrasamodel: introduce filters
2017-11-07 Alexandre Terrasamodel: tag groups as tests
2017-10-22 Alexandre Terrasamodel_json: update ModelView
2017-10-16 Alexandre Terrasamodel_index: update ModeView
2017-10-16 Alexandre Terrasamodel_collect: update ModelView
2017-10-16 Alexandre Terrasamodel_views: expect a mainmodule
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
next