nit.git
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)'
2009-06-24 Jean Privatsyntax: Update check_conform_multiexpr with nullables
2009-06-24 Jean Privatmetamodel: add nullable static types
2009-06-24 Jean Privatparser: add nullables
2009-06-24 Jean Privattools: two -W promote warnings to errors
2009-06-24 Jean Privatlib/opt: add OptionCount
2009-06-24 Jean Privatsrc: add nc0 and nc1 to test bootstrap from c_src
2009-06-24 Jean Privatcompile: stop writing location of each node
2009-06-24 Jean Privatcompile: clean compiling_global.nit
2009-06-24 Jean Privatcompile: new class GlobalCompilerVisitor
2009-06-24 Jean Privatsyntax: fix OR if_false_var_ctx passing.
2009-06-24 Jean Privatsyntax: local variable assignment always cast
2009-06-24 Jean Privatsyntax: while condition can now cast variable
2009-06-24 Jean Privatsyntax: variable assignment can bypass cast
2009-06-24 Jean Privatsyntax: if_false_variable_ctx
2009-06-24 Jean Privatsyntax: add VariableContext::to_s
2009-06-24 Jean Privatsyntax: var assignment can bypass casted type
2009-06-24 Jean Privatsyntax: do_lvalue_typing do not do the final type check
2009-06-24 Jean Privatsyntax: better internal VariableContex stype handling
2009-06-24 Jean Privatsyntax: Move VariableContext and related to a new contr...
2009-06-24 Jean Privatsyntax: merge control_flow.nit in typing.nit
2009-06-24 Jean Privattests: update base_closure6.nit
2009-06-24 Jean Privatsyntax: variable with () is not a variable
2009-06-24 Jean Privatsyntax: clean class VariableContext
2009-06-24 Jean Privattests: add base_var_assignment_flow.nit
2009-06-24 Jean Privatmetamodel: promote _filename to MMModule
2009-06-24 Jean Privatsyntax: warning for useless 'isa' and 'as' type checks
2009-06-24 Jean Privatmetamodel: new MMType::is_valid method
2009-06-24 Jean Privatsyntax: update PExpr class to use _is_typed and cie.
2009-06-24 Jean Privatsyntax: add PExpr:is_typed and PExpr::is_statement
2009-06-24 Jean Privattests: new base_var.nit
2009-06-24 Jean Privatsyntax: refactor AClosureCallExpr
2009-06-24 Jean Privatsyntax: new class AAbsAbsSendExpr
2009-06-24 Jean Privatparser: inits uses Collection instead of Array
2009-06-24 Jean Privattests: bug to fix base_virtual_type_self.nit
2009-06-24 Jean Privatmetamodel: MMLocalClass::init takes the MMModule
2009-06-24 Jean Privatcompile: clean class PrimitiveInfo
2009-06-24 Jean Privatcompile: clean CompilerVisitor constructor
next