nit.git
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
2009-07-06 Jean Privattools: git-gen-version fallback to VERSION file if...
2009-07-06 Jean Privattools: remove --tags from git-describe in git-gen-versi...
2009-07-06 Jean Privattools: do not regenerate nit_version.nit if not needed
2009-07-06 Jean Privatcompile: spell "failed" correctly
2009-07-06 Jean Privattests: massive update of tests files
2009-07-06 Jean Privattests: tests.sh counts errors
2009-07-06 Jean Privattests: tests.sh compares results with expected buggy...
2009-07-06 Jean Privattests: add verbose option to tests.sh
2009-07-06 Jean Privattests: add option handling to tests.sh
2009-07-04 Jean Privattests: add test_exec_ls
2009-07-04 Jean Privattests: update base_primitive_null
2009-07-04 Jean Privattests: new base_int and base_int2
2009-07-04 Jean Privattests: base_closure11 complex stacked and nested closure
2009-07-04 Jean Privatsyntax: bug to fix: specialize broken type
2009-07-04 Jean Privatsyntax: do not process erroneous formal types
2009-07-04 Jean Privatsyntax: do not processes erroneous signatures
2009-07-04 Jean Privatsyntax: better error message for generic class arity...
2009-07-04 Jean Privattests: add base_gen2.nit
2009-07-04 Jean Privatsyntax: add PType::is_typed
2009-07-04 Jean Privatsyntax: add some missing PExpr::is_typed.
2009-07-04 Jean Privatsyntax: move varctx initialization to the PClassdef
2009-07-04 Jean-Sebastien... tests: add test for filter_stream
2009-07-04 Jean-Sebastien... lib: add 'close' in filter_stream
2009-07-04 Jean-Sebastien... lib: fix nullable in filter_stream
2009-06-26 Jean-Sebastien... lib: fix a bug with String::has_substring and related...
2009-06-26 Jean-Sebastien... tools: more verbose information
2009-06-26 Jean-Sebastien... tools: add 'verbose' options
2009-06-26 Jean Privatmisc: add vim syntax and indent files
2009-06-26 Jean Privatsyntax: 'meth' -> 'fun', 'attr' -> 'var'
2009-06-26 Jean Privattools: generate version number and give it to tools
2009-06-26 Jean Privattools: programs know their names
2009-06-26 Jean Privatnullable: enforce static and dynamic rules.
2009-06-26 Jean Privatnullable: convert lib, tools and tests
2009-06-25 Jean Privatc_src: regenerate with soft nullable handling
2009-06-25 Jean Privatmetamodel: fix MMType::is_valid for indirect types
2009-06-24 Jean Privatcompile: no default value for notnull primitive attributes.
2009-06-24 Jean Privatnullable: type, compile and test 'isset _attr'
2009-06-24 Jean Privatcompile: implicit isset for attribute read access
2009-06-24 Jean Privatcompile: differentiate attribute read and write
2009-06-24 Jean Privatsyntax: no isa/as warning for double nullable formal...
2009-06-24 Jean Privatcompile: Check correct object construction
2009-06-24 Jean Privatsyntax: extends 'as' and 'isa' warning to nullable
2009-06-24 Jean Privatcompile: casts ('isa' and 'as') with nullable info
2009-06-24 Jean Privattests: base_nullable.nit and base_eq_null_notnull.nit
2009-06-24 Jean Privatsyntax: "!= null" works like a "isa"
2009-06-24 Jean Privattyping: warn when comparing null and not nullable
2009-06-24 Jean Privattests: nullable and array
2009-06-24 Jean Privattyping: 'for' iterates on Collection[nullable Object]
2009-06-24 Jean Privatnullable: type, compile and test 'as(not null)'
next