nit.git
2015-04-17 Jean Privattests: add output for benchs that does not have some
2015-04-17 Jean Privatupdate niti.skip and nitvm.skip to allow more tests...
2015-04-17 Jean Privattests: update benchs*.nit to have a common default...
2015-04-17 Jean Privattests: add base_autocast_array.nit
2015-04-17 Jean Privatlib/string_search: avoid covariant array on `split_once_on`
2015-04-16 Jean Privattransform: do not lose autocast information
2015-04-16 Jean Privatrta: visit implicit methods of literal arrays
2015-04-16 Jean Privattests: update sav/test_toolcontext* because of the...
2015-04-16 Jean Privatmetrics/detect_covariance: update check_subtype
2015-04-16 Jean Privattyping: do not autocast on arrays or combined assignment
2015-04-16 Jean Privatman: add --keep-going
2015-04-16 Jean Privattoolcontext: add --keep-going to keep going
2015-04-16 Jean Privattyping: introduce SignatureMap to factorize parameters...
2015-04-16 Jean PrivatMerge: Extends operators
2015-04-15 Jean Privattests: update other sav for new AST of location in...
2015-04-15 Jean Privattests: extends base_combined_assignment and test_ffi_c_...
2015-04-15 Jean Privatlib/stc/kernel: add << and >> in Int
2015-04-15 Jean Privatnitpretty: handle AUplusExpr and simplify binary operations
2015-04-15 Jean Privattyping: use new `operator` and `n_op` from ABinopExpr...
2015-04-15 Jean Privatsrc: implement unary plus
2015-04-15 Jean Privatparser: regenerate
2015-04-15 Jean Privatgrammar: add more combined assignment operator
2015-04-15 Jean Privatgrammar: introduce n_op and operator in AAssignOp
2015-04-15 Jean Privatparser: add ABinopExpr::operator to avoid refining...
2015-04-15 Jean Privatgrammar: keep operators in the AST for better messages
2015-04-15 Jean Privatgrammar: as unary plus operation (only for thr sake...
2015-04-15 Jean PrivatMerge: Review errors messages
2015-04-15 Jean PrivatMerge: Check contrib
2015-04-15 Jean PrivatMerge: tests: add --autosav to automatically update...
2015-04-15 Jean Privattests: update sav with new error messages
2015-04-15 Jean Privatsrc: improve messages (and sometime location) of errors...
2015-04-15 Jean Privatmodel: add `MClass::signature_to_s` to use in messages.
2015-04-15 Jean Privattyping: identify the node associated to method name
2015-04-14 Jean Privatcontrib: add some check rules
2015-04-14 Jean Privatjenkins: add check_contrib.sh to automatically compile...
2015-04-14 Jean Privattests: add --autosav to automatically update the sav...
2015-04-14 Jean PrivatMerge: Fix type adaptation when there is loops
2015-04-14 Jean PrivatMerge: Intern new
2015-04-14 Jean PrivatMerge: Improved parallelization phase
2015-04-14 Jean PrivatMerge: Make the generated iOS project compilable in...
2015-04-14 Jean PrivatMerge: Vim plugin fixes and make Nitdoc a command with...
2015-04-14 Jean Privattests: add base_adaptive_loop*.nit
2015-04-14 Jean Privattests: update sav for existing tests
2015-04-14 Jean Privattoolcontext: avoid duplicated messages
2015-04-14 Jean Privatlib/ai/backtrack: add a missing assert
2015-04-14 Jean Privatlib/a_star: avoid bad autocast
2015-04-14 Jean Privatcompiler: consider untyped expressions and statement...
2015-04-14 Jean Privattyping: handle `a == null` when `a` is null
2015-04-14 Jean Privattyping: shortcut `get_variable` on never-adapted variables
2015-04-14 BlackMinouAdd documentation for threaded methods with return...
2015-04-14 BlackMinouAdd a method with return value in threaded_example
2015-04-14 BlackMinoupthreads adding a virtual type for synchronization...
2015-04-14 BlackMinouparallelization phase adding methods with return value
2015-04-13 Alexis Laferrièremisc/vim: inform the user when no results are found
2015-04-13 Alexis Laferrièremisc/vim: update README file
2015-04-11 Jean Privattyping: ensure monotony on literal arrays
2015-04-11 Jean Privattyping: revisit on type-adaptation, until there is...
2015-04-11 Jean Privattyping: mark variable dirty on type_adaptation
2015-04-11 Jean Privattyping: compute FlowContext::collect_types without...
2015-04-11 Jean Privattyping: remove cache in FlowContext
2015-04-11 Jean Privatflow: improve dot-rendering for debugging
2015-04-11 Jean Privatflow: fix loop links on continue
2015-04-11 Alexis Laferrièremisc/vim: delete the first empty line of the preview...
2015-04-11 Alexis Laferrièremisc/vim: the Nitdoc command search with priorities
2015-04-11 Alexis Laferrièremisc/vim: make Nitdoc a command
2015-04-11 Alexis Laferrièremisc/vim: fix omnifunc order of results found in the...
2015-04-11 Alexis Laferrièremisc/vim: make private functions local to the script
2015-04-11 Alexis Laferrièrenitc/ios: use a camel case version of app namespace...
2015-04-10 Alexis Laferrièrenitc/ios: remove all testing related entities from...
2015-04-10 Jean PrivatMerge: Sys is top
2015-04-10 Jean PrivatMerge: Robust IO
2015-04-10 Jean PrivatMerge: miniclean quadtrees
2015-04-10 Jean Privattests: remove fixme sav/nitg-g/fixme/test_deriving_alt1.res
2015-04-10 Jean Privattests: ffi use `Sys_` instead of `Object_` prefix
2015-04-10 Jean Privattests: update tests results related to top-level or...
2015-04-10 Jean Privatcode: remove `protected` from top-level methods (now...
2015-04-10 Jean Privattyping: remove most top-level things
2015-04-10 Jean Privatlib/md5: do not import `print` in FFI
2015-04-10 Jean Privatmixin: look for top-level methods in `Sys`.
2015-04-10 Jean Privatmodelize_classes: top-level methods are defined in...
2015-04-10 Jean Privatengines: implement special fall-back to sys
2015-04-10 Jean Privattyping: look for method in `sys` when they are not...
2015-04-10 Jean Privatmodelize classes: process AStdClassdef before
2015-04-10 Jean Privatniti: implements native `chdir` and `mkdir` with a...
2015-04-10 Jean Privattests: add base_new_intern.nit
2015-04-10 Jean Privattyping: `intern` is used to refer to the plain vanilla...
2015-04-10 Jean Privatengines: ANewExpr just return the plain instance if...
2015-04-09 Jean Privattests: update sav related to ligne changes in kernel
2015-04-09 Jean Privatcontrib/nitester: no more free to call
2015-04-09 Jean Privatlib: move errno and strerror to legacy FFI
2015-04-09 Jean Privatlib/file: once some global constants
2015-04-09 Jean Privatlib/file: some methods return a nullable Error on error
2015-04-09 Jean Privatlib/file: String::files does not exist on error
2015-04-09 Jean Privatlib/file: remove useless protected for top-level methods
2015-04-09 Jean Privatlib/file: expose FileStat instead of NativeFileStat
2015-04-09 Jean Privatquatree: cleaup indentation
2015-04-09 Jean Privatquadtree: use new constructors
2015-04-09 Jean PrivatMerge: Misc AST
2015-04-09 Jean PrivatMerge: new `with` statement
2015-04-08 Jean Privattests: update nitlight and test_parser
next