nit.git
2013-08-29 Lucas Bajoletnitg: Modified compilation routine to avoid use of...
2013-08-29 Lucas BajoletStdlib: Removed all references to String constructors...
2013-08-21 Jean Privattests: include skipped tests in XML
2013-08-21 Jean Privattests: provide a better classname for XML
2013-08-21 Jean PrivatMerge remote-tracking branch 'alexis/lib/sqlite3'
2013-08-21 Jean Privattests: marks tests with no sav as skipped
2013-08-21 Jean Privattests: really display the compile log, on all case...
2013-08-21 Alexis Laferrièrelib/sqlite3: adds fallback for sqlite3_errstr in case...
2013-08-21 Jean PrivatMerge remote-tracking branch 'alexis/sort_downloads'
2013-08-21 Jean Privattests: add compile.log to the XML in case of failure
2013-08-21 Jean Privattests: invert diff order (sav->out)
2013-08-20 Alexis Laferrièrecontrib/sort_downloads: adds script to testfull.sh...
2013-08-20 Alexis Laferrièrecontrib/sort_downloads: adds confirmation of configurat...
2013-08-20 Alexis Laferrièrelib: clean up error codes in sqlite3
2013-08-20 Alexis Laferrièrelib: simplifies sqlite3
2013-08-20 Alexis Laferrièrelib: use more than one classe in sqlite3
2013-08-20 Alexis Laferrièrelib: use Sqlite3 return codes
2013-08-20 Alexis Laferrièrelib: intro of the sqlite3 module
2013-08-20 Jean Privattests: enable XML output compatible with junit/jenkins
2013-08-20 Jean Privattests: update nitdocs
2013-08-19 Jean PrivatMerge remote-tracking branch 'alexandre/fix_nitdoc'
2013-08-19 Alexandre Terrasanitdoc: fixed shared files with ni_nitdoc.
2013-08-19 Jean Privattests: add base_covar_int2.nit and base_virtual_int2.nit
2013-08-19 Jean Privattests: update sav/base_covar_int and sav/base_virtual_i...
2013-08-17 Jean PrivatMerge branch 'nitunit'
2013-08-17 Jean Privatlib: add some examples/unit tests
2013-08-17 Jean Privatlib: fix implem of Range::has_only
2013-08-17 Jean Privatmake: add nitunit to makefiles
2013-08-17 Jean Privattests: add tests for nitunit.nit
2013-08-17 Jean Privatgitignore: add .nitunit
2013-08-17 Jean Privattool: new program nitunit.nit
2013-08-17 Jean Privatlibhtml: escape attributes keys and values
2013-08-17 Jean Privatlibhtml: add HTMLTag#save
2013-08-17 Jean Privatmarkdown: add hook to allow additional processing of...
2013-08-16 Jean PrivatMerge branch 'markdown'
2013-08-16 Jean Privatsrc: fix example for String::unescape_nit
2013-08-16 Jean Privatarray: fix Array::swap_at
2013-08-16 Jean Privatlib: improve examples in documentation
2013-08-16 Jean Privatlib: remove duplicated documentation in string
2013-08-16 Jean Privattests: sav/test_markdown.res
2013-08-16 Jean Privatsrc: add new program test_markdown.nit
2013-08-16 Jean Privatlibthml: add HTMLTag::add_raw_html
2013-08-16 Jean Privatni_nitdoc: add css for nitdoc elements
2013-08-16 Jean Privatni_nitdoc: display doc in <div>, not in <pre>
2013-08-16 Jean Privatni_nitdoc: use the module markdown
2013-08-16 Jean Privatsrc: new module markdown.nit to convert ADoc to HTML
2013-08-15 Jean PrivatMerge branch 'betterdoc'
2013-08-15 Jean Privattests: update sav/base_covar_int and sav/base_virtual_int
2013-08-15 Jean PrivatMerge branch 'libhtml'
2013-08-15 Jean Privatnit tools: fix typo and style in documentation
2013-08-15 Jean Privatparser: fix typo and style in documentation
2013-08-15 Jean Privatmodel: fix typo and style in documentation
2013-08-15 Jean Privatlib: fix typo and style in documentation
2013-08-15 Jean Privatlibhtml: more efficiency way to render HTML
2013-08-15 Jean Privatlibhtml: `HTMLTag.append` add a text-child node
2013-08-15 Jean Privatparser: add ToolContext#parse_something
2013-08-15 Jean Privatlexer: `get_token` is now protected
2013-08-15 Jean Privattests: add ni_nitdoc.args
2013-08-15 Jean Privattests: update sav/nitdoc_args1
2013-08-14 Jean PrivatMerge branch 'mmnitdoc' of https://github.com/Morriar/nit
2013-08-14 Jean Privatni_nitdoc: generate doc/newmodel with it
2013-08-14 Jean Privatni_nitdoc: add in bin as bin/nitdocx
2013-08-14 Alexandre Terrasani_nitdoc: rethinked mmodule page.
2013-08-14 Alexandre Terrasani_nitdoc: added "more results" entry in quicksearch.
2013-08-14 Alexandre Terrasani_nitdoc: fixed duplicates in properties columns
2013-08-14 Alexandre Terrasani_nitdoc: renamed Full Index page into "Search"
2013-08-14 Alexandre Terrasani_nitdoc: added fast copy past utility to signatures.
2013-08-14 Jean PrivatMerge branch 'transform_ast'
2013-08-14 Jean Privattests: update cast-failed runtime error
2013-08-14 Jean Privatniti: implements extern method native_int_to_s
2013-08-14 Jean PrivatMerge remote-tracking branch 'lucas/int_boost'
2013-08-14 Jean Privattests: add sav/netdbg.res
2013-08-13 Jean Privatniti: --help and no arguments exits the program
2013-08-13 Jean PrivatMerge remote-tracking branch 'lucas/netdbg_wip'
2013-08-13 Jean Privattests: update sav/error_needed_method
2013-08-13 Lucas BajoletKernel : Int, optimization on the digit count method...
2013-08-13 Jean Privatnew modules astbuilder, astvalidation, astprinter,...
2013-08-13 Jean Privattyping: the static type of a blockexpr is the one of...
2013-08-13 Jean Privatparser: no public setter for parent
2013-08-13 Jean Privatcache: assigning parent is no more required
2013-08-13 Jean Privatparser: add setters for non-list attributes
2013-08-13 Jean Privatparser: use ANodes instead of List
2013-08-13 Lucas Bajoletstdlib: Strings, optimized to_s for Int.
2013-08-12 Jean Privattests: simplify test_refinement.nit
2013-08-12 Jean Privatnitg: compile AIntExpr and ACharExpr from the value
2013-08-12 Jean Privattyping: marks ADebugTypeExpr as typed
2013-08-12 Jean Privatnitg/i: extends frontend to avoid some nitc linex issues
2013-08-10 Jean PrivatREADME: update
2013-08-10 Jean Privatmodelbuilder: error when using `intrude' on classes...
2013-08-09 Lucas Bajoletnitdbg : Added remote debugger to nit standard make...
2013-08-09 Jean Privatnitg/i: implement the `if` as an expression
2013-08-09 Jean Privatnitg/i: implements var assignment as an expression
2013-08-09 Jean Privattyping: toggle ASuperExpr::is_typed
2013-08-09 Jean Privatparser: do not lose location in case of replacement
2013-08-09 Jean Privatparser: hide ANode::replace_child, add ANode::detach
2013-08-09 Jean Privatparser: `Visitor::visit` does not accepts `null`
2013-08-09 Jean Privatparser: clean, intent and comment parser_nodes
2013-08-09 Jean Privatparser: move things from parser_prod to parser_nodes
2013-08-09 Jean Privatnitg/i: can use a ABlockExpr as an expression
2013-08-09 Jean Privattests: update error_needed_method_alt6 and error_needed...
next