lib/sqlite3: adds fallback for sqlite3_errstr in case it is unsupported
[nit.git] / src /
2013-08-14 Jean PrivatMerge branch 'transform_ast'
2013-08-14 Jean Privatniti: implements extern method native_int_to_s
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 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-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 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 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 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 Privatmodelbuilder: Check superfluous superclasses
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 Privatmodelbuilder: error on protected classes and imports
2013-08-05 Jean Privatrta: new RTA without customization nor heterogeneous...
2013-08-05 Jean Privatmodel: add MMethodDef::is_abstract
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 Privatmetrics: rta shows live classes and methods. hide custo...
2013-08-05 Jean Privatmetrics: rta, does not refine RapidTypeAnalysis
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 Jean Privatmodel: add Type#length
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 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-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-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 Jean Privatnitdoc: disable an `assert` broken by recent merges
2013-07-29 Alexandre Terrasani: better display of welcome screen
2013-07-29 Alexandre Terrasani_nitdoc: replaced inheritance from ToolContext with...
2013-07-29 Alexandre Terrasani_nitdoc: removed abstract_compiler importation from...
2013-07-29 Alexandre Terrasani: fixed crash on empty class comment
2013-07-29 Alexandre Terrasani: no more use of ANode for signature and visibility...
2013-07-29 Alexandre Terrasani: replaced Comparable sorters with specific sorters...
2013-07-29 Alexandre Terrasani: documented class NitIndex
2013-07-29 Alexandre Terrasani: fixed namespace display with no public_owner modules
2013-07-29 Alexandre Terrasani: Pager now use a Buffer for better gc on strings
2013-07-29 Alexandre Terrasani_nitdoc: remove useless full_propdef_semantic_analysi...
2013-07-29 Alexandre Terrasani_nitdoc: added module documentation
2013-07-29 Alexandre Terrasani: moved comment and short_comment services in ADoc
2013-07-29 Alexandre Terrasani: added general comment for module ni
2013-07-27 Jean PrivatMerge branch 'bench'
2013-07-27 Jean PrivatMerge branch 'annotations'
2013-07-27 Alexandre Terrasani_nitdoc: removed useless redef in ANodes
2013-07-27 Alexandre Terrasani_nitdoc: better msignature display
2013-07-26 Alexandre Terrasani_nitdoc: display intro comment on redef mpropdefs
2013-07-26 Alexandre Terrasani_nitdoc: cleaned model_utils
2013-07-26 Alexandre Terrasani_nitdoc: cleaned visibility in model redef
2013-07-26 Alexandre Terrasani_nitdoc: nested modules are not displayed with public...
2013-07-26 Alexandre Terrasani_nitdoc: namespace style
2013-07-26 Alexandre Terrasani_nitdoc: fixed dot graphs with mmodules
2013-07-26 Alexandre Terrasani_nitdoc: filtered imported init
2013-07-26 Alexandre Terrasani_nitdoc: limited number of used buffers for better...
2013-07-26 Alexandre Terrasani_nitdoc: NitdocContext inherits from TooContext
next