nit.git
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
2009-02-26 Jean PrivatCompile superstrings with an array.to_s
2009-02-26 Jean PrivatMove primitive method selection.
2009-02-26 Jean PrivatRemove unused macro symbols.
2009-02-13 Jean PrivatSome renaming and commenting for TableElts.
2009-02-13 Jean PrivatGroup attributes and methods by local class in the...
2009-02-13 Jean PrivatRemove now useless variables and attributes in compile_...
2009-02-13 Jean PrivatNew method compile_macros in TableElts.
2009-02-13 Jean PrivatRemove -attr-sim option (was broken) and related classes.
2009-02-12 Jean PrivatDo not use CALL macro directly.
2009-02-06 Jean PrivatFix a Makefile dependence for rebootstrap mercurial_tip v0.2
2009-02-06 Jean PrivatUpdate gitignore
2009-02-06 Jean PrivatUpdate c_src to handle default closures.
2009-02-06 Jean PrivatFinish syntax analysis for default closure.
2009-02-06 Jean PrivatDistinguish no bloc vs. empty bloc
2009-02-06 Jean PrivatNew test suite for default blocs.
2009-02-06 Jean PrivatGeneralize base_block in control_flow.
2009-02-06 Jean PrivatGeneralize compilation of parameters.
2009-01-30 Jean PrivatBasic typing and compilation for default closures.
2009-01-30 Jean PrivatEnable default closure in syntax
2009-01-28 Jean PrivatRemove useless _abstract atribute
2009-01-27 Jean PrivatUpdate c_src.
2009-01-27 Jean PrivatTwo new tests related to the BUGS file. No sav yet.
2009-01-27 Jean PrivatFill BUGS file.
2009-01-24 Jean PrivatFinalizer for closures.
2009-01-24 Jean PrivatNew function process_closures.
2009-01-24 Jean PrivatFix MMSignature::not_for_self
2009-01-22 Jean PrivatAdd break closure.
2009-01-22 Jean PrivatNew class MMClosure
2009-01-22 Jean PrivatUpdate results for closure tests
2009-01-22 Jean PrivatCompile closure.
2009-01-21 Jean PrivatNew test suite for closures
2009-01-21 Jean PrivatType and check 'break' return values.
2009-01-20 Jean PrivatType and check 'continue' return value.
next