ni_nitdoc: added fast copy past utility to signatures.
[nit.git] / src / program.nit
2013-04-04 Jean Privatfix initialization order of attributes
2012-02-15 Jean PrivatMerge branch 'nitdoc2' into wip
2012-02-13 Jean Privatlib: for on maps require two parameters
2012-02-03 Jean Privatnit: restrict some module visibility
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-07-16 Jean Privatcompile: filter some loops in program icode generation
2010-02-15 Jean Privatcompile: add class compiling::CProgram to manage genera...
2010-01-22 Jean Privatmetamodel: lazily compute global properties
2010-01-11 Jean-Sebastien Gelinastools: add a function to go through every classes in...
2010-01-11 Jean-Sebastien Gelinastools: add a function to go through every methods in...
2010-01-11 Jean-Sebastien Gelinastools: add a function to go through every IRoutines...
2009-09-11 Jean-Sebastien Gelinascompile: move some class processing to program to do...
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: move 'global' option to program instead of...
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: add 'Program' class to represent a nit program