ni_nitdoc: added fast copy past utility to signatures.
[nit.git] / src / typing.nit
2013-07-19 Jean Privatsrc: extract modelize_property.nit from modelbuiler.nit
2013-07-19 Jean Privatmodelbuilder: use phases to build the model
2013-07-19 Jean Privatsrc: add phase.nit & frontend.nit
2013-04-03 Jean Privatnitg&i: accepts 'var x = null'
2013-01-31 Jean Privattyping: remove NOT YET IMPLEMENTED in ASuperExpr
2013-01-25 Jean Privattyping: enable calls on a conflicting local property...
2012-12-09 Jean Privattyping: add CallSite::erasure_cast to indicate if a...
2012-12-09 Jean Privattyping: attach CallSite instances to AST nodes
2012-12-09 Jean Privattyping: new class CallSite
2012-12-07 Jean Privattyping: new attribute AExpr::implicit_cast_to
2012-12-07 Jean Privattyping: the return of check_subtype can distinguish...
2012-11-17 Jean PrivatMerge remote-tracking branch 'alexandre/at/sep' into wip
2012-11-13 Jean Privattyping: simplify resolve_signature_for to factorize...
2012-11-13 Alexandre Terrasatyping: change abort to assert in ASendExpr
2012-11-13 Alexandre Terrasatyping: move iterator methods selection from nitg to...
2012-11-09 Jean Privatmodel: make MClass::intro public
2012-11-06 Jean Privatmodel: remove a lot of casts to MGenericType
2012-08-12 Jean Privattyping: check literal ranges uses discrete types
2012-08-12 Jean Privattyping: check use of protected methods
2012-08-12 Jean Privattyping: better handling of for forms
2012-08-10 Jean Privattyping: add ASendExpr#raw_arguments
2012-08-03 Jean Privatmodel, niti, nitf: unify NOT YET IMPLEMENTED
2012-07-03 Jean Privatmodel: add basic closures
2012-07-02 Jean Privatmodel: add for on maps
2012-05-31 Jean Privatmodel: new class MParameter
2012-04-20 Jean Privatscope: move selfvariable to scope from typing
2012-04-19 Alexandre TerrasaDoc review on newmodel.
2012-04-17 Jean Privatmodel: new metamodel