nit.git
2014-10-31 Jean Privat.gitattributes: nodiff all c_src
2014-10-31 Jean Privatmkcsrc: rewrite a simplified version
2014-10-30 Jean Privatcompile: also generates a makefile named Makefile
2014-10-30 Jean Privatcompile: add option --group-c-files
2014-10-30 Jean Privatcompile: remove clib from the -I dir because the usuful...
2014-10-30 Jean Privatcompile: use shortest path from the compiledir to the...
2014-10-30 Jean Privatcompiler: add option --max-c-lines
2014-10-30 Jean Privatcompiler: do not create empty .h file
2014-10-29 Jean PrivatMerge: Threads
2014-10-29 Jean PrivatMerge: neo4j: Implement missing methods in `JsonArray`.
2014-10-29 Jean PrivatMerge: Workaround nitlight
2014-10-29 Jean PrivatMerge: lib: fix semantic on has_substring on extreme...
2014-10-29 Alexis Laferrièrelib/threads: intro an example `concurrent_array_and_bar...
2014-10-29 Alexis Laferrièrelib/threads: intro new thread-safe concurrent collections
2014-10-29 Jean-Christophe... neo4j: Implement missing methods in `JsonArray`.
2014-10-29 Alexis Laferrièrelib/threads: optional redefs of collections to be threa...
2014-10-29 Alexis Laferrièrelib/threads: intro of the threads lib, with Thread...
2014-10-29 Jean Privathighlight: fix css for line and foldable
2014-10-29 Jean Privatnitlight: disable `cached` since transformed AST cause...
2014-10-29 Jean Privatauto_super_init: make code robust if `typing` is disabled
2014-10-29 Jean Privatphase: make `disabled=` public
2014-10-29 Jean Privatlib: fix semantic on has_substring on extreme cases
2014-10-29 Jean PrivatMerge: Opportunity
2014-10-29 Jean PrivatMerge: example: rosetta code
2014-10-29 Jean PrivatMerge: xml: Introduce SAXophoNit, a SAX processor in...
2014-10-28 Lucas Bajoletopportunity: Fixed a few typos.
2014-10-28 Jean PrivatMerge: grammar: allow '`' inside foreign code blocks
2014-10-28 Jean Privatexample: add some tasks of Rosetta code
2014-10-27 Jean Privattests: update test_new_native_alt1 becaus eline change...
2014-10-27 Jean Privatlib: add Array::+
2014-10-27 Alexis Laferrièrelib/collection: minor fix to doc in list.nit
2014-10-27 Lucas Bajoletopportunity: Bugfix for answers at creation of a new...
2014-10-27 Lucas Bajoletopportunity: Cosmetic changes to meetup visualization...
2014-10-27 Lucas Bajoletopportunity: Fixed useless null check
2014-10-27 Lucas Bajoletopportunity: Creation of a Meetup can now return to...
2014-10-27 Jean-Christophe... xml: Add an usage example.
2014-10-27 Jean-Christophe... xml: Add some tests for SAXpohoNit.
2014-10-27 Jean-Christophe... xml: Introduce SAXophoNit, a SAX processor in Nit.
2014-10-27 Jean-Christophe... xml: Add classes to help testing a SAX parser.
2014-10-27 Jean-Christophe... xml: Port SAX 2.0.
2014-10-27 Alexis Laferrièregrammar: allow '`' inside foreign code blocks
2014-10-27 Lucas Bajoletopportunity: Changed layout from contrainer-fluid to...
2014-10-27 Lucas Bajoletopportunity: Corrected typo in welcome message
2014-10-25 Jean Privatlib: add Text::justify
2014-10-24 Jean PrivatMerge: New constructors with the `new` keyword
2014-10-24 Jean PrivatMerge: neo: Fix definition lists
2014-10-24 Jean PrivatMerge: model: better implementation of the two `intro...
2014-10-24 Jean Privattests: update some tests because buggy `new` are let...
2014-10-24 Jean Privattests: add base_new.nit
2014-10-24 Jean Privattyping: ANew accepts only `init` on concrete class
2014-10-24 Jean-Christophe... neo: Remove `is_intro`.
2014-10-24 Jean Privatmodel: better implementation of the two `intro` methods
2014-10-23 Jean-Christophe... neo: Fix linking between `MProperty` and `MPropDef`.
2014-10-23 Jean Privattyping: `new`-fatories are like top-level methods
2014-10-23 Jean Privattyping: allow `new` on interface and abstract classes...
2014-10-23 Jean Privattyping: ANew distinguish the type of the class and...
2014-10-23 Jean Privatmodel: `new` factories have a return type.
2014-10-23 Jean Privatmodel: `new` factories are named "new", not init.
2014-10-23 Jean Privatmodel-clients: use `is_root_init` instead of `.name...
2014-10-22 Jean PrivatMerge: Some gammar improvements
2014-10-22 Jean Privattests: update tests because the parser gets better...
2014-10-21 Jean Privatparser: regenerate
2014-10-21 Jean Privatgrammar: allows blocks in attribute definitions
2014-10-21 Jean Privatgrammar: accepts new-factory with code
2014-10-21 Jean Privatannotation: `as_id` works with operators and setters
2014-10-21 Jean Privatparser: generalise Prod::collect_text
2014-10-21 Jean Privatast: accept methodid in at_args
2014-10-21 Jean Privatgrammar: add qmethid for qualified methid id
2014-10-21 Jean PrivatMerge: neo: Add `MAttributeDef.static_type` in the...
2014-10-21 Jean-Christophe... neo: Add `MAttributeDef.static_type` in the graph.
2014-10-20 Jean PrivatMerge: Fix the old bug where (-0.1).to_s == "0.-1"
2014-10-20 Jean PrivatMerge: neo: correct the documentation of neo.nit accord...
2014-10-20 Jean PrivatMerge: Small compiler things
2014-10-20 Jean PrivatMerge: file: Fix `join_path` to handle paths ending...
2014-10-17 Alexis Laferrièretests: update savs for tests using the previously broke...
2014-10-17 Alexis Laferrièrelib/standard: fix `Float::to_precision`
2014-10-17 Jean-Christophe... neo: correct the documentation of neo.nit according...
2014-10-17 Jean Privatabstract_compiler: prefers implementing expr than stmt...
2014-10-17 Jean Privatabstract_compiler: default stmt implmentation do not...
2014-10-17 Jean Privatparser: add tuples
2014-10-17 Jean Privatast: remove classes AAtArg and make them simple AExpr
2014-10-17 Jean PrivatMerge: Robust debug
2014-10-17 Jean PrivatMerge: Brainfuck
2014-10-17 Jean PrivatMerge: src: remove two TODO that are done/unneeded
2014-10-17 Jean PrivatMerge: Better varargs
2014-10-17 Jean Privattests: add base_vararg3.nit
2014-10-17 Jean Privattyping+engines: handle reverse-vararg: passing an array...
2014-10-16 Jean-Christophe... file: Fix `join_path` to handle paths ending with a...
2014-10-16 Lucas Bajoletbrainfuck: Added a simple Brainfuck interpreter
2014-10-16 Jean Privatgrammar: minus and once do not need nopar variants
2014-10-16 Jean Privatsrc: remove two TODO that are done/unneeded
2014-10-15 Jean PrivatMerge: Manpages
2014-10-15 Jean PrivatMerge: transform loops
2014-10-15 Jean PrivatMerge: console: use snake case.
2014-10-15 Jean Privatshare: generate stubs for manpages
2014-10-15 Jean Privattests: update sav/test_toolcontext_args*.res
2014-10-15 Jean Privattoolcontext: add --stub-man
2014-10-15 Jean Privattransform: move up shortcut-range from abstract_compile...
2014-10-15 Jean Privattransform: shortcut range
2014-10-15 Jean Privattransform: transforms `while` and `for`
next