syntax: 'meth' -> 'fun', 'attr' -> 'var'
[nit.git] / src / syntax /
2009-06-26 Jean Privatsyntax: 'meth' -> 'fun', 'attr' -> 'var'
2009-06-26 Jean Privatnullable: enforce static and dynamic rules.
2009-06-26 Jean Privatnullable: convert lib, tools and tests
2009-06-24 Jean Privatnullable: type, compile and test 'isset _attr'
2009-06-24 Jean Privatsyntax: no isa/as warning for double nullable formal...
2009-06-24 Jean Privatsyntax: extends 'as' and 'isa' warning to nullable
2009-06-24 Jean Privatsyntax: "!= null" works like a "isa"
2009-06-24 Jean Privattyping: warn when comparing null and not nullable
2009-06-24 Jean Privattyping: 'for' iterates on Collection[nullable Object]
2009-06-24 Jean Privatnullable: type, compile and test 'as(not null)'
2009-06-24 Jean Privatsyntax: Update check_conform_multiexpr with nullables
2009-06-24 Jean Privatmetamodel: add nullable static types
2009-06-24 Jean Privatsyntax: fix OR if_false_var_ctx passing.
2009-06-24 Jean Privatsyntax: local variable assignment always cast
2009-06-24 Jean Privatsyntax: while condition can now cast variable
2009-06-24 Jean Privatsyntax: variable assignment can bypass cast
2009-06-24 Jean Privatsyntax: if_false_variable_ctx
2009-06-24 Jean Privatsyntax: add VariableContext::to_s
2009-06-24 Jean Privatsyntax: var assignment can bypass casted type
2009-06-24 Jean Privatsyntax: do_lvalue_typing do not do the final type check
2009-06-24 Jean Privatsyntax: better internal VariableContex stype handling
2009-06-24 Jean Privatsyntax: Move VariableContext and related to a new contr...
2009-06-24 Jean Privatsyntax: merge control_flow.nit in typing.nit
2009-06-24 Jean Privatsyntax: variable with () is not a variable
2009-06-24 Jean Privatsyntax: clean class VariableContext
2009-06-24 Jean Privatmetamodel: promote _filename to MMModule
2009-06-24 Jean Privatsyntax: warning for useless 'isa' and 'as' type checks
2009-06-24 Jean Privatmetamodel: new MMType::is_valid method
2009-06-24 Jean Privatsyntax: update PExpr class to use _is_typed and cie.
2009-06-24 Jean Privatsyntax: add PExpr:is_typed and PExpr::is_statement
2009-06-24 Jean Privatsyntax: refactor AClosureCallExpr
2009-06-24 Jean Privatsyntax: new class AAbsAbsSendExpr
2009-06-24 Jean Privatmetamodel: MMLocalClass::init takes the MMModule
2009-06-24 Jean Privatsyntax: new method use_if_true_variable_ctx
2009-06-24 Jean Privatsyntax: Split SubVariableContext and CastVariableContext
2009-06-24 Jean Privatsyntax: new method check_conform_multiexpr
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: New escape block management
2009-06-10 Jean Privatast: Merge classes AForExpr and AForVardeclExpr
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-02-26 Jean PrivatCompile superstrings with an array.to_s
2009-02-26 Jean PrivatMove primitive method selection.
2009-02-06 Jean PrivatFinish syntax analysis for default closure.
2009-02-06 Jean PrivatGeneralize base_block in control_flow.
2009-01-30 Jean PrivatBasic typing and compilation for default closures.
2009-01-24 Jean PrivatFinalizer for closures.
2009-01-24 Jean PrivatNew function process_closures.
2009-01-22 Jean PrivatAdd break closure.
2009-01-22 Jean PrivatNew class MMClosure
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-27 Jean PrivatAdd default values for some primitive type attributes.
2009-01-27 Jean PrivatRemove a old exception for 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-20 Jean PrivatMake 'self' a standard parameter (ParamVariable)
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
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 PrivatRename methods named 'with'.
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 PrivatInheritance of constructors.
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-25 Jean PrivatDo not abort when comparing signatures, just return...
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 Privatstart removing implicit properties
2008-11-26 Jean PrivatFix nitdoc
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-07-09 Jean PrivatFirst NIT release and new clean mercurial repository v0.1