README: document nit_env.sh
[nit.git] / src / frontend /
2015-10-17 Jean Privatparallelization_phase: use `ANode::validate` after...
2015-10-07 Jean Privatfrontend: handle multi-iterators
2015-08-07 Jean Privatsrc: update AST client to handle qualified identifiers...
2015-08-04 Lucas Bajoletsrc: Modified compilers for the support of the new...
2015-07-21 Jean Privatloader: basic implementation of conditional importations
2015-07-07 Alexis Laferrièresrc/serialization: use how_serialize to fix generation...
2015-07-07 Alexis Laferrièresrc/serialization: call constructor only on concrete...
2015-07-07 Alexis Laferrièresrc/serialization: extract annotation search logic...
2015-06-30 Jean PrivatMerge: Deserialization manage errors & easily create...
2015-06-29 Alexis Laferrièresrc/parellalization_phase: minor style tweaks
2015-06-29 Alexis Laferrièresrc/parallelisation_phase: do not rely on module name...
2015-06-29 Alexis Laferrièresrc/parellalization_phase: support nullable parameters...
2015-06-29 Alexis Laferrièresrc/parallelisation_phase: remove superfluous if block
2015-06-29 Alexis Laferrièrelib&src/serialization: use deserialize_class_intern...
2015-06-29 Alexis Laferrièresrc/serialization_phase: fix searching for `deserialize...
2015-06-29 Alexis Laferrièresrc/serialization_phase: generate code to be more toler...
2015-06-29 Alexis Laferrièresrc/serialization: use multiline strings
2015-06-21 Alexis Laferrièresrc/i18n_phase: there's no need to unescape
2015-06-21 Alexis Laferrièresrc/i18n_phase: breakup 2 complexe lines of code
2015-06-21 Alexis Laferrièresrc/i18n_phase: use an escape custom to gettext
2015-06-20 Alexis Laferrièresrc/i18n_phase: accepts string literals within a supers...
2015-06-18 Alexis Laferrièresrc/frontend: add a phase to validate regular expression
2015-06-03 Jean Privatfrontend: warn useless `do` blocks
2015-05-30 Jean PrivatMerge: Byte literals
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 Lucas Bajoletcompiler: Updated toolchain for proper byte literal...
2015-05-27 Jean Privatmodelize: rename annotation `autoinit` on attributes...
2015-05-18 Alexis Laferrièresrc/serialization: do generate constructor for abstract...
2015-05-18 Alexis Laferrièreserialization: better error messages for debugging...
2015-05-17 Alexis Laferrièreserialization: use an inherited constructor
2015-05-09 Jean PrivatMerge: i18n annot: superstrings
2015-05-08 Lucas Bajoletsrc/frontend: i18n phase updated to support superstring...
2015-05-07 Jean PrivatMerge: Semicolumn
2015-05-06 Jean Privatmisc_analysis: warn on superfluous `;`
2015-05-05 Jean PrivatMerge: i18n annotation
2015-04-27 Lucas Bajoletcompiler: Added i18n phase and annotation
2015-04-25 Jean PrivatMerge: Parallelization phase improvement
2015-04-15 Jean Privatsrc: improve messages (and sometime location) of errors...
2015-04-14 Jean PrivatMerge: Improved parallelization phase
2015-04-14 BlackMinouparallelization phase adding methods with return value
2015-04-08 Jean PrivatMerge: Parallelization phase introduction
2015-04-03 Jean Privatvarious phases: more robust for keep-going
2015-04-03 BlackMinouAdd the support of parametrized functions for the threa...
2015-03-29 BlackMinouAdds the parallelization_phase to the frontend execution
2015-03-29 BlackMinouIntroduce parallelization_phase to deal with the "threa...
2015-03-18 Jean Privatlib/deriving: new module `deriving` with basic interfaces
2015-03-18 Jean Privatfrontend: new phase `deriving` to derive things
2015-03-09 Alexis Laferrièrenitserial: do not generate constructors for abstract...
2015-02-26 Jean Privatfrontend: remove deprecated cached annotation and phase
2015-02-26 Jean PrivatMerge: Generalized class members
2015-02-24 Jean Privatserialization: generate ASuperPropdef instead of ASuper...
2015-02-21 Jean PrivatMerge: class annotation `autoinit` to explicitly lists...
2015-02-20 Jean Privatmodelize: accepts `noautoinit` the new name of `noinit`.
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2015-01-24 Alexis Laferrièrenitc: rename `c_compiler_option` and cie to `cflags...
2015-01-03 Jean Privatno_warning: modules without a module clause do not...
2014-12-20 Jean Privatno_warning: automatically disable `missing-doc` on...
2014-12-20 Jean Privatfrontend: handle no-warnings before starting a modelize...
2014-12-20 Jean PrivatMerge: More documentation in src
2014-12-20 Jean Privatsrc: finish documenting some module
2014-12-19 Jean Privatfrontend: new phase and annotation `no_warning` to...
2014-12-12 Alexandre Terrasasrc/frontend: fixes useless private visibility
2014-12-02 Alexis Laferrièrefrontend: intro glsl_validation to validate shader...
2014-11-05 Jean Privatsrc: update most tools to new constructors
2014-10-31 Jean Privatmodelize: introduce `AAttrPropdef::has_value`
2014-10-11 Jean Privatast: add new node AEscapeExpr to generalizes ABreakExpr...
2014-09-29 Jean Privatmodelize: new annotation `autoinit` for manual setters
2014-09-22 Jean PrivatMerge: Add and improve warnings
2014-09-19 Jean Privatsrc: add tag to existing warnings
2014-09-18 Jean Privatsrc: remove classes and nodes related to the old syntax
2014-09-09 Jean Privatserialisation_phase: use `AMethPropdef` instead of...
2014-09-09 Jean Privatmodelize: works if abstract, intern and extern are...
2014-09-06 Jean Privatmodelize: introduce annotation
2014-09-03 Jean Privatsrc: create groups for related things