nit.git
2015-04-23 Alexandre Terrasasrc/doc: move components generation from `doc_model...
2015-04-22 Jean PrivatMerge: Small clean up and improvements to MNit from...
2015-04-22 Jean PrivatMerge: share/man: Update man for `nitpretty`
2015-04-22 Jean PrivatMerge: Inkscape tool revamp and gamnit support
2015-04-22 Jean PrivatMerge: Nitdoc: more cleaning and uniformize method...
2015-04-22 Jean PrivatMerge: nitrpg: minor enhancements
2015-04-21 Alexandre Terrasanitpretty: fixes typo in option comment
2015-04-21 Alexandre Terrasashare/man: Update man for `nitpretty`
2015-04-21 Alexandre Terrasacontrib/nitrpg: add a Comparator to sort games by numbe...
2015-04-21 Alexandre Terrasacontrib/nitrpg: return 404 on bad urls
2015-04-21 Alexandre Terrasacontrib/nitrpg: display the list of active games in...
2015-04-21 Alexandre Terrasacontrib/nitrpg: display the readme and the active game...
2015-04-21 Alexandre Terrasacontrib/nitrpg: factorize game loading service from...
2015-04-21 Alexandre Terrasacontrib/nitrpg: add GamesListPanel to display the list...
2015-04-21 Alexandre Terrasacontrib/nitrpg: add MDPanel to display MDContent
2015-04-21 Alexandre Terrasacontrib/nitrpg: add a README file
2015-04-21 Alexandre Terrasacontrib/nitrpg: add some achievements on IssueComments
2015-04-21 Alexis Laferrièrecontrib/inkscape_tools: update README.md file
2015-04-21 Alexis Laferrièrecontrib/inkscape_tools: make rounding to the next power...
2015-04-21 Alexis Laferrièrecontrib/inkscape_tools: add alternative code generation...
2015-04-21 Alexis Laferrièrecontrib/inkscape_tools: refactor main code into 2 new...
2015-04-21 Alexandre Terrasasrc/doc: clean signature HTML output with `html_signatu...
2015-04-21 Alexandre Terrasasrc/doc: rename `tpl_namespace` in `html_namespace...
2015-04-21 Alexandre Terrasasrc/doc: rename `tpl_declaration` in `html_declaration...
2015-04-21 Alexandre Terrasasrc/doc: rename `tpl_anchor` into `html_link_to_anchor...
2015-04-21 Alexandre Terrasasrc/doc: rename `tpl_link` into `html_link` and use...
2015-04-21 Alexis Laferrièrecontrib/inkscape_tools: add option for the full path...
2015-04-21 Alexis Laferrièrecontrib/inkscape_tools: revamp doc of svg_to_png_and_nit
2015-04-20 Alexis Laferrièrelib/mnit: fix and improve magnification for a pixelized...
2015-04-20 Alexis Laferrièrelib/mnit: print the approximate memory used by textures...
2015-04-20 Alexis Laferrièrelib/mnit: expand images to the nearest power of 2 for...
2015-04-20 Alexis Laferrièrelib/mnit: use PRINT_ERROR instead of printf on portable...
2015-04-19 Alexis Laferrièrecontrib/inkscape_tools: remove old_style constructor...
2015-04-19 Jean PrivatMerge: Default arguments
2015-04-18 Jean Privattests: add base_arg_default*.nit
2015-04-18 Jean Privatneo: save MParameter::is_default
2015-04-18 Jean Privattyping&engines: implement default arguments
2015-04-18 Jean Privatmodel&modelize: introduce default parameters
2015-04-18 Jean PrivatMerge: Snake phase names
2015-04-18 Jean PrivatMerge: Microbenches for niti
2015-04-18 Jean PrivatMerge: Autocast and literal arrays
2015-04-18 Jean PrivatMerge: Option --keep-going
2015-04-18 Jean PrivatMerge: Check operator
2015-04-18 Jean PrivatMerge: Signature map
2015-04-18 Jean Privattests: update test_ffi_c_operators for << and >>
2015-04-18 Jean Privattests: add error_operators.nit
2015-04-18 Jean Privatmodelize_property: implement special validity rules...
2015-04-18 Jean Privattests: update test_new_native.res because line change...
2015-04-17 Jean Privatinterpreter: use SignatureMap to make varargize more...
2015-04-17 Jean Privatcompiler: use SignatureMap to make varargize more robust
2015-04-17 Jean Privatlib/standard/array: add `Array::sub`
2015-04-17 Jean Privatphases: default names is the snake_cased version of...
2015-04-17 Jean Privatstrings: reimplement to_snake_case with a correct semantic
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...
next