nit.git
2015-06-10 Jean PrivatMerge: Date Lib
2015-06-08 Jean PrivatMerge: FFI clean up
2015-06-08 Alexis Laferrièresrc/nitni: fix doc of `is_cprimitive`
2015-06-08 Jean PrivatMerge: Fix support for Byte in the FFI
2015-06-08 Jean PrivatMerge: More keep going
2015-06-08 Jean PrivatMerge: Warn useless do block
2015-06-08 Jean PrivatMerge: Love contrib
2015-06-06 Alexis Laferrièresrc: prepare `MType::cname_blind` to be more customizable
2015-06-06 Alexis Laferrièresrc/c_tools: don't declare the functions in the header
2015-06-06 Alexis Laferrièresrc/java FFI: lib/jvm.nit already specify ldflags
2015-06-06 Alexis Laferrièresrc: fix support of Byte in the FFI
2015-06-06 Alexis Laferrièretests: test Byte with the FFI
2015-06-06 Alexis Laferrièretests: update style of test_ffi_c_primitives
2015-06-05 Jean Privattests: add test_keep_going.nit
2015-06-05 Jean Privatrta: do not visit broken NExpr
2015-06-05 Jean Privatrta: do no visit borken method
2015-06-05 Jean Privatcompiler: skip compilation of broken methods
2015-06-05 Jean Privattransform: skip transformation of broken expr
2015-06-05 Jean Privattyping: improve reliability of `is_typed`.
2015-06-05 Jean Privatphase: continue the phase if errors occur.
2015-06-05 Jean Privatcompiler: runtime error (instead of noop) on dead/inval...
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 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`...
next