update NOTICE and LICENSE
[nit.git] / src / syntax /
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
2010-01-14 Jean Privatsyntax: while/loop exit type evolution
2010-01-14 Jean Privatsyntax: fix type evolution on non nullable type
2010-01-14 Jean Privatsyntax: comparing a variable with null makes it evolve...
2010-01-14 Jean Privatsyntax: merge nullable information on type evolution
2010-01-14 Jean Privatsyntax: prevent segfault on null types
2010-01-14 Jean Privatsyntax: untyped local variables are 'nullable Object'
2010-01-14 Jean Privatsyntax: real variable type evolution on IfexprExpr
2010-01-14 Jean Privatsyntax: fix variable context merge on unreashable branches
2009-08-28 Jean Privatsyntax: warn on 'while true do' and suggests 'loop'
2009-08-27 Jean Privaticode: shortcut in icode generation of 'for x in [y...
2009-08-27 Jean Privaticode: generate closure for 'for'
2009-08-26 Jean Privaticode: new ICB::add_escape method
2009-08-24 Jean Privatsyntax: break closures are implicitly ended with 'break'
2009-08-24 Jean Privatsyntax: fix 'break' with value in default closures
2009-08-20 Jean Privatsyntax: allow untyped variable declaration
2009-08-20 Jean Privatsyntax: assign variable even if there is no base type
2009-08-19 Jean Privatsyntax: new 'assert else' statement
2009-08-17 Jean Privatclib: new raw_alloc and register_static_object services
2009-08-17 Julien Chevaliercompile: give NativeArray its own C structure
2009-08-17 Julien Chevaliercompile: object_id is no more the object pointer
2009-08-17 Jean Privatsyntax: fatal error on unavailable primitive method
2009-08-17 Jean Privaticode: inline methods with closures
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-06 Jean Privatsyntax: 'do' blocks only accept labelled breaks
2009-08-06 Jean Privatsyntax: error on local variable masking
2009-08-06 Jean Privatsyntax: better location for local variable declarations
2009-08-06 Jean Privatsyntax: remove local variable masking
2009-08-06 Jean Privatsyntax: add 'loop' construction
2009-08-06 Jean Privatlib: rename IndexedCollection to Sequence
2009-08-01 Jean Privatsyntax: closure are designed by their names, not their...
2009-08-01 Jean Privatsyntax: [] method can have closure definition
2009-07-31 Jean Privatparser: closure syntax use '!' instead of 'with'
2009-07-30 Jean Privatsyntax: arity missmatch error messages show prototypes
2009-07-30 Jean Privatparser: node locations are not nullable
2009-07-30 Jean Privatparser: remove useless printl method
2009-07-29 Jean Privatsyntax: vararg arguments are processed by icode
2009-07-29 Jean Privatsyntax: generalize and publicize raw_arguments concept
2009-07-28 Jean-Sebastien Gelinastools: add test to validate existence of needed classes
2009-07-28 Jean-Sebastien Gelinastools: add 'get_type_by_name' and 'get_instantiated_typ...
2009-07-27 Jean Privaticode: add lit_{null,true,false}_reg
2009-07-27 Jean Privatsyntax: handle labels for 'do'
2009-07-27 Jean Privatsyntax: handle labels for for, while and closures
next