nit.git
2014-12-21 Jean-Christophe... neo_doxygen: Rename the `doc` module.
2014-12-21 Jean-Christophe... neo_doxygen: Document implicit classes.
2014-12-21 Jean-Christophe... neo_doxygen: Document modules.
2014-12-20 Jean PrivatMerge: lib/json: introduces collection management in...
2014-12-20 Jean PrivatMerge: GitHub API: handles branches and commits
2014-12-20 Jean PrivatMerge: More documentation in src
2014-12-20 Jean PrivatMerge: nitdoc: Always escape
2014-12-20 Jean PrivatMerge: nitdoc: Always use `mdoc_or_fallback`.
2014-12-20 Jean PrivatMerge: Activate VM
2014-12-20 Jean PrivatMerge: Locally disable warnings
2014-12-20 Jean PrivatMerge: neo_doxygen: Add some pythonic stuff
2014-12-20 Alexandre Terrasalib/github: handles commits
2014-12-20 Alexandre Terrasalib/github: handles branches
2014-12-20 Jean Privatsrc: finish documenting some module
2014-12-20 Jean Privatparser: document all properties of `parser_nodes`
2014-12-20 Jean Privatparser: add some factorization classes in `parser_nodes`
2014-12-20 Alexandre Terrasalib/json: introduces collection management in JsonStore.
2014-12-19 Alexandre Terrasalib/github: fixes GithubAPI::get documentation
2014-12-19 Jean-Christophe... nitdoc: Always escape names.
2014-12-19 Jean-Christophe... nitdoc: Escape modifiers.
2014-12-19 Jean-Christophe... nitdoc: Escape links’ attributes.
2014-12-19 Jean-Christophe... nitdoc: Escape page title.
2014-12-19 Jean-Christophe... nitdoc: Factorize `nitdoc_name`.
2014-12-19 Jean-Christophe... nitdoc: Always use `mdoc_or_fallback`.
2014-12-19 Jean-Christophe... neo_doxygen: Include a tip for Python in the `README`.
2014-12-19 Jean-Christophe... neo_doxygen: Add an option to remove the `def` keyword...
2014-12-19 Jean Privattests: add nitvm to testall.sh
2014-12-19 Jean Privatman: add `--vm` to `nit.md`
2014-12-19 Jean Privattests: use `nit --vm` (thus available in bin/) for...
2014-12-19 Jean Privattests: update nitvm.skip file
2014-12-19 Jean Privatnit: new experimental `--vm` option to run the vm
2014-12-19 Jean Privatvm: rename `run_naive_interpreter` as `run_virtual_mach...
2014-12-19 Jean PrivatMerge: tests: `grep` in skip os is now silent
2014-12-19 Jean PrivatMerge: neo4j: Remove the old `jsonable` library.
2014-12-19 Jean PrivatMerge: Arrays comprehension
2014-12-19 Jean Privatparser: add `no_warning` in generated files to disable...
2014-12-19 Jean Privatfrontend: new phase and annotation `no_warning` to...
2014-12-19 Jean Privattoolcontext: enable blacklisting of warnings by source...
2014-12-19 Jean Privatparser: promote `collect_X` from `parser_util`
2014-12-18 Jean Privatparser_nodes: promote `get_annotation` and `AAnnotation...
2014-12-18 Jean Privatliteral: promote `as_X` from annotation
2014-12-18 Jean Privattests: `grep` in skip os is now silent
2014-12-18 Jean PrivatMerge: Nitcorn: fixes crash on bufferized inputs
2014-12-18 Jean PrivatMerge: lib/json: introduces json store a simple json...
2014-12-18 Jean PrivatMerge: nitdoc: Fix IDs
2014-12-18 Jean PrivatMerge: GitHub api
2014-12-18 Jean-Christophe... nitdoc: Avoid HTML ID collisions.
2014-12-18 Jean-Christophe... nitdoc: Shorten redundant IDs.
2014-12-18 Jean-Christophe... nitdoc: Remove the project’s name from the groups’...
2014-12-18 Jean-Christophe... nitdoc: Mangle names in IDs.
2014-12-18 Jean-Christophe... nitdoc: Document constraints on `nitdoc_id`.
2014-12-18 Jean-Christophe... nitdoc: Use a fully qualified ID for classes.
2014-12-18 Jean-Christophe... nitdoc: Group non-Nit entities at the bottom of `doc_mo...
2014-12-18 Jean-Christophe... nitdoc: Fix a minor documentation mistake.
2014-12-18 Jean-Christophe... string: Fix `to_cmangle` to never end with an underscore.
2014-12-18 Jean-Christophe... string: Fix `to_cmangle` to always produce valid C...
2014-12-18 Alexandre Terrasalib/json: introduces json store a simple json data...
2014-12-18 Jean PrivatMerge: Do not inline lazy getter
2014-12-18 Jean PrivatMerge: neo: Remove `full_name`.
2014-12-17 Jean-Christophe... neo4j: Remove the old `jsonable` library.
2014-12-17 Alexandre Terrasalib/nitcorn: handles bufferized request content
2014-12-17 Alexandre Terrasalib/nitcorn: allows access to POST raw body
2014-12-17 Jean Privattests: add base_lazy3.nit
2014-12-17 Jean Privatcompiler: do not inline lazy getters
2014-12-17 Jean Privattests: add test_comprehension.nit
2014-12-17 Jean Privattransform: transform array comprehension in simpler...
2014-12-17 Jean Privattransform: introduce `full_transform_visitor` for compl...
2014-12-17 Jean Privatnitg: handle direct compilation of comprehension arrays
2014-12-17 Jean Privatinterpreter: implements array comprehensions
2014-12-17 Jean Privattyping: mark expressions that belong to an array compre...
2014-12-17 Jean Privattyping: add `AArrayExpr::element_mtype`
2014-12-17 Jean Privatparser: regenerate with comprehension arrays
2014-12-17 Jean Privatgrammar: extends array_item to accept array extension...
2014-12-17 Jean Privatgrammar: new production `array_items` to replace arg_li...
2014-12-17 Alexandre Terrasalib/github: introduces object oriented interface for...
2014-12-17 Alexandre Terrasalib/github: introduces GithubCurl::get_and_parse to...
2014-12-17 Jean-Christophe... neo_doxygen: Unlink `name` and `full_name`.
2014-12-17 Jean PrivatMerge: Highlight line ids
2014-12-17 Jean PrivatMerge: Name entities
2014-12-17 Jean PrivatMerge: Check constructor name conflicts
2014-12-17 Jean PrivatMerge: neo_doxygen: Clean the code a little bit
2014-12-17 Jean PrivatMerge: brainfuck: Remove warnings.
2014-12-17 Jean PrivatMerge: opportunity: Fix some warnings
2014-12-17 Jean PrivatMerge: Each line
2014-12-17 Jean PrivatMerge: Fast docunits
2014-12-17 Jean PrivatMerge: contrib: download files from RSS
2014-12-17 Jean Privatmodel: promote `c_name` from abstract-compiler to model
2014-12-17 Jean Privatmodel: add `full_name` to entities that miss one
2014-12-17 Jean Privatmodel: promote `full_name` to MEntity
2014-12-17 Jean Privatlib/opts: do not crash for empty arguments
2014-12-17 Jean Privatman: add --no-line-id to nitlight.md
2014-12-17 Jean Privatnitlight: add option --no-line-id
2014-12-17 Jean Privatnitodoc: stop generating id for lines in examples
2014-12-17 Jean Privathighlight: add HighlightVisitor::line_id_prefix to...
2014-12-16 Jean Privattests: error_defs_init.nit for a combinasion of 7*7...
2014-12-16 Jean Privatmodelize: check property name conflicts for constructor...
2014-12-16 Jean Privatmodelize: check_redef_property_visibility for root_init
2014-12-16 Jean Privatlib/file: add examples for the new read methods in...
2014-12-16 Jean-Christophe... neo_doxygen: Make an instruction less verbose.
2014-12-16 Jean-Christophe... neo_doxygen: Do not manually flush the output.
next