manual: CI check with nitunit
[nit.git] / src /
2019-09-16 Jean PrivatMerge: astbuilder: First implementation of clonable...
2019-09-16 Jean PrivatMerge: Callref types
2019-09-12 Louis-Vincent Boud... typing: Added typing resolution for `ACallrefExpr`
2019-09-11 Florian Deljarrytest_astbuilder: Add a testing tool for the astbuilder
2019-09-11 Florian Deljarryastbuilder: First implementation of clonable for ast...
2019-09-05 Jean PrivatMerge: Can comment annotations
2019-09-05 Jean PrivatMerge: model: Add `mpackage` importation hierarchy
2019-08-28 Florian Deljarrynitweb: Update to use packages importation graph
2019-08-28 Florian Deljarrynitdoc: Update to use packages importation graph
2019-08-28 Florian Deljarrytest_commands_catalog: Update to use packages importati...
2019-08-27 Florian Deljarrydoc/static_structure: Update package importation graph
2019-08-27 Florian Deljarrynitx: Remove the construction of packages importation...
2019-08-27 Florian Deljarrynitcatalog: Update to use the package graph
2019-08-27 Florian Deljarrycatalog: Update to use the package graph
2019-08-27 Florian Deljarrymmodule: Added support of package importation
2019-08-27 Florian Deljarrympackage: Add `mpackage` importation graph
2019-08-26 Jean Privatparser: regenerate with comments in line annotations
2019-08-26 Jean Privatgrammar: enable full comments in line annotations ...
2019-08-23 Jean PrivatMerge: Proposal for lambda expression syntax
2019-08-19 Jean Privatparser: regenerate with lambda
2019-08-19 Jean Privatsyntax: add lambda construction with the fun keyword
2019-08-15 Louis-Vincent Boud... compiler: Refactor `AbstractRuntimeFunction`
2019-08-14 Jean PrivatMerge: abstract_compiler: Replace the use of `n_float...
2019-08-14 Jean PrivatMerge: MModule: new method `add_mclassdef` to avoid...
2019-08-13 Florian Deljarryastbuilder: Add a `create_callsite` method
2019-08-13 Florian Deljarryastbuilder: Make the construction of the `AMethPropdef...
2019-08-13 Jean Privattyping: stub to handle callrefs
2019-08-13 Jean Privatscope: refuse `&x` where x is a local variable
2019-08-13 Jean Privatparser: regenerate with callrefs
2019-08-13 Jean Privatsyntax: add call reference (funref+recv capture) `...
2019-08-12 Florian Deljarryabstract_compiler: Replace the use of `n_float` by...
2019-08-12 Louis-Vincent Boud... MModule: new method `add_mclassdef` to avoid incoherent...
2019-07-18 Jean PrivatMerge: Safe call operator
2019-07-15 Jean PrivatMerge: Introduce `test_frontend`
2019-07-15 Jean PrivatMerge: doc: Rename `synopsys` into `synopsis`
2019-07-15 Jean PrivatMerge: metrics: ReadmeMetrics uses markdown2
2019-07-15 Jean PrivatMerge: Update basic requirements and document them
2019-07-14 Alexandre Terrasaindexing: Use `test_frontend`
2019-07-14 Alexandre Terrasadoc: Commands tests use `test_frontend`
2019-07-14 Alexandre Terrasafrontend: Introduce `test_frontend` to easily test...
2019-07-14 Alexandre Terrasadoc: Rename `synopsys` into `synopsis`
2019-07-14 Alexandre Terrasametrics: ReadmeMetrics uses markdown2
2019-07-12 Jean PrivatMerge: typing: get_method refactoring
2019-07-12 Jean Privattools: move nitpm to more_tools since it requires libcurl
2019-07-12 Jean Privatnitc: fix --keep-going in the compiler broken by 539ca148d
2019-07-12 Florian Deljarrytyping: get_method refactoring
2019-07-12 Jean Privattyping and engines: handle safe calls `x?.foo`
2019-07-10 Jean Privatinterpreter: add `Instance::is_null` to simplify code
2019-07-10 Jean Privatparser: regenerate with safe call `x?.foo`
2019-07-10 Jean Privatsyntax: add safe call syntax `x?.foo`
2019-07-03 Jean PrivatMerge: Follow the INI specification
2019-07-03 Jean PrivatMerge: Introduce `Logger`, a simple yet powerful loggin...
2019-06-20 Alexandre Terrasanitpm: Update to new INI api
2019-06-20 Alexandre Terrasanitpackage: Update to new INI api
2019-06-20 Alexandre Terrasaloader: Update to new INI api
2019-06-20 Alexandre Terrasadoc: Update to new INI api
2019-06-18 Alexandre Terrasanitweb: Adapt server to new `pop_logging` interface
2019-06-13 Jean PrivatMerge: Some more small improvements on gitlab-ci
2019-05-09 Jean PrivatMerge: astbuilder: Adding new nodes makers(assert,...
2019-05-07 Florian Deljarryastbuilder: Adding new nodes makers(assert, method...
2019-03-01 Jean Privatnitunit: do not write empty testsuites in the xml file
2019-03-01 Jean PrivatMerge: Moving the astvalidation module in astbuilder
2019-02-27 Florian DeljarryMoving the astvalidation module in astbuilder
2019-02-27 Alexis LaferrièreJava FFI: Makefile adds the compilation dir to the...
2019-02-27 Alexis LaferrièreJava FFI: intro NitObject for references to Nit objects...
2019-02-26 Alexis LaferrièreJava FFI: extra_java_file annotation use full Java...
2019-02-26 Alexis LaferrièreJava FFI: fix a few warnings and improve doc
2019-02-26 Alexis LaferrièreFFI: ExternFile::filename should be relative to the...
2019-01-12 Hugo Leblanccompiler: fix make clean for makefile generation
2018-08-13 Jean PrivatMerge: nitunit: Use markdown2
2018-07-05 Alexandre Terrasanitweb: compute model index at startup
2018-07-05 Alexandre Terrasasrc/model/model_index: fix tests
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-07-04 Alexandre Terrasasrc/test_model_index: add query time in interactive...
2018-07-04 Alexandre Terrasasrc/test_model_index: add interactive mode
2018-07-04 Alexandre Terrasasrc/test_model_index: expect `-q` option for query
2018-06-27 Alexandre Terrasanitunit: use the new markdown parser
2018-06-27 Alexandre Terrasasrc/nitunit: remove warnings from `testing_doc`
2018-06-26 Jean PrivatMerge: src/doc/commands: clean commands hierarchy
2018-06-26 Jean PrivatMerge: src/doc/commands: use filters
2018-06-22 Alexandre Terrasasrc/doc/commands/templates: move `commands_json` to...
2018-06-22 Alexandre Terrasasrc/doc/commands/templates: move `commands_json` to...
2018-06-22 Alexandre Terrasasrc/doc/commands/templates: move `commands_html` to...
2018-06-22 Alexandre Terrasasrc/doc/commands/templates: rename `templates_json...
2018-06-22 Alexandre Terrasasrc/doc/commands/templates: rename `templates_term...
2018-06-22 Alexandre Terrasasrc/doc/commands/templates: rename `templates_html...
2018-06-22 Alexandre Terrasasrc/doc/commands: clean `commands_docdown`
2018-06-22 Alexandre Terrasasrc/doc/commands: move cmd processing to `commands_html`
2018-06-22 Alexandre Terrasasrc/doc/commands: merge `doc_down` intro `templates_html`
2018-06-22 Alexandre Terrasasrc/doc/commands: move markdown related services from...
2018-06-22 Alexandre Terrasasrc/doc/commands: merge `catalog_json` intro `templates...
2018-06-22 Alexandre Terrasasrc/doc/commands: clean commands modules importation
2018-06-22 Alexandre Terrasasrc/doc/commands: move `render_code` to clients modules
2018-06-22 Alexandre Terrasasrc/doc/commands: refactor `CmdCode` and `CmdEntityCode`
2018-06-22 Alexandre Terrasasrc/doc/commands: redef `render_comment` in `commands_h...
2018-06-22 Alexandre Terrasasrc/doc/templates: move `html_list_item` to `static_cards`
2018-06-22 Alexandre Terrasasrc/doc/doc_down: move base MDoc services to `mdoc...
2018-06-22 Alexandre Terrasalib/html: escape Bootstrap links titles
2018-06-22 Alexandre Terrasasrc/doc/commands: clean importation for `commands_base`
next