ni_nitdoc: added fast copy past utility to signatures.
[nit.git] / src / syntax /
2013-07-25 Jean Privatnitc: handle triple-quoted strings
2013-04-23 Jean Privatnitc: fix error in constructor inheritance
2013-04-03 Jean Privatnitc: accepts 'var x = null'
2013-03-14 Jean Privatnitc: do not warn on isa related on formal
2013-02-06 Alexis Laferrièrenitc/ffi: allows to declare C type of extern classes...
2013-02-06 Alexis Laferrièrenitc/ffi: adds a variable to know if a module uses...
2013-02-06 Alexis Laferrièrenitc/ffi: adds the extern_inline module to manage forei...
2012-11-06 Jean Privatnitc: remove a warning on casts on MMTypeFormal
2012-10-25 Alexis Laferrièresyntax: removes test "constructor must be invoked before"
2012-08-12 Jean Privatnitc: cannot instantiate a nullable type
2012-08-12 Jean Privatnitc: allow homonymous non-nested labels
2012-08-12 Jean Privatmmbuilder: reject covariant definition of attributes
2012-08-02 Jean Privatmmbuilder: add missing "error" in an error message
2012-04-16 Jean PrivatMerge branch 'wip2'
2012-04-16 Jean PrivatMerge remote branch 'alexis/wip'
2012-04-12 Alexis Laferrièremmbuilder: detect type of some attributes
2012-04-10 Jean Privatsyntax: implements __debug__ type construct
2012-04-10 Jean Privatclean: make some classes abstract or interfaces
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-27 Jean Privatsyntax: warn for superfluous parentheses in signatures
2012-02-24 Jean Privattyping: error on foo() when foo is a variable
2012-02-24 Jean Privatsyntax: warn on superfluous empty parentheses on calls
2012-02-24 Jean Privatparser: include obra, cbra, opar and cpar in arguments
2012-02-24 Jean Privatlib&src: remove detected warnings
2012-02-24 Jean Privattyping: some warning cleanup
2012-02-24 Jean Privattyping: warn for superfluous parentheses
2012-02-24 Jean Privattyping: proxyexpr delegate more services
2012-02-17 Jean Privatassert: use id.text.to_s instead of id.to_s for runtime...
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-15 Alexis Laferrièreicode: implements icode for explicit imports
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: implements metamodel for basic explicit casts
2012-02-09 Alexis Laferrièremm: adds is_extern to MMMethods and use extern_name...
2012-02-09 Alexis Laferrièremm: adds basic explicit imports to metamodel and typing
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: error on hidden module gives the right module
2012-02-03 Jean Privatsyntax: use attributes names for parameters in implicit...
2011-11-25 Jean PrivatMerge branch 'fix-vt' into wip
2011-11-25 Jean Privaticode: ITypeCheck requires a receiver
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-27 Jean PrivatMerge branch 'better-locate' into wip
2011-06-23 Jean Privatparser: locate errors with locations in ANode
2011-06-23 Jean Privatsyntax: better message for signature errors
2011-04-29 Jean Privatparser: new class SourceFile
2011-04-15 Alexandre Terrasasrc: fix "constrctor" typo in error messages
2011-04-14 Alexandre Terrasasrc: Minor fixes in error messages
2011-04-02 Jean Privatparser: add qualified module names
2011-04-02 Jean Privattools: remove the method import_supers_modules
2011-04-01 Jean PrivatMerge branches 'fix_doc', 'general_for' and 'mmbuilder_...
2011-03-31 Jean Privatsyntax: remove AbsSyntaxVisitor::type_collection
2011-03-31 Jean Privatsyntax: enable a generalized for with iterate
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-29 Jean PrivatMerge branch 'll-and-gg-operators' into wip
2011-01-29 Jean Privatparser: add << and >> operators
2011-01-28 Jean PrivatMerge branch 'package2module' into wip
2011-01-25 Jean PrivatMerge branch 'alexis/various-fixes' into wip
2011-01-25 Alexis Laferrièrecompile: Check the validity of module filename before...
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-06-24 Jean Privatsyntax: merge ScopeContext and EscapeContext
2010-06-24 Jean Privatsyntax: split the VariableContext into a Scope and...
2010-06-24 Jean Privatsyntax: new enter_visit_block helper function
2010-06-24 Jean Privatsyntax: new mark_unreash helper function
2010-06-24 Jean Privatsyntax: factorize some block/loop structures
2010-06-15 Jean Privatsyntax: new "or else" construction
2010-02-15 Jean Privaticode: link INative with a MMMethod instead of a raw...
2010-02-15 Jean Privatmetamodel: move the extern name of a method in the...
2010-02-15 Jean Privaticode: add I*Value classes
2010-01-26 Jean Privatsyntax: refuse return in default closure definition
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: type error when using superstrings with nullables
2010-01-18 Jean Privatsyntax: fix code using superstrings with nullables
2010-01-18 Jean Privatsyntax: remove reachability test in ABreakExpr
2010-01-18 Jean Privatsyntax: do not nest variable context in ABlockExpr
2010-01-15 Jean Privatsyntax: allow 'null == x' and 'null != x'
2010-01-15 Jean Privatsyntax: track exits context in do blocks
2010-01-15 Jean Privatsyntax: remove VariableContex::stype=
2010-01-14 Jean Privatsyntax: stmts after loops without breaks are unreashables
2010-01-14 Jean Privatsyntax: unreachable statements are errors
next