nit.git
2015-06-10 Jean PrivatMerge: Attribute and autoinit annotations
2015-06-10 Jean PrivatMerge: nitvm: Basic blocks generation and SSA-algorithm
2015-06-10 Jean PrivatMerge: example: add 24 game task of Rosetta code
2015-06-10 Jean PrivatMerge: file: fix `simplify_path` behavior for path...
2015-06-10 Jean PrivatMerge: Date Lib
2015-06-09 Julien Pagèsnitvm: Using SSA module in the nitvm
2015-06-09 Julien Pagèsnitvm: A method compile offers a unique entry point...
2015-06-09 Alexandre Terrasafile: fix `simplify_path` behavior for path starting...
2015-06-09 Jean Privattests: add base_attr_annot.nit
2015-06-09 Jean Privattests: add base_attr_abstract[34].nit
2015-06-09 Jean Privattests: update other tests related to init with setters
2015-06-09 Jean Privattests: add base_init_setter.nit
2015-06-09 Jean Privattests: update base_attr_abstract[12].nit
2015-06-09 Jean Privatmodelize: remove restriction on concrete class in intia...
2015-06-09 Jean Privatmodelize: error/warning if explicit autoinit on attributes
2015-06-09 Jean Privatmodelize: error in `autoinit` is used in class refinement
2015-06-09 Jean Privatmodelize: move `autoinit` management on method into...
2015-06-08 Jean Privatmodelize: rely on `AAttrPropdef::mreadpropdef` to be...
2015-06-08 Jean Privatmodelize: add `AAttrPropdef::mtype` to factorize the...
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-05 Julien Pagèsnitvm: SSA modules also gives all object-mechanisms...
2015-06-05 Julien Pagèsnitvm: Utility class for printing basic blocks and...
2015-06-05 Julien Pagèsnitvm: Computation of SSA-algorithm after the basic...
2015-06-05 Julien Pagèsnitvm: The position of a Variable in the environment...
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 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
next