nit.git
2015-03-10 Alexis Laferrièremisc/vim: nitdoc function search for a precise word
2015-03-10 Jean PrivatMerge: Serialization phase skips abstract classes and...
2015-03-10 Jean PrivatMerge: Vim autocomplete search in doc and 2 new useful...
2015-03-10 Alexis Laferrièrenitserial: add depth option
2015-03-09 Alexis Laferrièrenitserial: do not generate constructors for abstract...
2015-03-09 Alexis Laferrièremisc/vim: search in synopsis and full doc for matches
2015-03-09 Alexis Laferrièremisc/vim: use case insensitive search for entity names
2015-03-09 Alexis Laferrièrevim autocomplete: always write generated doc to metadat...
2015-03-09 Alexis Laferrièremisc/vim: add a function to search for instances of...
2015-03-09 Alexis Laferrièremisc/vim: add a function to show the doc of the entity...
2015-03-09 Alexis Laferrièremisc/vim: extract the service to find metadata files...
2015-03-07 Jean PrivatMerge: Optimize nitc
2015-03-07 Jean PrivatMerge: Reuse Array Iterators
2015-03-07 Jean PrivatMerge: More lazyness in standard
2015-03-07 Jean PrivatMerge: Autosuperinit in refinements
2015-03-07 Jean PrivatMerge: Extends chars, string and stream with some white...
2015-03-06 Jean Privattests: update test_new_native_alt1.res because line...
2015-03-06 Jean Privatlib/poset: avoid useless call of `to_a` in `add_edge`
2015-03-06 Jean Privatcompiler: do not initialize attributes at NULL in NEW_*
2015-03-06 Jean Privatlib/array: remember the last used iterator so it could...
2015-03-06 Jean Privatastvalidatior: small refactorisation to make it more...
2015-03-06 Jean Privatphase: do not display the each phase for each module
2015-03-06 Jean Privattests: update sav/nituml_args*.res because the new...
2015-03-06 Jean Privatstream: add `read_word` and `read_nonwhitespace`
2015-03-06 Jean Privatstring: add `is_whitespace`
2015-03-06 Jean Privatstring: update *trim to use `is_whitespace`
2015-03-06 Jean Privatlib/map: make concrete `Map.keys` and `Map.values`...
2015-03-06 Jean Privatlib/map: document `Map.has_key` and implement it effici...
2015-03-06 Jean Privatlib/string: make FlatString#chars lazy
2015-03-06 Jean Privatlib/file: make stdin, stdout and strerr lazy
2015-03-06 Jean Privatlib/file: move the call of `stdout.set_buffering_mode...
2015-03-06 Jean Privattests: add base_init_raf2.nit
2015-03-06 Jean Privatautosuperinit: remove old FIXME that prevented autosupe...
2015-03-06 Jean Privatautosuperinit: verbose info for debuging
2015-03-06 Jean Privatparser: fix default init for ALabel and ASelfExpr
2015-03-03 Jean PrivatMerge: compiler: fast path is the hot path in once...
2015-03-03 Jean PrivatMerge: Inline intern methods in standard objects
2015-03-03 Jean PrivatMerge: Introduce Cloneable interface
2015-03-02 Jean Privatcompiler: fast path is the hot path in once and literal...
2015-02-28 Jean Privatversion 0.7.2 v0.7.2
2015-02-28 Jean Privattests: update because changes in kernel and array
2015-02-28 Jean Privatlib/array: Array, ArraySet and ArrayMap are cloneable
2015-02-28 Jean Privatkernel: new interface `Cloneable` to provide a `clone...
2015-02-27 Jean Privattests: remove nitg-sg/fixme/test_gen.res because native...
2015-02-27 Jean Privatsepcomp: shortcut an inline most intern methods of...
2015-02-27 Jean Privatsepcomp: extract `direct_call` from `compile_callsite`
2015-02-27 Jean Privatsepcomp: fix compilation of NativeArray[] in an inlined...
2015-02-27 Jean Privatkernel: add Char::is_whitespace
2015-02-27 Jean PrivatMerge: Use --log
2015-02-27 Jean PrivatMerge: Kill cached
2015-02-27 Jean Privatcollection: implements `MapRead::==`
2015-02-26 Jean PrivatMerge: Nitrpg: add achievements
2015-02-26 Jean Privattests: tests --log and --log-dir for nitc
2015-02-26 Jean Privatman: document --log and --log-dir
2015-02-26 Jean Privatrta: log results of analysis in the log directory
2015-02-26 Jean Privattoolcontext: log all verbose infos in the log directory
2015-02-26 Alexandre Terrasacontrib/nitrpg: display achievements in front end
2015-02-26 Alexandre Terrasacontrib/nitrpg: introduce achievements
2015-02-26 Jean Privattests: remove base_at_cached.nit
2015-02-26 Jean Privatglesv2: fix bad use of `lazy` annotation (fun instead...
2015-02-26 Jean Privatnitrpg: implement correct caching for User::player
2015-02-26 Jean Privatmodelize: prevent the use of `lazy` on methods
2015-02-26 Jean Privatfrontend: remove deprecated cached annotation and phase
2015-02-26 Jean Privatcode: replace `is cached` by `is lazy`
2015-02-26 Jean PrivatMerge: Guard call
2015-02-26 Jean PrivatMerge: Nitdoc: HTML templates related cleaning
2015-02-26 Jean PrivatMerge: Generalized class members
2015-02-24 Jean Privatnitpretty: handle super and class-level annotation...
2015-02-24 Jean Privattests: update test_parser_args1.res
2015-02-24 Jean Privatserialization: generate ASuperPropdef instead of ASuper...
2015-02-24 Jean Privatastvalidation: skip individual annotations
2015-02-24 Jean Privattransform: skip if no mpropdef instead of abort
2015-02-24 Jean Privatmodelize: implements services of APropdef as noop ...
2015-02-24 Jean Privatparser: regenerate with generalized class members
2015-02-24 Jean Privatgrammar: introduce AAnnotPropdef for annotation in...
2015-02-24 Jean Privatgrammar: introduce ASuperPropdef for super-classes
2015-02-24 Jean Privatgrammar: remove `line_annotations_forclass` and `superc...
2015-02-24 Jean Privatgrammar: propdefs returns a list
2015-02-24 Alexandre Terrasasrc/doc: uniformize HTML output for topmenu
2015-02-24 Alexandre Terrasasrc/doc: clean DocPage rendering API.
2015-02-24 Alexandre Terrasasrc/doc: make DocPage render itself instead of using...
2015-02-24 Alexandre Terrasasrc/doc: move `doc_templates` to `html_templates` group.
2015-02-24 Jean Privatbench: add `bench_call_monomorph` to compare both levels
2015-02-24 Jean Privatsepcomp: add option -direct-call-monomorph0 a less...
2015-02-24 Jean PrivatMerge: Add tasks in benchmark/bench_engines
2015-02-24 Jean PrivatMerge: nitrpg: add nitrpg.user.js for enhanced user...
2015-02-24 Jean PrivatMerge: parser: add `ASTDump` and `ANode::dump_tree`
2015-02-24 Jean PrivatMerge: nitunit: fix running last test of a module,...
2015-02-24 Jean Privatsepcomp: add option `--guard-call`
2015-02-23 Jean Privatsepcomp: move out opt_substitute_monomorph from compile...
2015-02-23 Jean Privatnitrpg: add nitrpg.user.js for enhanced user experience
2015-02-23 Alexandre Terrasacontrib/nitrpg: also use `root_url` on site logo.
2015-02-23 Alexandre Terrasacontrib/nitrpg: move statistics to GameEntity.
2015-02-22 Jean Privatbenches: replace niti test_parser task by two niti...
2015-02-22 Jean Privatbenches: add markdown as a task in bench_engines
2015-02-21 Alexis Laferrièrelib/github: deactivate assert in broken nitunit
2015-02-21 Jean PrivatMerge: Support Android on 2 different ARMs, x86 and...
2015-02-21 Jean PrivatMerge: class annotation `autoinit` to explicitly lists...
2015-02-21 Jean Privatparser: add `ASTDump` and `ANode::dump_tree`
2015-02-20 Alexis Laferrièrenitunit: fix executing last test which was previously...
next