nit.git
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 PrivatFix a Makefile dependence for rebootstrap mercurial_tip v0.2
2009-02-06 Jean PrivatUpdate gitignore
2009-02-06 Jean PrivatUpdate c_src to handle default closures.
2009-02-06 Jean PrivatFinish syntax analysis for default closure.
2009-02-06 Jean PrivatDistinguish no bloc vs. empty bloc
2009-02-06 Jean PrivatNew test suite for default blocs.
2009-02-06 Jean PrivatGeneralize base_block in control_flow.
2009-02-06 Jean PrivatGeneralize compilation of parameters.
2009-01-30 Jean PrivatBasic typing and compilation for default closures.
2009-01-30 Jean PrivatEnable default closure in syntax
2009-01-28 Jean PrivatRemove useless _abstract atribute
2009-01-27 Jean PrivatUpdate c_src.
2009-01-27 Jean PrivatTwo new tests related to the BUGS file. No sav yet.
2009-01-27 Jean PrivatFill BUGS file.
2009-01-24 Jean PrivatFinalizer for closures.
2009-01-24 Jean PrivatNew function process_closures.
2009-01-24 Jean PrivatFix MMSignature::not_for_self
2009-01-22 Jean PrivatAdd break closure.
2009-01-22 Jean PrivatNew class MMClosure
2009-01-22 Jean PrivatUpdate results for closure tests
2009-01-22 Jean PrivatCompile closure.
2009-01-21 Jean PrivatNew test suite for closures
2009-01-21 Jean PrivatType and check 'break' return values.
2009-01-20 Jean PrivatType and check 'continue' return value.
2009-01-20 Jean PrivatTyping of closures
2009-01-20 Jean PrivatUpdate Nit grammar to add closures.
2009-01-27 Jean PrivatAdd default values for some primitive type attributes.
2009-01-27 Jean PrivatFix opts: forgot to assign the default value.
2009-01-27 Jean PrivatNo more default value for local variables.
2009-01-27 Jean PrivatRemove a old exception for constructors.
2009-01-26 Jean PrivatNew tests base_init_auto and error_init_auto.
2009-01-26 Jean PrivatFix base_init_linext tests.
2009-01-26 Jean PrivatDo not compile unaccessible constructors.
2009-01-26 Jean PrivatUpdate get_default_constructor_for and AConcreteInitPropdef
2009-01-26 Jean PrivatPromote mixin concept to the abstractmetamodel module.
2009-01-26 Jean PrivatFix some broken 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.
2009-01-20 Jean PrivatDot not try to work after parsing if --only-parse is...
2009-01-20 Jean PrivatPrevent statements to be used as expressions.
2009-01-20 Jean PrivatSimplify control flow and update tests.
2009-01-19 Jean PrivatRemove specific flow analysis for params and forvardecls
2009-01-19 Jean PrivatFix tests.sh to not forget some alternatives.
2008-12-28 Jean PrivatExtract get_signature from process_signature.
2008-12-28 Jean PrivatNew SignatureBuilder class.
2009-01-19 Jean PrivatSpecialize Variable class.
2008-12-28 Jean PrivatGenerate parser prod subclasses with null assigned...
2008-12-28 Jean PrivatRename methods named 'with'.
2008-10-24 Jean-Sebastien... Add "file_delete" method in String and NativeString.
2008-12-28 Jean PrivatUpdate SCM ignore rules.
2008-12-28 Jean PrivatUpdate c_src with new default constructor rules.
2008-12-27 Jean PrivatMore picky 'super' in constructors.
2008-12-27 Jean PrivatAutomatic constructors.
2008-12-27 Jean PrivatMethods without PNodes.
2008-12-27 Jean PrivatNew tests for inherited constructors.
2008-12-27 Jean PrivatInheritance of constructors.
2008-12-27 Jean PrivatCustomize constructor call.
2008-12-27 Jean PrivatDo not crash if a constructor is not found.
2008-12-27 Jean PrivatConform constructors to the strict 'redef' rule.
2008-12-27 Jean PrivatPrepare Nit code for inherited and automatic constructors.
2008-12-26 Jean PrivatUpdate c_src. Enable one gcc pass bootstrap.
2008-12-26 Jean PrivatOnly one gcc pass for initial bootstrap
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 gccx consider filepaths independently.
2008-12-25 Jean PrivatMake that generated files are path independent.
2008-12-25 Jean PrivatUpdate c_src
2008-12-25 Jean PrivatUpdate tests
2008-12-24 Jean PrivatMove test *.sav files to a sav/ subdirectory.
2008-12-25 Jean PrivatDo not abort when comparing signatures, just return...
2008-12-25 Jean PrivatFix nitdoc since MMConcreteProperty is removed.
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 PrivatSimplify local property inheritance.
2008-12-23 Jean Privatstart removing implicit properties
2008-11-26 Jean PrivatRemove some remaining PRM references
2008-11-26 Jean PrivatFix nitdoc
2008-11-26 Jean Privatremove putenv, setenv and unsetenv
2008-11-26 Jean PrivatRemove non portable -C option in makefiles
2008-11-26 Jean PrivatFix 64 bits: use long int in class tables
2008-09-10 Jean PrivatAutomatically enable Bohem's GC if available.
2008-11-25 Jean PrivatUnset variable control flow
2008-11-25 Jean PrivatPrepare unset variable control flow
2008-11-20 Jean PrivatAs keyword (for casts)
2008-11-14 Jean PrivatFix bug: select incompatible default constructor
2008-11-14 Jean PrivatPrepare infrastructure for default constructor
2008-11-14 Jean PrivatRemove class MMSrcLocalProperty. Use MMConcreteProperty...
2008-11-14 Jean PrivatDot not consider Sys::init as an entry point
next