nit.git
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-12 Jean PrivatMerge: sepcomp: do not colorize dead method by default
2014-05-12 Jean PrivatMerge: fix Nitlight
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...
2014-05-02 Lucas Bajoletdebugger: Fixed client for new version of Debugger
2014-05-02 Lucas Bajoletdebugger: Removed network versions of debugger, now...
2014-05-02 Lucas Bajoletlib/standard/stream: Changed implementation of read...
2014-05-02 Lucas Bajoletlib/standard: Stdin/out/err now part of Sys.
2014-05-02 Lucas Bajoletlib/websocket: Websocket now subclass of BufferedIStrea...
2014-05-02 Lucas Bajoletlib/socket: Socket now subclass of Pollable interface
2014-05-02 Lucas Bajoletlib/streams: Added interface Pollable to Stream hierarchy
2014-05-02 Lucas Bajoletlib/socket: Simplified API for Sockets
2014-05-02 Lucas Bajoletlib/socket: Socket now subclass of BufferedIStream...
2014-05-01 Lucas Bajoletlib/standard/string: Bugfix, forgot iterator on index_o...
2014-05-01 Jean Privattyping: promote visibility/redef node in APropdef
2014-05-01 Jean PrivatMerge: Android version code
2014-05-01 Alexis Laferrièreandroid: use version code in manifest
2014-05-01 Alexis Laferrièreandroid: get version code from date and time
2014-04-30 Jean PrivatMerge: GTK refactor and fixes
2014-04-30 Alexis Laferrièrelib/gtk: improve documentation on main modules
2014-04-30 Alexis Laferrièrelib/gtk: fix missing pkgconfig declaration in v3_6...
2014-04-30 Alexis Laferrièrelib/gtk: move gtk3_8 to gtk::v3_8
2014-04-30 Alexis Laferrièrelib/gtk: move gtk3_6 to gtk::v3_6
2014-04-29 Alexis Laferrièrelib/gtk: move default gtk module as a project
2014-04-29 Jean PrivatMerge: introduce Nith, the ligHt Nit compiler
2014-04-28 Jean Privattests: add nith
2014-04-28 Jean Privattests: update nitmetric becase the name of the mainmodu...
next