nit.git
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...
2013-08-09 Jean Privatmodel: try_get_primitive_method asks for a MClass ...
2013-08-08 Alexandre Terrasani_nitdoc: open show code links in new tab
2013-08-08 Alexandre Terrasani_nitdoc: removed useless bottom margin with empty...
2013-08-07 Jean PrivatMerge remote-tracking branch 'alexandre/nitg-poset'
2013-08-07 Alexandre TerrasaLayout_builders: introduce posets for better performances
2013-08-06 Jean PrivatMerge branch 'ni_nitdoc_tests'
2013-08-06 Jean Privattests: add nitx.nit and ni_nitdoc.nit to sav/
2013-08-06 Jean Privattests: remove some old .skip entries
2013-08-06 Jean Privatni_nitdoc: print usage synopsys
2013-08-06 Jean Privatni_nitdoc: arguments are what remains after process_options
2013-08-06 Jean Privatni_nitdoc: do not reset modelbuilder options
2013-08-06 Jean PrivatMerge branch 'check_classes'
2013-08-06 Jean Privattests: add error_superclass_superfluous.nit
2013-08-06 Jean Privatmodelbuilder: Check superfluous superclasses
2013-08-06 Jean Privattests: remove superfluous super-classes in some tests
2013-08-06 Jean Privattests: update error_inh_clash*
2013-08-06 Jean Privatmodelbuilder: check clash of ancestors
2013-08-06 Jean Privatmodelbuilder: return early from build_classes in case...
2013-08-06 Jean Privatparser: remove superfluous super-class in the AST
2013-08-06 Jean Privatffi: remove superfluous super-class
2013-08-06 Jean Privattests: add error_visibility_protected.nit
2013-08-06 Jean Privatmodelbuilder: error on protected classes and imports
2013-08-05 Jean PrivatMerge branch 'rta'
2013-08-05 Jean Privattests: add some sav/*.res file for lib/*.nit libraries
2013-08-05 Jean Privattests: add test_opts
2013-08-05 Jean Privattests: add sav/error_redef4_base.res
2013-08-05 Jean Privattests: add sav/base_vararg2_alt*
2013-08-05 Jean Privattests: add sav/base_isa_formal_type.res
2013-08-05 Jean Privattests: add sav/base_gen_reassign*
2013-08-05 Jean Privattests: add more bast_attr_init_val*
2013-08-05 Jean Privatrta: new RTA without customization nor heterogeneous...
2013-08-05 Jean Privatmodel: add MMethodDef::is_abstract
2013-08-05 Jean Privattests: update sav/nitmetrics
2013-08-05 Jean Privatmodelbuilder: abstractize some private methods
2013-08-05 Jean Privatmetrics: rta count dead method definitions of live...
2013-08-05 Jean PrivatMerge remote-tracking branch 'alexis/prepare-for-ffi'
2013-08-05 Alexis Laferrièrelib: converts curses.nit to use the FFI
2013-08-05 Alexis Laferrièreexamples: converts examples/extern_methods to use FFI
2013-08-05 Alexis Laferrièretests: adds an FFI test with strings
2013-08-05 Alexis Laferrièretests: adds an FFI test with different callbacks
2013-08-05 Alexis Laferrièretests: adds an FFI test with simple callbacks
2013-08-05 Alexis Laferrièretests: adds an extra simple test for the FFI
2013-08-05 Jean Privatmetrics: rta shows live classes and methods. hide custo...
2013-08-05 Jean Privatmetrics: rta, does not refine RapidTypeAnalysis
next