Merge branch 'fix-vt' into wip
[nit.git] / src / compiling / compiling_icode.nit
2011-11-25 Jean PrivatMerge branch 'fix-vt' into wip
2011-11-25 Jean Privatcompile: better types checks on virtual type
2011-11-25 Jean Privaticode: ITypeCheck requires a receiver
2011-10-13 Jean PrivatMerge branch 'pu/qualified-modules' into wip
2011-10-13 Jean PrivatMerge branch 'pu/class_name' into wip
2011-04-29 Jean Privatparser: new class SourceFile
2011-04-29 Alexandre Terrasalib : Add class name support
2011-04-02 Jean Privatcompile: cnames for classes and modules
2011-01-28 Jean PrivatMerge branch 'package2module' into wip
2011-01-24 Jean Privatcompile: remove hackish optimization of Array::add
2011-01-20 Jean Privatsrc: rename 'module' identifiers
2011-01-05 Jean Privatcompile: LOCATE_* as static const strings
2011-01-05 Jean Privatcompile: factorize abort code in the clib
2010-02-15 Jean Privaticode: link INative with a MMMethod instead of a raw...
2010-02-15 Jean Privaticode: add I*Value classes
2010-02-15 Jean Privatcompile: use writers in icode compilation
2010-02-15 Jean Privatcompile: add module compiling_writer to replace CContext
2010-01-11 Jean-Sebastien Gelinascompile: add 'icode' as output type
2009-08-26 Jean Privaticode: new IEscapeMark class to bind ISeq and IEscape
2009-08-19 Jean-Sebastien Gelinasicode: add IAllocateInstance, ICheckInstance and IInitA...
2009-08-18 Jean-Sebastien Gelinasicode: add IStaticCall
2009-08-18 Jean Privatcompile: one closure context by function, and it is...
2009-08-18 Jean Privatclib: move REG to the stack frames
2009-08-18 Jean Privatclib: rename trace_t to stack_frame_t
2009-08-17 Jean Privatclib: new raw_alloc and register_static_object services
2009-08-17 Julien Chevaliercompile: traces know REG variables
2009-08-17 Jean Privatcompile: initialize local REGS to NIT_NULL
2009-08-17 Jean Privaticode: 'IRoutine::optimize' need a module
2009-08-10 Jean Privaticode: remove method information in IAbort
2009-08-06 Jean Privatsyntax: remove local variable masking
2009-07-27 Jean Privaticode: discard unused pure ICode expressions
2009-07-27 Jean Privaticode: all tagged primitive types can use the bool...
2009-07-27 Jean Privaticode: introduce intermediate code representation