nit.git
2014-05-15 Jean Privatastbuilder: `make_new` and `make_call` require a CallSite
2014-05-15 Jean Privattranform: drop ASuperstringExpr
2014-05-15 Jean Privattyping: AArrayExpr provides callsites
2014-05-13 Jean Privatkernel: use legacy FFI for `address_is_null`
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 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 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-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 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
2014-05-08 Alexandre Terrasatrees: create trees group
2014-05-08 Alexandre Terrasatrees: introduce Red Black Tree
2014-05-08 Alexandre Terrasatrees: introduce Binary Search Tree
2014-05-08 Alexandre Terrasalib: introduce abstract_tree
2014-05-08 Alexandre Terrasasorter: add some sorters
2014-05-08 Alexandre Terrasaposet: introduce POSet::linearize
2014-05-08 Alexandre Terrasanitc/nitc-e: remove typing options
2014-05-07 Jean PrivatMerge: Nitdoc templates
2014-05-07 Jean PrivatMerge: Socket fact
2014-05-07 Alexandre Terrasanitdoc: use templates for html output
2014-05-07 Lucas Bajoletniti: Updated test to comply with the niti without...
2014-05-07 Alexandre Terrasamodelbuilder: link MVirtualTypeDef to ATypePropdef...
2014-05-07 Alexandre Terrasamodel_utils: extract modifiers from mpropdef
2014-05-07 Alexandre Terrasamodel_utils: extract modifier list from mclassdef
2014-05-07 Alexandre Terrasamodel_utils: add direct access to intro and refined...
2014-05-06 Jean PrivatMerge: Many small fixes to Java FFI
2014-05-06 Alexis Laferrièreffi/java: fix support of Boolean types in JNI signature...
2014-05-06 Alexis Laferrièreffi/java: shorten name of generated Java class for...
2014-05-06 Alexis Laferrièreffi/java: clean up JNI's local refs in android_app.nit
2014-05-06 Alexis Laferrièreffi/java: fix freeing ref to Java class on execution...
2014-05-06 Alexis Laferrièreffi/java: support callback to method returning virtual...
2014-05-05 Alexis Laferrièreffi/java: use existing Set of callbacks per language...
2014-05-05 Alexis Laferrièreffi: move up Set of callbacks by foreign language
2014-05-04 Alexis Laferrièreffi/java: fix typo
2014-05-04 Jean PrivatMerge: String bugfixes
2014-05-02 Lucas Bajoletlib/standard/string: Added implementations for to_upper...
next