Merge: Removed intern dependencies from abstract to flat strings
[nit.git] / src /
2015-05-30 Jean PrivatMerge: Kill `model_utils`
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-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`
2015-05-28 Lucas Bajoletnitg-g: Fix allocation of NativeArray
2015-05-28 Alexandre Terrasamodel: check useless repeated types in signatures
2015-05-28 Alexandre Terrasanitpick: fix a typo in comments
2015-05-28 Alexandre Terrasanitdoc: check multiple page with same id
2015-05-28 Alexandre Terrasanitdoc: introduce `Page::title` and `Page::id` in ...
2015-05-28 Alexandre Terrasanitdoc: introduce `mentities_by_namespace` lookup servi...
2015-05-28 Alexandre Terrasanitdoc: introduce `mentities_by_name` lookup service...
2015-05-28 Jean PrivatMerge: Correct warn on noautoinit
2015-05-28 Jean PrivatMerge: Use self in the FFI
2015-05-28 Jean PrivatMerge: Improve internal mechanisms of the nitvm
2015-05-27 Jean Privattyping: advice if a receiver is nullable
2015-05-27 Jean Privatmetrics: --nullable use `is_null_safe`
2015-05-27 Jean Privattyping: use `is_null_safe`
2015-05-27 Jean Privatmodel: introduce `MMethod::is_null_safe`
2015-05-27 Jean Privatmodelize: rename annotation `autoinit` on attributes...
2015-05-27 Jean Privatmodelize: `noautoinit` check inherited initializes...
2015-05-27 Jean PrivatMerge: sepcomp: fix hardening related to the instantiat...
2015-05-27 Jean PrivatMerge: Rename all REAMDE to README.md
2015-05-27 Jean PrivatMerge: Binary/Octal literal Ints
2015-05-26 Julien Pagèsnitvm: Optimize the loading of classes
2015-05-26 Julien Pagèsnitvm: Deleting absolute offset for properties
2015-05-26 Julien Pagèsnitvm: Optimizing subtyping tests with new mechanisms
2015-05-26 Julien Pagèsnitvm: The positions of methods and attributes are...
2015-05-26 Julien Pagèsnitvm: Bug fixe in the recursion of class loading
2015-05-26 Jean Privatsepcomp: fix hardening related to the instantiation...
2015-05-26 Jean PrivatRename REAMDE to README.md
2015-05-26 Alexis Laferrièresrc: update Java and C++ FFI to use `self`
2015-05-26 Alexis Laferrièresrc: update core FFI to use `self` instead of `recv...
2015-05-26 Lucas Bajoletsrc/literal: Support for the new binary and octal literals
2015-05-26 Lucas Bajoletsrc/parser: Regenerated parser
2015-05-26 Lucas Bajoletsrc/parser: Updated grammar and parser_nodes
2015-05-26 Jean PrivatMerge: nitx: finish migration to new nitdoc architecture
2015-05-25 Alexandre Terrasadebugger: remove dependency to `nitx`
2015-05-24 Jean Privatrta: fix the real live type in superstring (that is...
next