modelize: remove restriction on concrete class in intializer collect
[nit.git] / src /
2015-06-09 Jean Privatmodelize: remove restriction on concrete class in intia...
2015-06-09 Jean Privatmodelize: error/warning if explicit autoinit on attributes
2015-06-09 Jean Privatmodelize: error in `autoinit` is used in class refinement
2015-06-09 Jean Privatmodelize: move `autoinit` management on method into...
2015-06-08 Jean Privatmodelize: rely on `AAttrPropdef::mreadpropdef` to be...
2015-06-08 Jean Privatmodelize: add `AAttrPropdef::mtype` to factorize the...
2015-06-02 Jean PrivatMerge: Correct scope in assert else
2015-06-02 Jean PrivatMerge: nitx: add hierarchy lookup commands
2015-05-31 Jean Privatscope: the `else` of the assert is a scoped block
2015-05-30 Jean PrivatMerge: Kill `model_utils`
2015-05-30 Alexandre Terrasanitx: add hierarchies commands
2015-05-30 Alexandre Terrasanitx: display MEntitiesListArticle in console templates
2015-05-30 Alexandre Terrasanitx: make help message prettier
2015-05-30 Alexandre Terrasanitx: make console composites use `doc_base` titles
2015-05-30 Alexandre Terrasanitx: introduce `cs_short_list_item` template
2015-05-30 Jean PrivatMerge: Clean nit compilation directory
2015-05-30 Jean PrivatMerge: Warn call on nullable receiver
2015-05-30 Jean PrivatMerge: modelize: ask that attributes in refinements...
2015-05-30 Jean PrivatMerge: Byte literals
2015-05-30 Jean PrivatMerge: Byte data type
2015-05-30 Jean PrivatMerge: Serialization: change annotation to `serialize...
2015-05-30 Alexandre Terrasanitx: do not call `perform` on nitx special commands
2015-05-29 Alexandre Terrasanitdoc: fix typo in `doc_poset` comment
2015-05-29 Alexandre Terrasanitdoc: simplify DefinitionListArticle
2015-05-29 Alexandre Terrasanitdoc: remove useless class ImportationListSection
2015-05-29 Alexandre Terrasanitdoc: remove useless class InheritanceListSection
2015-05-29 Alexandre Terrasanitdoc: remove useless class IntrosRedefsSection
2015-05-29 Alexandre Terrasanitdoc: fix typo in `DefinitionListArticle` comment
2015-05-29 Alexandre Terrasanitdoc: remove useless class ConstructorsSection
2015-05-29 Alexandre Terrasanitdoc: remove useless class ProjectsSection
2015-05-29 Alexandre Terrasanitdoc: factorize list article into `MEntitiesListArticle`
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::is_toc_hidden` to `doc_base`
2015-05-29 Alexandre Terrasanitdoc: introduce `DocComposite::is_hidden` services...
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::toc_title` in `doc_base`
2015-05-29 Alexandre Terrasanitdoc: introduce pretty printing of composite tree
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::title` to `doc_base`
2015-05-29 Alexandre Terrasanitdoc: replace `group:` prefix id by `.group` suffix
2015-05-29 Alexandre Terrasanitdoc: replace `concern:` prefix id by `.concern`...
2015-05-29 Alexandre Terrasanitdoc: replace `article:` prefix id by `.article`...
2015-05-29 Alexandre Terrasanitdoc: replace `section:` prefix id by `.section`...
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::id` to `doc_base`
2015-05-29 Alexandre Terrasasrc: remove unused module `model_utils`
2015-05-29 Alexandre Terrasanitdoc: migrate to `model_collect`
2015-05-29 Alexandre Terrasavim_autocomplete: migrate to `model_collect`
2015-05-29 Alexandre Terrasanitmetrics: migrate to `model_utils`
2015-05-29 Alexandre Terrasanitserial: remove dependency to `model_utils`
2015-05-29 Alexandre Terrasatest_neo: migrate to `model_collect`
2015-05-29 Alexandre Terrasauml: remove useless repeated type in redef
2015-05-29 Alexandre Terrasauml: migrate to `model_collect`
2015-05-29 Alexandre Terrasamodel: introduce `model_collect` to collect and filter...
2015-05-29 Alexandre Terrasamodel_utils: move shortcuts to `MClassKind` in `model`
2015-05-29 Alexandre Terrasamodel_utils: move `MEntityNameSorter` to `model_base`.
2015-05-29 Alexandre Terrasamodel_utils: remove unused method `imported_mclasses`
2015-05-29 Alexandre Terrasamodel_utils: remove unused `in_nesting_*` methods
2015-05-29 Alexandre Terrasamodel_utils: move concerns ranking to doc/
2015-05-29 Alexandre Terrasanitdoc: fix typo in `doc_poset` comment
2015-05-29 Alexandre Terrasanitdoc: simplify DefinitionListArticle
2015-05-29 Alexandre Terrasanitdoc: remove useless class ImportationListSection
2015-05-29 Alexandre Terrasanitdoc: remove useless class InheritanceListSection
2015-05-29 Alexandre Terrasanitdoc: remove useless class IntrosRedefsSection
2015-05-29 Alexandre Terrasanitdoc: fix typo in `DefinitionListArticle` comment
2015-05-29 Alexandre Terrasanitdoc: remove useless class ConstructorsSection
2015-05-29 Alexandre Terrasanitdoc: remove useless class ProjectsSection
2015-05-29 Alexandre Terrasanitdoc: factorize list article into `MEntitiesListArticle`
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::is_toc_hidden` to `doc_base`
2015-05-29 Alexandre Terrasanitdoc: introduce `DocComposite::is_hidden` services...
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::toc_title` in `doc_base`
2015-05-29 Alexandre Terrasanitdoc: introduce pretty printing of composite tree
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::title` to `doc_base`
2015-05-29 Alexandre Terrasanitdoc: replace `group:` prefix id by `.group` suffix
2015-05-29 Alexandre Terrasanitdoc: replace `concern:` prefix id by `.concern`...
2015-05-29 Alexandre Terrasanitdoc: replace `article:` prefix id by `.article`...
2015-05-29 Alexandre Terrasanitdoc: replace `section:` prefix id by `.section`...
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::id` to `doc_base`
2015-05-29 Alexis Laferrièresrc/serialization: redirect detection of the `serialize...
2015-05-29 Alexis Laferrièresrc/serialization: generate methods with per attribute...
2015-05-29 Alexis Laferrièresrc/serialization: detect serialize from class, module...
2015-05-29 Alexis Laferrièresrc/serialization: detect incoherence in nested seriali...
2015-05-29 Alexis Laferrièresrc/serialization: move adding the `Serializable` super...
2015-05-29 Alexis Laferrièresrc/serialization: detect more errors on serialize...
2015-05-29 Alexis Laferrièresrc/serialization: intro a service to detect the `noser...
2015-05-29 Alexis Laferrièresrc/serialization: intro a service to detect the `seria...
2015-05-29 Jean Privatmodelize: ask that attributes in refinements are either...
2015-05-29 Jean Privatbootstrap: active cleaning of remaining useless files
2015-05-29 Jean PrivatMakefile&gitignore: remove .nit_compile
2015-05-29 Jean Privatsrc: remove remaining references to .nit_compile
2015-05-29 Lucas Bajoletcompiler: Updated toolchain for proper byte literal...
2015-05-29 Lucas Bajoletparser: Regenerated for u8 suffix support
2015-05-29 Lucas Bajoletparser: Added u8 suffix for byte literal values
2015-05-29 Jean Privatcompiler: remove the compilation directory unless expli...
2015-05-29 Jean Privatabstract_compiler: introduce root_compile_dir for platf...
2015-05-29 Jean Privatabstract_compiler: attach compiler and toolchain
2015-05-29 Lucas Bajoletlib/standard: Introduce Byte type in kernel
2015-05-29 Alexis Laferrièresrc/nitserial: do not use private classes when invisible
2015-05-29 Jean PrivatMerge: introduce plain_to_s
2015-05-29 Jean Privatlib/standard/string: introduce (an use) `plain_to_s`
2015-05-29 Jean PrivatMerge: Nitg-g new NativeArray fix
2015-05-29 Jean PrivatMerge: Annotation lateinit
2015-05-29 Jean PrivatMerge: Advice on useless repeated types
2015-05-28 Jean Privatcompiler: rename compilation dir as `nit_compile`
next