Merge remote branch 'alexis/wip'
[nit.git] / src / syntax / mmbuilder.nit
2012-04-16 Jean PrivatMerge remote branch 'alexis/wip'
2012-04-12 Alexis Laferrièremmbuilder: detect type of some attributes
2012-03-02 Alexis Laferrièreni: fix allowing to rename parameters for redef as...
2012-02-27 Jean PrivatMerge branch 'fix-ni' into wip
2012-02-27 Alexis Laferrièreni: fix allowing to rename parameters for redef as...
2012-02-24 Jean Privatlib&src: remove detected warnings
2012-02-15 Jean PrivatMerge branch 'ni' into wip
2012-02-15 Jean PrivatMerge branch 'nitdoc2' into wip
2012-02-15 Jean Privatni: move default_extern_name and friendly_extern_name...
2012-02-13 Jean Privatlib: for on maps require two parameters
2012-02-10 Alexis Laferrièremm: moves class type detection to class building analysis
2012-02-09 Alexis Laferrièreni: intro of frontier files between nit code and extern...
2012-02-09 Alexis Laferrièreni: adds MMModule::is_extern_hybrid
2012-02-09 Alexis Laferrièregrammar: allows constructors in extern classes
2012-02-09 Alexis Laferrièremm: extracts extern name creation in separate function
2012-02-09 Alexis Laferrièremm: adds is_extern to MMMethods and use extern_name...
2012-02-09 Alexis Laferrièregrammar: adds extern class kind for extern classes...
2012-02-03 Jean Privatsyntax: try to produce an error message for local prope...
2012-02-03 Jean Privatsyntax: use attributes names for parameters in implicit...
2011-10-13 Jean PrivatMerge branch 'pu/qualified-modules' into wip
2011-10-13 Jean PrivatMerge branch 'pu/parameter-names' into wip
2011-10-06 Alexis Laferrièremm: moves up declaration of AMethid::name to syntax_base
2011-10-06 Alexis Laferrièremm: adds param name to signatures
2011-10-06 Alexis Laferrièremisc: corrects some typos and according tests
2011-06-23 Jean Privatsyntax: better message for signature errors
2011-04-02 Jean Privatparser: add qualified module names
2011-04-02 Jean Privattools: remove the method import_supers_modules
2011-03-31 Jean Privattyping: move redef class check before inheritance
2011-03-31 Jean Privattyping: do not crash on inherited invalid signature
2011-02-14 Jean Privatmetamodel: rename 'universal' to 'enum'
2011-02-14 Jean Privatmetamodel: rename 'universal' to 'enum'
2011-02-14 Jean Privatparser: rename 'enum' to 'universal'
2011-02-11 Jean Privatdoc: use 'module' instead of 'package' in comments
2011-01-28 Jean PrivatMerge branch 'package2module' into wip
2011-01-22 Jean Privatsyntax: new-style attributes for those without underscore
2011-01-20 Jean Privatparser: rename package-related classes and properties
2011-01-20 Jean Privatsrc: rename 'module' identifiers
2010-02-15 Jean Privatmetamodel: move the extern name of a method in the...
2010-01-22 Jean Privatmetamodel: lazily compute global properties
2010-01-22 Jean Privatsyntax: do not inherit and check all local properties
2010-01-18 Jean Privatsyntax: fix code using superstrings with nullables
2009-08-06 Jean Privatsyntax: better location for local variable declarations
2009-08-06 Jean Privatsyntax: remove local variable masking
2009-08-01 Jean Privatsyntax: closure are designed by their names, not their...
2009-07-30 Jean Privatparser: remove useless printl method
2009-07-27 Jean Privatparser: rename all P* prod classes to A*
2009-07-27 Jean Privatparser: differentiate all P* and A* production classes
2009-07-27 Jean Privatsyntax: use chained nodes for MMSrcClasses instead...
2009-07-27 Jean Privatsyntax: remove attribute _node in MMSrcAncestor
2009-07-27 Jean Privatsyntax: remove class MMSrcTypeFormalParameter
2009-07-23 Jean-Sebastien Gelinastools: remove 'locate' from nodes and visitor
2009-07-23 Jean-Sebastien Gelinastools: errors and warnings need Location
2009-07-15 Jean Privatsyntax: add PClosureDecl::position
2009-07-15 Jean Privatparser: add Visitor::current_node and Visitor::enter_visit
2009-07-14 Jean-Sebastien Gelinastools: new ToolContext::check_errors
2009-07-14 Jean-Sebastien Gelinastools: cleanup after insertion of 'Location' class
2009-07-08 Jean Privatsyntax: promote some properties and classes from typing...
2009-07-07 Jean Privatsyntax: if absent, create classes Object and Bool in...
2009-07-07 Jean Privatsyntax: do not compute ancestors if syntax failed
2009-07-04 Jean Privatsyntax: do not process erroneous formal types
2009-07-04 Jean Privatsyntax: do not processes erroneous signatures
2009-06-26 Jean Privatsyntax: 'meth' -> 'fun', 'attr' -> 'var'
2009-06-26 Jean Privatnullable: convert lib, tools and tests
2009-06-24 Jean Privatmetamodel: add nullable static types
2009-06-24 Jean Privatmetamodel: MMLocalClass::init takes the MMModule
2009-06-24 Jean Privatmetamodel: Check global_class existence instead of...
2009-06-16 Jean Privatmetamodel: fast-fail in getters
2009-06-10 Jean PrivatSpelling: bloc -> block
2009-06-10 Jean Privatsyntax: Do not inherit signatures with closures
2009-06-10 Jean Privatsyntax: Systematic signature conformance checks
2009-06-10 Jean Privatlib: Split collections into readable and writable
2009-01-30 Jean PrivatBasic typing and compilation for default closures.
2009-01-24 Jean PrivatFinalizer for closures.
2009-01-22 Jean PrivatAdd break closure.
2009-01-22 Jean PrivatNew class MMClosure
2009-01-20 Jean PrivatTyping of closures
2009-01-27 Jean PrivatRemove a old exception for constructors.
2009-01-26 Jean PrivatPromote mixin concept to the abstractmetamodel module.
2008-12-28 Jean PrivatNew SignatureBuilder class.
2009-01-19 Jean PrivatSpecialize Variable class.
2008-12-28 Jean PrivatRename methods named 'with'.
2008-12-27 Jean PrivatAutomatic constructors.
2008-12-27 Jean PrivatMethods without PNodes.
2008-12-27 Jean PrivatInheritance of constructors.
2008-12-27 Jean PrivatConform constructors to the strict 'redef' rule.
2008-12-25 Jean PrivatDo not abort when comparing signatures, just return...
2008-12-23 Jean PrivatRemove the now useless MMConcreteProperty class
2008-12-23 Jean Privatstart removing implicit properties
2008-11-25 Jean PrivatPrepare unset variable control flow
2008-11-14 Jean PrivatPrepare infrastructure for default constructor
2008-11-14 Jean PrivatRemove class MMSrcLocalProperty. Use MMConcreteProperty...
2008-07-09 Jean PrivatFirst NIT release and new clean mercurial repository v0.1