Merge: Nitsmell : Adding new code smells and print console updated
[nit.git] / src /
2017-08-02 Jean PrivatMerge: Nitsmell : Adding new code smells and print...
2017-08-02 Florian DeljarryNitsmell : Adding new code smells and print console...
2017-07-26 Alexis Laferrièrefrontend: don't deserialization code with warnings
2017-07-26 Alexis Laferrièrefrontend: don't mention JSON in general deserialization...
2017-07-26 Alexis Laferrièrefrontend: safer deserialization of parameter and virtua...
2017-07-26 Alexis Laferrièrenitserial: intrude import modules when needed
2017-07-18 Jean PrivatMerge: typing: new warning `useless-truism` to catch...
2017-07-17 Jean Privatlib&contrib: remove some useless truisms.
2017-07-17 Jean PrivatMerge: model: group parameter types in `MSignature...
2017-07-17 Jean PrivatMerge: vim plugin: list introduction and redefinition...
2017-07-14 Alexis Laferrièremodel: group types in `MSignature::to_s`
2017-07-14 Alexis Laferrièrenitpick & vim: list concerned files in doc
2017-06-30 Alexis Laferrièresrc: fix typos in test_test_phase.nit and nitmetrics.nit
2017-06-30 Alexis Laferrièrefrontend: extract code generation modules from the...
2017-06-28 Jean Privatnitc: remove some useless truisms.
2017-06-28 Jean Privattyping: new warning `useless-truism` to catch trainees.
2017-06-19 Alexandre Terrasafrontend: introduce `parse_annotations` phase
2017-06-17 Jean PrivatMerge: subset: Add grammar and kind
2017-06-16 Jean PrivatMerge: modelize_property: Add a variable to shorten...
2017-06-15 Jean PrivatMerge: nitc: use ccache again
2017-06-15 Jean PrivatMerge: modelize_class: Refactor
2017-06-15 Jean-Christophe... modelize_property: Add a variable to shorten some code
2017-06-15 Jean-Christophe... modelize_class: Link `subset_kind` with its correspondi...
2017-06-15 Jean-Christophe... parser: Recompile
2017-06-15 Jean-Christophe... parser: Add the concrete grammar for predicate definitions
2017-06-15 Jean Privatnitc: use ccache again
2017-06-14 Jean-Christophe... modelize_property: Remove an unreachable case
2017-06-14 Jean-Christophe... modelize_property: Implement `is_new` like `is_init`
2017-06-13 Jean-Christophe... parser: Add the abstract grammar for predicate definitions
2017-06-13 Jean-Christophe... parser_nodes: Allow to flag predicate definitions
2017-06-13 Jean-Christophe... parser: Add the grammar for subset definitions
2017-06-13 Jean-Christophe... parser_nodes: Add a class kind for class subsets
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-13 Jean-Christophe... modelize_class: Fix the wording of an error message.
2017-06-13 Jean-Christophe... modelize_class: Don’t crash on a formal supertype
2017-06-12 Jean PrivatMerge: nitweb: use ui-router
2017-06-12 Jean PrivatMerge: testmodel: what about docunits to test model...
2017-06-12 Jean Privattestmodel: what about docunits to test model-related...
2017-06-12 Alexandre Terrasanitweb: classdefs and propdefs link directly into class...
2017-06-12 Jean PrivatMerge: nitsmell : Add code smell detection
2017-06-09 Jean-Christophe... modelize_class: Simplify `collect_supertypes` by defini...
2017-06-09 Jean-Christophe... modelize_class: Extract supertype collection logic
2017-06-09 Jean-Christophe... modelize_class: Continue supertype collection after...
2017-06-09 Jean-Christophe... modelize_class: Minimize the context used to resolve...
2017-06-09 Jean-Christophe... modelize_class: Rename `collect_a_mclassdef_inheritance`
2017-06-09 Jean-Christophe... modelize_class: Extract the bound collection logic
2017-06-07 Jean PrivatMerge: modelbuilder_base: Refactor the signature of...
2017-06-06 Florian DeljarryAdding code smell detection :
2017-06-06 Jean PrivatMerge: parser_nodes: Fix spelling mistakes
2017-06-06 Jean PrivatMerge: modelize_class: Remove the `useless-bound` warning
2017-06-06 Jean PrivatMerge: popcorn: some useful services for JSON related...
2017-06-06 Jean PrivatMerge: model: Remove truthful conditions
2017-06-06 Jean PrivatMerge: Actors upgrade and fixes
2017-06-02 Jean-Christophe... modelbuilder_base: Refactor the signature of `resolve_m...
2017-06-02 Jean-Christophe... modelbuilder_base: Rename some local variables
2017-06-02 Jean-Christophe... typing: Make `TypeVisitor::mmodule` implicit
2017-06-02 Jean-Christophe... typing: Make `TypeVisitor::anchor` non-nullable
2017-06-02 Alexandre Terrasalib/popcorn: import pop_json when needed
2017-06-02 Jean-Christophe... typing: Make `TypeVisitor::mclassdef` non-nullable
2017-06-02 Jean-Christophe... typing: Make `TypeVisitor::mpropdef` non-nullable
2017-06-02 Jean-Christophe... typing: Remove duplicate assignment to `TypeVisitor...
2017-06-02 Jean-Christophe... modelize_class: Fix spacing
2017-05-31 BlackMinouGenerate appropriate code for actors redefinitions
2017-05-30 Jean-Christophe... parser_nodes: Fix spelling mistakes
2017-05-30 Jean-Christophe... modelize_class: Remove the `useless-bound` warning
2017-05-25 Jean PrivatMerge: coloring: Only generate strictly positive IDs
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-23 Jean PrivatMerge: nitvm: Factorize the loading of superclasses
2017-05-23 Jean PrivatMerge: parser_nodes: Fix documentation
2017-05-23 Jean-Christophe... metrics_base: Do not rely on the implicit fixing of...
2017-05-21 Jean-Christophe... coloring: Only generate strictly positive IDs
2017-05-21 Jean-Christophe... coloring: Fix documentation formatting
2017-05-21 Jean-Christophe... rapid_type_analysis: Fix a spelling mistake
2017-05-19 Jean-Christophe... parser_nodes: Fix documentation
2017-05-18 Jean-Christophe... model: Fix minor documentation mistakes
2017-05-18 Jean-Christophe... nitvm: Factorize the loading of superclasses
2017-05-17 Jean PrivatMerge: model: Specify `MClassDef`s’ order once
2017-05-16 Jean PrivatMerge: lib/json: remove Jsonable and replace it by...
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... separate_compiler: Fix a spelling mistake in a comment
2017-05-14 Jean-Christophe... model: Remove truthful conditions
2017-05-12 Alexandre Terrasalib/json: remove Jsonable and replace it by Serializable
2017-05-11 Jean PrivatMerge: Nitweb: api for code highlighter and nitpicker
2017-05-11 Jean PrivatMerge: nitc: add option --run to execute after a succes...
2017-05-09 Jean Privatnitc: add option --run to execute after a successful...
2017-05-09 Jean Privatnitweb: add a low-level `api/light` with highlight
2017-05-09 Jean Privatnitlight_aas: offer a low-level JSON service
2017-05-09 Jean Privatnitlight: implements --first-line and --last-line
2017-05-08 Jean PrivatMerge: git-gen-version: Simplify a `if`
2017-05-07 Alexis Laferrièrehighlight: new_dropdown accepts raw html
2017-05-07 Alexis Laferrièresrc: misc typos, doc and warning fixes
2017-05-07 Alexis Laferrièrehighlight: fix broken support for `MVirtualType`
2017-05-07 Alexis Laferrièremodel: bring back call site doc to highlight as `CallSi...
2017-05-07 Jean-Christophe... git-gen-version: Simplify a `if`
2017-04-27 Jean Privatnitlight: move examples/nitlight_as_a_service stuff...
next