nit.git
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.
2009-01-20 Jean PrivatTyping of closures
2009-01-20 Jean PrivatUpdate Nit grammar to add closures.
2009-01-27 Jean PrivatAdd default values for some primitive type attributes.
2009-01-27 Jean PrivatFix opts: forgot to assign the default value.
2009-01-27 Jean PrivatNo more default value for local variables.
2009-01-27 Jean PrivatRemove a old exception for constructors.
2009-01-26 Jean PrivatNew tests base_init_auto and error_init_auto.
2009-01-26 Jean PrivatFix base_init_linext tests.
2009-01-26 Jean PrivatDo not compile unaccessible constructors.
2009-01-26 Jean PrivatUpdate get_default_constructor_for and AConcreteInitPropdef
2009-01-26 Jean PrivatPromote mixin concept to the abstractmetamodel module.
2009-01-26 Jean PrivatFix some broken constructors.
2009-01-25 Jean PrivatSuppress C warnings related to NEW_ functions
2009-01-25 Jean PrivatShow gcc warnings.
2009-01-20 Jean PrivatMake 'self' a standard parameter (ParamVariable)
2009-01-20 Jean PrivatMove local variable declarations in a structure.
2009-01-20 Jean PrivatSplit CompilerVisitor into 3 classes.
2009-01-20 Jean PrivatDot not try to work after parsing if --only-parse is...
2009-01-20 Jean PrivatPrevent statements to be used as expressions.
2009-01-20 Jean PrivatSimplify control flow and update tests.
2009-01-19 Jean PrivatRemove specific flow analysis for params and forvardecls
2009-01-19 Jean PrivatFix tests.sh to not forget some alternatives.
2008-12-28 Jean PrivatExtract get_signature from process_signature.
next