nit.git
2015-06-05 Julien Pagèsnitvm: Generation of basic blocks from an AST
2015-06-05 Julien Pagèsnitvm: Class Basic block for preparing SSA
2015-06-04 Arthur Delamareexample: add 24 game task of Rosetta code
2015-06-04 MehdiAdd some collections for java/collections.nit
2015-06-04 Jean PrivatMerge: Opportunity: Adds total number of participants...
2015-06-04 Jean PrivatMerge: Floats in exponent notation
2015-06-04 Jean PrivatMerge: Portable stack-traces
2015-06-04 Jean PrivatMerge: Loose Tokens
2015-06-04 Jean Privatmksrc: remove --stacktrace
2015-06-04 Jean Privattests: update error message when module not found
2015-06-03 Jean Privattests: add base_do_block.nit
2015-06-03 Jean Privatfrontend: warn useless `do` blocks
2015-06-03 Jean Privatloader: teach it to search in src subdirectories
2015-06-03 Jean Privatloader: add contrib to the default path of projects
2015-06-03 Jean Privatloader: use join_path to search the lib directory
2015-06-03 Jean Privatparser: ComputeProdLocationVisitor also compute *_loose...
2015-06-03 Jean Privatparser: the parent of EOF is Start
2015-06-03 Jean Privatparser: ComputeProdLocationVisitor remember the last...
2015-06-03 Jean Privatparser: add `is_loose`, `prev_looses` and `next_looses`
2015-06-03 Lucas Bajolettests: Updated test_float for new literals
2015-06-03 Lucas Bajoletparser: Regenerated for new floats
2015-06-03 Lucas Bajoletparser: Updated to support float with exponent part
2015-06-03 Lucas BajoletOpportunity: Adds total number of participants to a...
2015-06-03 Jean PrivatMerge: Manage errors on reading binary data
2015-06-03 Jean PrivatMerge: Better error handling in Socket
2015-06-03 Jean PrivatMerge: Fix for Android
2015-06-03 Jean PrivatMerge: Native Types
2015-06-03 Jean Privatman: document `--no-stacktrace` and `NIT_NO_STACK`...
2015-06-03 Jean Privatcompiler: replace the option `--stacktrace` with a...
2015-06-03 Jean Privatcompiler: protect the stacktrace-aware C code with...
2015-06-03 Jean Privatcompiler: generate C stacktrace-awareness iff the platf...
2015-06-02 Alexis Laferrièrelib/binary: document behavior when reading binary data...
2015-06-02 Alexis Laferrièrelib/binary: protect `read_string` from stream errors
2015-06-02 Alexis Laferrièrelib/binary: redirect 32 bits endianess functions on...
2015-06-02 Alexis Laferrièrelib/mnit_android: fix `Int::next_pow`
2015-06-02 Alexis Laferrièrelib/socket: set `last_error` on connection failed
2015-06-02 Alexis Laferrièrelib/socket: set `last_error` on failed hostname lookups
2015-06-02 Alexis Laferrièrelib/socket: intro `HErrno::to_s`
2015-06-02 Alexis Laferrièrelib/socket: wrap h_errno to report error on gethostbyname
2015-06-02 Alexis Laferrièrelib/socket: move gethostbyname to Sys and use light FFI
2015-06-02 Lucas Bajoletcompiler: Changed types of Char to uint32_t and NativeS...
2015-06-02 Jean PrivatMerge: Correct scope in assert else
2015-06-02 Jean PrivatMerge: nitx: add hierarchy lookup commands
2015-06-02 Jean PrivatMerge: Removed intern dependencies from abstract to...
2015-06-01 Lucas Bajoletlib/standard/string: Added new factory to Buffer abstra...
2015-06-01 Lucas Bajoletlib/standard/string: Removed flatten method on String...
2015-06-01 Jean Privatversion 0.7.5 v0.7.5
2015-06-01 MehdiAitlib: add module date
2015-05-31 Julien Pagèsnitvm: Allow to set some attributes in Variable class
2015-05-31 Jean Privattests: add base_scope.nit
2015-05-31 Jean Privatscope: the `else` of the assert is a scoped block
2015-05-30 Jean PrivatMerge: Kill `model_utils`
2015-05-30 Alexandre Terrasanitx: add hierarchies commands
2015-05-30 Alexandre Terrasanitx: display MEntitiesListArticle in console templates
2015-05-30 Alexandre Terrasanitx: make help message prettier
2015-05-30 Alexandre Terrasanitx: make console composites use `doc_base` titles
2015-05-30 Alexandre Terrasanitx: introduce `cs_short_list_item` template
2015-05-30 Jean PrivatMerge: Fix reading from Sockets
2015-05-30 Jean PrivatMerge: Clean nit compilation directory
2015-05-30 Jean PrivatMerge: Warn call on nullable receiver
2015-05-30 Jean PrivatMerge: modelize: ask that attributes in refinements...
2015-05-30 Jean PrivatMerge: Byte literals
2015-05-30 Jean PrivatMerge: Byte data type
2015-05-30 Jean PrivatMerge: Serialization: change annotation to `serialize...
2015-05-30 Jean PrivatMerge: Introduction of convex polygons in geometry...
2015-05-30 Jean PrivatMerge: nitdoc: refactoring and cleaning
2015-05-30 Alexandre Terrasanitx: do not call `perform` on nitx special commands
2015-05-29 Alexandre Terrasanitdoc: fix typo in `doc_poset` comment
2015-05-29 Alexandre Terrasanitdoc: simplify DefinitionListArticle
2015-05-29 Alexandre Terrasanitdoc: remove useless class ImportationListSection
2015-05-29 Alexandre Terrasanitdoc: remove useless class InheritanceListSection
2015-05-29 Alexandre Terrasanitdoc: remove useless class IntrosRedefsSection
2015-05-29 Alexandre Terrasanitdoc: fix typo in `DefinitionListArticle` comment
2015-05-29 Alexandre Terrasanitdoc: remove useless class ConstructorsSection
2015-05-29 Alexandre Terrasanitdoc: remove useless class ProjectsSection
2015-05-29 Alexandre Terrasanitdoc: factorize list article into `MEntitiesListArticle`
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::is_toc_hidden` to `doc_base`
2015-05-29 Alexandre Terrasanitdoc: introduce `DocComposite::is_hidden` services...
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::toc_title` in `doc_base`
2015-05-29 Alexandre Terrasanitdoc: introduce pretty printing of composite tree
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::title` to `doc_base`
2015-05-29 Alexandre Terrasanitdoc: replace `group:` prefix id by `.group` suffix
2015-05-29 Alexandre Terrasanitdoc: replace `concern:` prefix id by `.concern`...
2015-05-29 Alexandre Terrasanitdoc: replace `article:` prefix id by `.article`...
2015-05-29 Alexandre Terrasanitdoc: replace `section:` prefix id by `.section`...
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::id` to `doc_base`
2015-05-29 Alexandre Terrasatests: fix tests for nitmetrics
2015-05-29 Alexandre Terrasatests: fix tests for nituml
2015-05-29 Alexandre Terrasasrc: remove unused module `model_utils`
2015-05-29 Alexandre Terrasanitdoc: migrate to `model_collect`
2015-05-29 Alexandre Terrasavim_autocomplete: migrate to `model_collect`
2015-05-29 Alexandre Terrasanitmetrics: migrate to `model_utils`
2015-05-29 Alexandre Terrasanitserial: remove dependency to `model_utils`
2015-05-29 Alexandre Terrasatest_neo: migrate to `model_collect`
2015-05-29 Alexandre Terrasauml: remove useless repeated type in redef
2015-05-29 Alexandre Terrasauml: migrate to `model_collect`
2015-05-29 Alexandre Terrasamodel: introduce `model_collect` to collect and filter...
2015-05-29 Alexandre Terrasamodel_utils: move shortcuts to `MClassKind` in `model`
2015-05-29 Alexandre Terrasamodel_utils: move `MEntityNameSorter` to `model_base`.
2015-05-29 Alexandre Terrasamodel_utils: remove unused method `imported_mclasses`
next