ni_nitdoc: added fast copy past utility to signatures.
[nit.git] / src / icode /
2012-04-10 Jean Privatclean: make some classes abstract or interfaces
2012-02-15 Jean PrivatMerge branch 'ni' into wip
2012-02-15 Alexis Laferrièreicode: implements icode for explicit imports
2012-02-03 Jean Privatnit: restrict some module visibility
2012-01-05 Jean PrivatMerge branch 'tools' into wip
2012-01-05 Jean PrivatMerge zeta.labunix.uqam.ca:prog/nit/zeta-wip into tools
2012-01-04 Jean Privatlib: add missing documentation synopsis on some modules
2011-11-25 Jean PrivatMerge branch 'fix-vt' into wip
2011-11-25 Jean Privaticode: add automatic tests for virtual type parameters...
2011-11-25 Jean Privaticode: ITypeCheck requires a receiver
2011-04-14 Alexandre Terrasasrc: Add arity check on INative constructor
2011-02-14 Jean Privatmetamodel: rename 'universal' to 'enum'
2011-01-20 Jean Privatsrc: rename 'module' identifiers
2010-07-16 Jean Privatmetamodel: use HashSets instead of Arrays
2010-02-15 Jean Privaticode: link INative with a MMMethod instead of a raw...
2010-02-15 Jean Privaticode: add I*Value classes
2010-01-21 Jean Privatanalysis: simplify icode inlining
2009-09-15 Jean Privaticode: inline foreign icloscall and ihasclos
2009-08-26 Jean Privaticode: duplicate closure declaration on ICodeN
2009-08-26 Jean Privaticode: new IEscapeMark class to bind ISeq and IEscape
2009-08-26 Jean Privaticode: new ICB::add_escape method
2009-08-19 Jean-Sebastien Gelinasicode: add IAllocateInstance, ICheckInstance and IInitA...
2009-08-18 Jean-Sebastien Gelinasicode: add IStaticCall
2009-08-18 Jean Privaticode: icode INew specializes IAbsCall (not ICall)
2009-08-17 Jean Privaticode: do no do recursive inline
2009-08-17 Jean Privaticode: inline methods with closures
2009-08-17 Jean Privaticode: duplicate ICodeN::closure_defs in dup_with
2009-08-17 Jean Privaticode: use the icb to helps the icode duplication
2009-08-17 Jean Privaticode: iroutine knows its local registers
2009-08-17 Jean Privaticode: closures are generated within a ICodeBuilder
2009-08-17 Jean Privaticode: method inlining moves from IRoutine to ICodeBuilder
2009-08-10 Jean Privaticode: remove method info from ICodeBuilder
2009-08-10 Jean Privaticode: remove method information in IAbort
2009-08-06 Jean Privatlib: rename IndexedCollection to Sequence
2009-07-27 Jean Privaticode: discard unused pure ICode expressions
2009-07-27 Jean Privaticode: add lit_{null,true,false}_reg
2009-07-27 Jean Privaticode: generate null receiver runtime checks
2009-07-27 Jean Privaticode: introduce intermediate code representation