nit.git
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
2009-06-24 Jean Privatcompile: distinguish compile_expr_call and compile_stmt...
2009-06-24 Jean Privatcompile: new method compile_arguments_in
2009-06-24 Jean Privatcompile: compile_stmt is a noop on null PExpr
2009-06-24 Jean Privatsyntax: new method use_if_true_variable_ctx
2009-06-24 Jean Privatsyntax: Split SubVariableContext and CastVariableContext
2009-06-24 Jean Privattests: add base_as_cast
2009-06-24 Jean Privatsyntax: new method check_conform_multiexpr
2009-06-24 Jean Privatmetamodel: PartialOrder::[] fail on wrong key
2009-06-24 Jean Privatlib: Map:[] aborts if key is not found
2009-06-24 Jean Privatmetamodel: Check global_class existence instead of...
2009-06-24 Jean Privatmetamodel: MMLocalClass::[] aborts if no global class
2009-06-16 Jean Privatmetamodel: new MMLocalClass::has_global_property
2009-06-16 Jean Privatmetamodel: fast-fail in getters
2009-06-16 Jean Privatlib: remove some explicit Object bounds
2009-06-16 Jean Privatmetamodel: fix and comment upcast_for
2009-06-16 Jean Privatrefactor: use Hash::has_key instead of getting null
2009-06-10 Jean Privatcompile: New function is_valid_variable v0.2.1
2009-06-10 Jean Privatcompile: Superstring compilation bug
2009-06-10 Jean Privatcompile: Store cvariable indexes instead of names
2009-06-10 Jean Privatcompile: ccomments for get_var and ensure_var
2009-06-10 Jean Privatcompile: No systematic cvar for compile_constructor_call
2009-06-10 Jean PrivatSpelling: bloc -> block
2009-06-10 Jean Privatsyntax: New escape block management
2009-06-10 Jean Privatcompile: Simplify closure C structures
2009-06-10 Jean Privatcompile: C comments for each compiled stmt/expr
2009-06-10 Jean Privatcompile: Fix inlined return in closure
2009-06-10 Jean Privatcompile: Fix closure break marker resetting
2009-06-10 Jean Privatcompile: Extract closure code from ASendExpr::compile_expr
2009-06-10 Jean Privattests: tests.sh returns 1 if some tests fails
2009-06-10 Jean Privattests: Add errlist
2009-06-10 Jean Privattests: remove broken HTML output
2009-06-10 Jean Privatparser: Do not crash if last_loken is unset
2009-06-10 Jean Privatparser: Add 'fun' and 'var'-as-attr keyword
2009-06-10 Jean Privatparser: Remove ~nobra on type production
2009-06-10 Jean Privatparser: Remove tl_propdef* parser rules
2009-06-10 Jean Privatast: Merge classes AForExpr and AForVardeclExpr
2009-06-10 Jean Privatparser: Script for extended sablecc3 syntax
2009-06-10 Jean Privatsyntax: Do not inherit signatures with closures
2009-06-10 Jean Privatsyntax: Systematic signature conformance checks
2009-06-10 Jean Privatcompile: Implicit 'once' for literal strings
2009-06-10 Jean Privatlib: Split collections into readable and writable
2009-06-10 Jean Privatnew c_src
next