parser: new class SourceFile
[nit.git] / src / compiling / compiling_global.nit
2011-04-29 Jean Privatparser: new class SourceFile
2011-01-28 Jean PrivatMerge branch 'package2module' into wip
2011-01-20 Jean Privatsrc: rename 'module' identifiers
2011-01-05 Jean Privatcompile: do not generate table and constructor iroutine...
2010-02-15 Jean Privatcompile: declare NEW_NativeArray in nit_common.h
2010-02-15 Jean Privatcompile: add module compiling_writer to replace CContext
2010-01-11 Jean-Sebastien Gelinascompile: generate tables only for live local classes
2009-09-01 Jean-Sebastien Gelinascompile: add command line option to disable SFT optimiz...
2009-09-01 Jean-Sebastien Gelinascompile: when in global compilation, compile to _glob...
2009-09-01 Jean-Sebastien Gelinascompile: add ToolContext to Program
2009-09-01 Jean-Sebastien Gelinascompile: move management and generation of iroutines...
2009-08-19 Jean-Sebastien Gelinastools: add entrypoint information to the program
2009-08-19 Jean-Sebastien Gelinascompile: generate classes init iroutines sooner to...
2009-08-19 Jean-Sebastien Gelinascompile: store class related IRoutines in MMLocalClass
2009-08-19 Jean-Sebastien Gelinascompile: extract table computation from compiling_globa...
2009-08-19 Jean-Sebastien Gelinascompile: remove GlobalAnalysis
2009-08-19 Jean-Sebastien Gelinascompile: add 'Program' class to represent a nit program
2009-08-19 Jean-Sebastien Gelinasicode: add IAllocateInstance, ICheckInstance and IInitA...
2009-08-18 Jean-Sebastien Gelinasicode: add IStaticCall
2009-08-17 Jean Privatclib: new raw_alloc and register_static_object services
2009-08-17 Julien Chevaliercompile: store instance size in class table
2009-08-17 Julien Chevaliercompile: give NativeArray its own C structure
2009-08-17 Julien Chevaliercompile: object_id is no more the object pointer
2009-08-17 Jean Privaticode: inline methods with closures
2009-08-17 Jean Privaticode: method inlining moves from IRoutine to ICodeBuilder
2009-08-10 Jean Privaticode: remove method info from ICodeBuilder
2009-08-06 Jean Privatsyntax: remove local variable masking
2009-07-27 Jean Privaticode: introduce intermediate code representation
2009-07-23 Jean-Sebastien Gelinastools: add Location to MMModule
2009-07-07 Jean Privatcompile: work on MM classes instead of MMSrc classes
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 Privatcompile: Check correct object construction
2009-06-24 Jean Privatcompile: clean compiling_global.nit
2009-06-24 Jean Privatcompile: new class GlobalCompilerVisitor
2009-06-24 Jean Privatmetamodel: MMLocalClass::[] aborts if no global class
2009-06-10 Jean Privatlib: Split collections into readable and writable
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-01-26 Jean PrivatDo not compile unaccessible constructors.
2009-01-25 Jean PrivatSuppress C warnings related to NEW_ functions
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 PrivatCustomize constructor call.
2008-12-27 Jean PrivatPrepare Nit code for inherited and automatic constructors.
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-11-26 Jean PrivatFix 64 bits: use long int in class tables
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-07-09 Jean PrivatFirst NIT release and new clean mercurial repository v0.1