Merge: Functional api
[nit.git] / src /
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 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`
2018-06-21 Alexandre Terrasacmd/commands_http: parse filter options from HttpRequest
2018-06-21 Alexandre Terrasacmd/commands_http: clean Bool options handling
2018-06-21 Alexandre Terrasacmd/commands_http: clean Int options handling
2018-06-21 Alexandre Terrasacmd/commands_http: clean String options handling
2018-06-21 Alexandre Terrasacmd/cmd_parser: parse filter options from cmd string
2018-06-21 Alexandre Terrasacmd/cmd_parser: clean Bool options handling
2018-06-21 Alexandre Terrasacmd/cmd_parser: clean Int options handling
2018-06-21 Alexandre Terrasacmd/cmd_parser: clean String options handling
2018-06-21 Alexandre Terrasacmd/cmd_parser: remove ModelFilter parameter from init
2018-06-21 Alexandre Terrasadoc/commands: test commands with filters
2018-06-20 Jean PrivatMerge: nitdoc: full rewrite
2018-06-19 Alexandre Terrasasrc/indexing: introduce `code_index`
2018-06-14 Alexandre Terrasadoc/commands: remove default filter from tests
2018-06-14 Alexandre Terrasacmd/cmd_catalog: use filter
2018-06-14 Alexandre Terrasamodel_index: use filter
2018-06-14 Alexandre Terrasamodel_filters: allow copy of filter options
2018-06-14 Alexandre Terrasamodel_filters: make all options writable
2018-06-14 Alexandre Terrasamodel_collect: fix MClass ancestors and descendants...
2018-06-10 Alexandre Terrasanitdoc: full rewrite of the nitdoc engine
2018-06-10 Alexandre Terrasasrc/doc/templates: add template for the Person class...
next