nit.git
2015-03-18 Jean Privatbenches: add --no-tag-primitive
2015-03-18 Jean Privatman: document --no-tag-primitive
2015-03-18 Jean Privaterrasurecomp: disable tagging of primitives to not...
2015-03-18 Jean Privatsepcomp: implement tagging of primitive types
2015-03-18 Jean Privatsepcomp: introduce `class_info` to protect the access...
2015-03-18 Jean Privattests: add test_deriving
2015-03-18 Jean Privatlib/deriving: new module `deriving` with basic interfaces
2015-03-18 Jean Privatfrontend: new phase `deriving` to derive things
2015-03-18 Jean Privatneo: save location of mdoc objects
2015-03-18 Jean Privatman: update documentation of nitunit with groups and...
2015-03-18 Jean Privattests: add test_nitunit_md.md to test nitdoc with markd...
2015-03-18 Jean Privatnitunit: can work with markdown files in parameters
2015-03-18 Jean Privatloader: add `filter_nit_source` to help tools to manage...
2015-03-18 Jean Privatloader: `load_module` error message distinguish non...
2015-03-18 Jean Privatloader: can load a markdown file as a MDoc
2015-03-18 Jean Privattests: add test_nitunit3 for nitunit on groups
2015-03-18 Jean Privatnitunit: run nitunits for documentation of groups
2015-03-18 Jean Privatnitunit: work with `mdoc` instead of `ndoc`
2015-03-18 Jean Privatnitunit: `NitUnitExecutor::mmodule` can be null
2015-03-18 Jean Privatnitunit: factorize file creation and compilation for...
2015-03-17 Alexis Laferrièreandroid: declare Activities for the manifest in an...
2015-03-17 Alexis Laferrièrelib/android: the dalvik module is higher in the importa...
2015-03-17 Alexis Laferrièrelib/android: fix typos in the dalvik module
2015-03-17 Alexis Laferrièrelib/android: clean up whitespaces in native_app_glue
2015-03-17 Alexis Laferrièrelib/jvm: clean up, add doc and make private stuff private
2015-03-16 Jean Privatlib/string: `Int::to_s` shortcuts 0 and 1
2015-03-15 Alexis Laferrièretests: update expected errors in serialization tests
2015-03-15 Jean Privattests: Object is an interface
2015-03-15 Julien Pagèsnitvm: The interpreter and the vm have each their own...
2015-03-15 Julien Pagèsniti: Introduce a method to create and initialize a...
2015-03-15 Julien Pagèsniti: Introduce and use a virtual type for the frames
2015-03-15 Julien Pagèsnitvm: The local variables are numbered
2015-03-15 Jean PrivatMerge: Better Vim documentation on classes (with specia...
2015-03-14 Alexis Laferrièrelib/json_serialization: clean up
2015-03-14 Alexis Laferrièrelib/serialization: make `serialize_reference` protected
2015-03-14 Alexis Laferrièrelib/serialization: revamp documentation of default...
2015-03-14 Alexis Laferrièrelib/serialization: add README.md
2015-03-14 Alexis Laferrièrelib/serialization: make into a group
2015-03-14 Jean Privatlib/standard: forgot to provide `Map::hash` when `Map...
2015-03-14 Jean Privatmodel: add `MDoc::location`
2015-03-14 Jean Privatlocation: handle `Loation::line_start` of 0 as a specia...
2015-03-12 Jean PrivatMerge: lib/noise: fix gradient_vector to return a unit...
2015-03-12 Jean PrivatMerge: tests: add bench_strfib.nit
2015-03-12 Jean PrivatMerge: mnit tileset and numbers
2015-03-11 Alexis Laferrièrelib/noise: fix gradient_vector to return a unit vector
2015-03-11 Alexis Laferrièrelib/numbers: remove `NumberImages` constructors for...
2015-03-11 Alexis Laferrièrelib/tileset: fix typos in doc
2015-03-11 Alexis Laferrièrelib/tileset: intro `TileSetFont::text_width`
2015-03-11 Alexis Laferrièrelib/tileset: intro `TileSetFont::text_height`
2015-03-11 Alexis Laferrièrelib/tileset: intro `TileSetFont::advance`
2015-03-11 Jean Privattests: add bench_strfib.nit
2015-03-10 Jean PrivatMerge: Noise generators: Perlin and interpolated
2015-03-10 Alexis Laferrièrevim autocomplete: fix `MDoc` used for classes
2015-03-10 Alexis Laferrièrevim autocomplete: doc of classes list properties and...
2015-03-10 Alexis Laferrièrevim autocomplete: rename `write_to_stream` to `write_do...
2015-03-10 Alexis Laferrièresrc/model: remove extra } from `MGenericType::to_s`
2015-03-10 Alexis Laferrièrelib/collection: fix doc of the popular `Container`
2015-03-10 Alexis Laferrièremisc/vim: nitdoc function search for a precise word
2015-03-10 Jean PrivatMerge: Abstract attribute
2015-03-10 Jean PrivatMerge: Faster buffers
2015-03-10 Jean Privatlib/stream: BufferedReader return the buffer if less...
2015-03-10 Jean Privatlib/string: faster substring for FlatBuffer
2015-03-10 Jean Privatlib/string: document FlatString::with_infos
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èreexamples: add the Perlin noise Rosetta code example
2015-03-10 Alexis Laferrièrelib: intro 2 noise generators
2015-03-10 Alexis Laferrièrenitserial: add depth option
2015-03-10 Alexis Laferrièrelib: intro `Float::log_base`
2015-03-10 Alexis Laferrièrelib: intro `Float.lerp` for simple linear interpolation
2015-03-10 Alexis Laferrièrelib: add an optimized `SequenceRead[E].rand`
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...
next