nit.git
2009-08-06 Jean Privatlib: split hash into hash_collection
2009-08-06 Jean Privatlib: new /lib/standard/collection directory
2009-08-06 Jean Privattests: remove broken shootout_pidigits
2009-08-03 Jean Privatmisc: vim: better indentation of closures
2009-08-03 Jean Privattests: do not execute while in a sub-processus
2009-08-03 Jean Privattests: use [ ] instead of [[ ]] in Makefile
2009-08-03 Jean Privattests: update nitdoc sav
2009-08-01 Jean Privatsyntax: closure are designed by their names, not their...
2009-08-01 Jean Privatsyntax: [] method can have closure definition
2009-08-01 Jean Privatparser: oneline assignment for 'return' and 'continue'
2009-07-31 Jean Privatparser: closure syntax use '!' instead of 'with'
2009-07-31 Jean Privattests: add base_closure_forms
2009-07-30 Jean-Sebastien... tools: return value of nitc for nc
2009-07-30 Jean-Sebastien... tests: add test for nitdoc
2009-07-30 Jean-Sebastien... tests: reorganize imports for nitc call
2009-07-30 Jean-Sebastien... tests: allow '.write' to be directories
2009-07-30 Jean-Sebastien... tests: validate file existence of file to test before...
2009-07-30 Jean Privatparser: perl code of prescc looks at all parameters...
2009-07-30 Jean Privatparser: correct error messages for syntax errors
2009-07-30 Jean Privatsyntax: arity missmatch error messages show prototypes
2009-07-30 Jean Privatparser: remove attr and meth alternatives
2009-07-30 Jean Privatparser: fix test_parser
2009-07-30 Jean Privatparser: import only location, not the whole mmloader
2009-07-30 Jean Privatparser: node locations are not nullable
2009-07-30 Jean Privatparser: compute location for all nodes
2009-07-30 Jean Privatparser: also visit EOF token
2009-07-30 Jean Privattools: showerr.sh to colorize nc* outputs
2009-07-30 Jean Privattools: correctly display multiline locations
2009-07-30 Jean Privatparser: remove useless printl method
2009-07-30 Jean Privatparser: use xss comments to clean make output
2009-07-30 Jean Privatparser: remove spaces errors in generated files
2009-07-29 Jean Privatsyntax: vararg arguments are processed by icode
2009-07-29 Jean Privatsyntax: generalize and publicize raw_arguments concept
2009-07-28 Jean-Sebastien... tests: use most recent nitc if not supplied
2009-07-28 Jean-Sebastien... tests: better handling of 'make failed' when no failed...
2009-07-28 Jean-Sebastien... tests: do not overwrite 'errlist' on hard exit
2009-07-28 Jean-Sebastien... tests: allow multiple lines in argument files
2009-07-28 Jean-Sebastien... tools: add test to validate existence of needed classes
2009-07-28 Jean-Sebastien... tools: add 'get_type_by_name' and 'get_instantiated_typ...
2009-07-27 Jean Privaticode: discard unused pure ICode expressions
2009-07-27 Jean Privaticode: all tagged primitive types can use the bool...
2009-07-27 Jean Privaticode: add lit_{null,true,false}_reg
2009-07-27 Jean Privatmisc: update vim syntax
2009-07-27 Jean Privatsyntax: handle labels for 'do'
2009-07-27 Jean Privatsyntax: handle labels for for, while and closures
2009-07-27 Jean PrivatAdd 'label' syntax construction
2009-07-27 Jean Privatparser: add copyright info to parser_nodes.nit
2009-07-27 Jean Privatparser: update readme
2009-07-27 Jean Privatparser: rename all P* prod classes to A*
2009-07-27 Jean Privatparser: remove parser_nodes.nit autopatcher
2009-07-27 Jean Privatparser: differentiate all P* and A* production classes
2009-07-27 Jean Privatsyntax: syntax tree is trashed once no more needed
2009-07-27 Jean Privatsyntax: nodes are not directly stored in MMSrc* classes
2009-07-27 Jean Privatsyntax: use chained nodes for MMSrcClasses instead...
2009-07-27 Jean Privatsyntax: remove attribute _node in MMSrcAncestor
2009-07-27 Jean Privatsyntax: remove class MMSrcTypeFormalParameter
2009-07-27 Jean Privaticode: generate null receiver runtime checks
2009-07-27 Jean Privaticode: introduce intermediate code representation
2009-07-26 Jean Privatcompile: optimize strings in add_instr
2009-07-26 Jean Privattests: base_attr_iset tests construction check errors
2009-07-24 Jean Privatsyntax: some cleaning to prepare intermediate code
2009-07-24 Jean Privatlib: redef Array::add (a faster version)
2009-07-24 Jean Privattests: new base_vararg, remove test_star
2009-07-23 Jean Privatparser: optimize lexer.nit
2009-07-23 Jean Privatsrc: remove nc0 and nc1
2009-07-23 Jean-Sebastien... tools: remove 'locate' from nodes and visitor
2009-07-23 Jean-Sebastien... tools: add 'relative_to' to Locations
2009-07-23 Jean-Sebastien... tools: add 'fatal_error' to ToolContext and visitor
2009-07-23 Jean-Sebastien... tools: order messages by line number/column
2009-07-23 Jean-Sebastien... tools: group message output
2009-07-23 Jean-Sebastien... tools: errors and warnings need Location
2009-07-23 Jean-Sebastien... tools: add useful functions to Location
2009-07-23 Jean-Sebastien... tools: add Location to MMModule
2009-07-23 Jean-Sebastien... tools: move Location in its own file
2009-07-15 Jean Privatmetamodel: new MMMethod::is_intern & is_abstract
2009-07-15 Jean Privatsyntax: add PClosureDecl::position
2009-07-15 Jean Privatcompile: promote add_assignment and out_contexts
2009-07-15 Jean Privatcompile: new package primitive_info
2009-07-15 Jean Privatlib: improve list iterator
2009-07-15 Jean Privatparser: add Visitor::current_node and Visitor::enter_visit
2009-07-14 Jean-Sebastien... tools: new ToolContext::check_errors
2009-07-14 Jean-Sebastien... tools: cleanup after insertion of 'Location' class
2009-07-14 Jean-Sebastien... parser: use printf instead of echo -n
2009-07-14 Jean-Sebastien... parser: better compatibility with 'sed' script
2009-07-14 Jean-Sebastien... clib: add signal 'SIGBUS' for compatibility with MAC
2009-07-14 Jean-Sebastien... tools: add a 'failed' target to test makefile
2009-07-14 Alexis Laferrièremisc: gtksourceview nit syntax highlighting
2009-07-10 Jean-Sebastien... tools: add 'Location' class to use in AST and errors
2009-07-08 Jean Privatsyntax: promote some properties and classes from typing...
2009-07-08 Jean Privatcompile: fatal error on unknown intern method
2009-07-08 Jean Privatcompile: move init_table management from AST classes...
2009-07-08 Jean-Sebastien... tests: change 'rand' test for better portability
2009-07-07 Jean Privatsyntax: if absent, create classes Object and Bool in...
2009-07-07 Jean Privatcompile: work on MM classes instead of MMSrc classes
2009-07-07 Jean Privatmetamodel: add MMLocalClass::_local_local_properties
2009-07-07 Jean Privattests: handle compilation errors when nitc succeed...
2009-07-07 Jean Privattests: remove old bin before compiling
2009-07-07 Jean Privattests: set LANG to avoid locale perturbation
2009-07-07 Jean Privatsyntax: do not compute ancestors if syntax failed
2009-07-07 Jean Privattests: enable vararg in bas_sig_inh_alt1
next