syntax: 'meth' -> 'fun', 'attr' -> 'var'
[nit.git] / src / compiling /
2009-06-26 Jean Privatsyntax: 'meth' -> 'fun', 'attr' -> 'var'
2009-06-26 Jean Privatnullable: enforce static and dynamic rules.
2009-06-26 Jean Privatnullable: convert lib, tools and tests
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 Privatcompile: Check correct object construction
2009-06-24 Jean Privatcompile: casts ('isa' and 'as') with nullable info
2009-06-24 Jean Privatnullable: type, compile and test 'as(not null)'
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: merge control_flow.nit in typing.nit
2009-06-24 Jean Privatsyntax: refactor AClosureCallExpr
2009-06-24 Jean Privatsyntax: new class AAbsAbsSendExpr
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 Privatmetamodel: MMLocalClass::[] aborts if no global class
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 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 Privatast: Merge classes AForExpr and AForVardeclExpr
2009-06-10 Jean Privatcompile: Implicit 'once' for literal strings
2009-06-10 Jean Privatlib: Split collections into readable and writable
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 PrivatGeneralize compilation of parameters.
2009-01-30 Jean PrivatBasic typing and compilation for default closures.
2009-01-22 Jean PrivatNew class MMClosure
2009-01-22 Jean PrivatCompile closure.
2009-01-27 Jean PrivatAdd default values for some primitive type attributes.
2009-01-27 Jean PrivatNo more default value for local variables.
2009-01-26 Jean PrivatDo not compile unaccessible 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.
2008-12-27 Jean PrivatAutomatic constructors.
2008-12-27 Jean PrivatMethods without PNodes.
2008-12-27 Jean PrivatCustomize constructor call.
2008-12-27 Jean PrivatPrepare Nit code for inherited and automatic constructors.
2008-12-26 Jean PrivatMake that option -p is appenned to comdir instead of...
2008-12-26 Jean PrivatAdd option --compdir to specify the compilation directory.
2008-12-25 Jean PrivatMake that generated files are path independent.
2008-12-24 Jean PrivatMove property selectors from types to local classes
2008-12-23 Jean PrivatRemove the now useless MMConcreteProperty class
2008-12-23 Jean Privatstart removing implicit properties
2008-11-26 Jean PrivatFix 64 bits: use long int in class tables
2008-11-25 Jean PrivatPrepare unset variable control flow
2008-11-20 Jean PrivatAs keyword (for casts)
2008-11-14 Jean PrivatRemove class MMSrcLocalProperty. Use MMConcreteProperty...
2008-11-14 Jean PrivatDot not consider Sys::init as an entry point
2008-11-13 Jean PrivatFactorize common strings in generated C.
2008-09-10 Jean PrivatAdd a first comment line for files generated by nitc.
2008-07-09 Jean PrivatFirst NIT release and new clean mercurial repository v0.1