nit.git
2014-06-06 Alexandre Terrasanitdoc: introduce group doc
2014-06-06 Alexandre Terrasanitdoc: generate pages with bootstrap
2014-06-06 Alexandre Terrasanitdoc: generate templates from model
2014-06-06 Alexandre Terrasanitdoc: migrate templates to bootstrap
2014-06-06 Alexandre Terrasanitdoc: introduce bootstrap
2014-06-05 Alexandre Terrasamodel_utils: extract mclass mproperties
2014-06-05 Alexandre Terrasamodel_utils: extract classes in mmodule nesting
2014-05-16 Jean PrivatMerge: Android release compilation mode
2014-05-15 Jean PrivatMerge: Java FFI: support inner classes and use of JavaO...
2014-05-15 Alexis Laferrièreandroid: use the release option to set type of compilation
2014-05-15 Alexis Laferrièrenitg: intro the release option
2014-05-14 Alexis Laferrièreffi/java: support inner classes and JNI format in exter...
2014-05-14 Alexis Laferrièrelib/jvm: JavaObject is a Java Object (not a JNI jobject)
2014-05-14 Jean PrivatMerge: github_merge: less crashes
2014-05-14 Jean PrivatMerge: Bitset and perfect_hashing
2014-05-14 julienAdding perfect_hashing module (with perfect numbering)
2014-05-14 julienAdding a bitset module in standard for binary operations
2014-05-13 Jean Privatgithub_merge: do not crash if PR is not tested (no...
2014-05-13 Jean Privatgithub_merge: do not crash if a user has no public...
2014-05-13 Jean PrivatMerge: String hash function fix
2014-05-13 Jean PrivatMerge: Refactor FFI, the framework is now based on...
2014-05-13 Jean PrivatMerge: Improve free init to prepare new constructors
2014-05-13 Jean Privatdefault_init: fix a NitUnit in template
2014-05-13 Jean Privattests: add base_init_combine.nit
2014-05-13 Jean Privatdefault_init: can interpret combined init with collecte...
2014-05-13 Jean Privatdefault_init: can compile combined init with collected...
2014-05-13 Jean Privatdefault_init: error if collected attributes and inherit...
2014-05-13 Lucas Bajoletlib/standard/string: Fixed implementation of hash funct...
2014-05-13 Alexis Laferrièreffi: fix support for generated calls with generic types...
2014-05-13 Jean PrivatMerge: FFI with Java - more local refs support
2014-05-13 Jean PrivatMerge: lib: add `union_find`, a union–find algorithm...
2014-05-13 Jean Privatdefault_init: inherit combined init if alone and empty
2014-05-13 Jean Privatdefault_init: collect attributes on combined empty...
2014-05-13 Jean Privatmodel: implements `MParameter#to_s`
2014-05-13 Jean Privatrest-of-code: prepare for new init
2014-05-13 Jean Privatsrc: prepare for new init
2014-05-13 Jean Privatparser: prepare for new init
2014-05-13 Jean Privatlib: prepare for new init
2014-05-13 Jean Privattyping: remove `resolve_signature_for`
2014-05-13 Jean Privatrta: micro-factorization of call on `msignature`
2014-05-13 Jean Privatengines: use `callsite.msignature` in ASuperExpr
2014-05-13 Jean PrivatMerge: parser_util: drop injected tokens in `parse_some...
2014-05-13 Jean PrivatMerge: misc: do not enforce shiftwidth to 8, let the...
2014-05-13 Jean PrivatMerge: vim: try to color annotation.
2014-05-13 Jean Privatlib: add `union_find`, a union–find algorithm with...
2014-05-12 Jean PrivatMerge: sepcomp: do not colorize dead method by default
2014-05-12 Jean PrivatMerge: fix Nitlight
2014-05-12 Alexis Laferrièrejava: intro JavaObject::delete_local_ref
2014-05-12 Alexis Laferrièrejava: intro services for JNI local reference frame
2014-05-12 Alexis Laferrièreandroid: support use of -m
2014-05-12 Alexis Laferrièreffi: minor clean up
2014-05-12 Alexis Laferrièreffi/java: use C callbacks instead of going straight...
2014-05-12 Alexis Laferrièreffi/java: callbacks are relative to mainmodule
2014-05-12 Alexis Laferrièrenitg/ffi: mark as private methods internal to compiler_ffi
2014-05-12 Jean PrivatMerge: Simplify AMethPropdef
2014-05-12 Jean Privattests: update tests because of changes in the location...
2014-05-12 Jean Privatsrc: remove remaining references of subclasses on AMeth...
2014-05-12 Jean Privatnitx: modifiers ARE accessible via the model
2014-05-12 Jean Privatmodelize_property: rely more on fields than on classes...
2014-05-12 Jean Privatmodel: add `MMethodDef::is_extern`
2014-05-12 Jean Privatsrc: use `AMethPropdef` instead of subclasses when...
2014-05-12 Jean Privatparser: promote all children in AMethPropdef
2014-05-10 Jean Privatnitlight: parse options before initialising modelbuilder
2014-05-10 Jean Privatlib: fix `Sequence::first_index_of`
2014-05-10 Jean Privattests: update test_markdown and test_parser
2014-05-09 Jean Privatparser_util: drop injected tokens in `parse_someting`
2014-05-09 Jean Privatsepcomp: do not colorize dead method by default
2014-05-09 Jean PrivatMerge: nitdoc: display redefined methods when mmodule...
2014-05-09 Jean PrivatMerge: Fix coloring
2014-05-09 Jean Privatvim: try to color annotation.
2014-05-09 Alexandre Terrasabenches: remove alternative typings from benches
2014-05-09 Alexandre Terrasatests: remove pep8analysis from skip list
2014-05-09 Alexandre Terrasalayout_builders: removed module
2014-05-09 Alexandre Terrasaseparate_erasure_compiler: remove usage of MClass and...
2014-05-09 Alexandre Terrasaseparate_compiler: remove usage of MpropertyLayout
2014-05-09 Alexandre Terrasaseparate_compiler: remove usage of ResolutionLayout
2014-05-09 Alexandre Terrasaseparate_compiler: remove usage of TypingLayout
2014-05-09 Alexandre Terrasaseparate_erasure_compiler: migrate virtual types coloring
2014-05-09 Alexandre Terrasaseparate_erasure_compiler: migrate class coloring
2014-05-09 Alexandre Terrasaseparate_compiler: migrate resolution table coloring
2014-05-09 Alexandre Terrasaseparate_compiler: migrate mprops coloring
2014-05-09 Alexandre Terrasaseparate_compiler: start migration from layout_builder...
2014-05-09 Alexandre Terrasacoloring: introduce new module for class and property...
2014-05-09 Alexis Laferrièrenitg-g: test use of java FFI across many modules
2014-05-08 Alexandre Terrasanitdoc: display redefined methods when mmodule.public_o...
2014-05-08 Jean PrivatMerge: Friendlier API to read from Json
2014-05-08 Jean PrivatMerge: Trees
2014-05-08 Alexis Laferrièretests: fix savs of json related tests
2014-05-08 Alexis Laferrièrenitg/ffi: move most FFI services from AModule to MModule
2014-05-08 Jean PrivatMerge: sorter: add some sorters
2014-05-08 Alexis Laferrièrelib: update githup_api to use json::static
2014-05-08 Alexis LaferrièreMerge branch 'master' into json-reborn
2014-05-08 Alexis Laferrièremigration: update lib and contribs to use ::json
2014-05-08 Alexis Laferrièrelib/json: intro the main module json.nit
2014-05-08 Alexis Laferrièrelib/json: improve doc of the static module
2014-05-08 Alexis Laferrièrelib/json: privatly import lexer and parser
2014-05-08 Alexis Laferrièrelib: intro the friendlier to use json::dynamic
2014-05-08 Jean PrivatMerge: Fix nitdoc
2014-05-08 Alexandre Terrasanitdoc: fix concerns list display
2014-05-08 Alexandre Terrasanitdoc: show introduced mpropdef outside intro mclassdef
next