nit.git
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-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
2013-08-05 Jean Privattests: avoid potential infinite types with base_formal_isa
2013-08-05 Jean Privattests: base_attg_gen.nit force live Int
2013-08-05 Jean Privatniti: fix the way nullable attributes are initialized
2013-08-03 Jean Privatmodel: cache `to_s` for MClassDef, MGenericType, MNulla...
2013-08-03 Jean Privatphases: stop displaying location for property on verbos...
2013-08-03 Jean Privatnitg-s: compile_class_to_c works less for dead classes
2013-08-03 Jean Privatrta: add RapidTypeAnalysis::live_classes
2013-08-03 Jean Privatnitg-s: do not compile_class_to_c for abstract classes...
2013-08-02 Jean PrivatMerge branch 'model'
2013-08-02 Jean Privatmodel: add MType::can_resolve_for
2013-08-02 Jean Privatmodel: most anchors can be null
2013-08-02 Jean Privatmake: compile nitg with -O
2013-08-02 Alexis Laferrièretests: converts 6 tests from the old nitni to FFI
2013-08-02 Alexis Laferrièretests: fix missing code in test_ffi_c_callback_extern_r...
2013-08-02 Alexis Laferrièretests: add missing copyright info to test_ffi_c_simple
2013-08-02 Jean Privatmodel: add Type#length
2013-08-02 Alexis Laferrièrelib: fix import of stdio.h for String::to_precision
2013-08-02 Jean PrivatMerge branch 'ast_metrics'
2013-08-02 Jean Privattests: update sav/nitmetrics
2013-08-02 Jean Privatmetrics: add ast_metrics
2013-08-02 Jean Privatmetrics: use print_elements in static_type_metrics
2013-08-02 Jean Privatmetrics: add Counter#print_elements
2013-08-01 Jean PrivatMerge branch 'ni-merge'
2013-08-01 Jean PrivatMerge branch 'intern_native_arg'
2013-08-01 Jean PrivatMerge branch 'curl'
2013-08-01 Jean Privatcurl: protected classes does not exists (yet?)
2013-08-01 Jean Privattests: update ni-merge related tests
2013-08-01 Alexis Laferrièrelib: makes native_arg[cv] intern
2013-08-01 Jean Privatc_src: update to have intern args
2013-08-01 Alexis Laferrièreniti: support for native_arg[cv] as intern
2013-08-01 Jean Privatnitg: support for native_arg[cv] as intern
2013-08-01 Alexis Laferrièrenitc: support for native_arg[cv] as intern
2013-08-01 Jean Privatmake: build and document bin/nitx
2013-08-01 Jean Privatni_nitdoc: do not crash if intro does not have a node...
2013-08-01 Jean Privatnitx&ni_nitdoc: adapt to the phased modelbuild
2013-08-01 Jean Privatnitx: really rename the module from ni to nitx
2013-08-01 Jean PrivatMerge remote-tracking branch 'alexandre/ni-merge' into...
2013-07-31 Matthieu Lucaslib: fixing tests programs of curl
2013-07-31 Alexis Laferrièreexamples: clean up empty lines in curl_mail.nit
2013-07-31 Alexis Laferrièretests: updates sav for examples/curl_mail.nit
2013-07-31 Matthieu Lucaslib: fixing visibility of intern use only Curl Response...
2013-07-31 Matthieu Lucaslib: integrating Mail module inside Curl module
2013-07-30 Alexandre Terrasani_nitdoc: better memory management
2013-07-30 Alexandre Terrasanitx: renamed ni.nit in nitx.nit
2013-07-30 Alexandre Terrasani: added help message
2013-07-30 Jean Privatversion: v0.6.1-git
2013-07-30 Jean Privatversion: v0.6 v0.6
2013-07-29 Alexandre Terrasani: use command ":q" to quit, blank line do nothing
2013-07-29 Alexandre Terrasani: fixed display of multiple search results
2013-07-29 Alexandre Terrasani: better display of mproperties
2013-07-29 Alexandre Terrasani: better mclass page display
2013-07-29 Alexandre Terrasani: better display of module documentation
2013-07-29 Alexis Laferrièrelib: fix precision of test_curl
next