Merge: CallSite on AFor and ARange
[nit.git] / src / typing.nit
2014-03-28 Jean PrivatMerge: CallSite on AFor and ARange
2014-03-27 Jean PrivatMerge: Fix visibility importation
2014-03-26 Jean Privattyping: add `ARangeExpr::init_callsite` and use it...
2014-03-26 Jean Privattyping: AFor store services as CallSite (instead of...
2014-03-26 Jean Privattyping: AFor remove old `iterate` case
2014-03-26 Jean Privatcallsite: add `mmodule` and `anchor` to the callsite...
2014-03-25 Jean Privatmodelbuilder: add option `--ignore-visibility`
2014-03-25 Jean Privatsrc/typing: fix error message of protected method usage
2014-03-13 Alexandre Terrasadoc: modified comment for typing::AExpr::mtype
2014-03-11 Jean Privattyping: add `ASuperExpr::mpropdef` to stores the called...
2014-03-11 Jean Privatfrontend: move `MPropDef::has_supercall` to `modelize_p...
2014-02-26 Jean Privattyping: check signature in super init call without...
2014-02-25 Jean PrivatMerge remote-tracking branch 'alexandre/fix-iterators'
2014-02-25 Alexandre Terrasatyping: standardize error messages for AForExpr loops
2014-02-25 Alexandre Terrasatyping: fix failed cast when iterate over a nullable...
2014-02-24 Jean PrivatMerge branch 'use_more_callsite'
2014-02-21 Jean Privattyping: remove depreciated API and rely only on callsites
2014-02-21 Jean Privattyping: use a callsite to store "super init call"
2014-02-18 Jean Privatmodel: factorize `select_most_specific` from `lookup_...
2014-02-11 Lucas Bajoletnitg: Corrected bug when creating a new AVarExpr, uses...
2014-01-27 Lucas Bajoletnitg: Added typing test on new for non-concrete classes...
2013-11-27 Jean Privatsrc: remove handling of `is` (AEeExpr)
2013-11-19 Jean Privatsrc: remove closure in the model
2013-11-12 Jean Privattyping: `or else` fallback to Object
2013-11-07 Alexandre Terrasanitg: fixes iterators crashes for test in 62cdb9a963376...
2013-10-24 Alexandre Terrasanitg: Changed specification of 'for .. do' statements
2013-09-10 Alexandre Terrasanitg: Implemented polymorphic super calls for nitg...
2013-08-23 Jean Privatnitg&i: handle new `implies` operator
2013-08-15 Jean Privatnit tools: fix typo and style in documentation
2013-08-13 Jean Privattyping: the static type of a blockexpr is the one of...
2013-08-12 Jean Privattyping: marks ADebugTypeExpr as typed
2013-08-09 Jean Privattyping: toggle ASuperExpr::is_typed
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