Callref bugfix in interpreter and compilers + autosav
[nit.git] / src / semantize / typing.nit
2015-02-26 Jean Privatsrc: do not crash if there is not MAttributeDef in...
2015-01-20 Jean Privattyping: check missing return in AAttrPropdef with block
2015-01-13 Alexis Laferrièrenitc&lib: MapIterator keys can be nullable
2015-01-08 Jean PrivatMerge: null as receiver
2015-01-05 Jean Privattyping&engines: accept `is_same_instance` on `null`
2015-01-05 Jean Privattyping: accept `null` as a receiver for some methods...
2015-01-05 Jean Privattyping: remove useless error on null receiver. `get_met...
2015-01-04 Jean Privattyping: reject literal arrays made of `null` (because...
2014-12-17 Jean Privattyping: mark expressions that belong to an array compre...
2014-12-17 Jean Privattyping: add `AArrayExpr::element_mtype`
2014-12-17 Jean Privatgrammar: new production `array_items` to replace arg_li...
2014-12-12 Alexandre Terrasasrc/semantize: fixes useless private visibility
2014-11-28 Jean Privattyping: warn `useless-type` for useless type in a local...
2014-11-06 Jean PrivatMerge: Use new constructors
2014-11-05 Jean Privatsrc: update most tools to new constructors
2014-11-04 Jean Privattyping: prefix instantiation error with `Type Error`
2014-10-31 Jean Privattools: accept statement block in attributes
2014-10-24 Jean Privattyping: ANew accepts only `init` on concrete class
2014-10-23 Jean Privattyping: `new`-fatories are like top-level methods
2014-10-23 Jean Privattyping: allow `new` on interface and abstract classes...
2014-10-23 Jean Privattyping: ANew distinguish the type of the class and...
2014-10-23 Jean Privatmodel: `new` factories are named "new", not init.
2014-10-22 Jean PrivatMerge: Some gammar improvements
2014-10-17 Jean PrivatMerge: Better varargs
2014-10-17 Jean Privattyping+engines: handle reverse-vararg: passing an array...
2014-10-15 Jean PrivatMerge: transform loops
2014-10-15 Jean Privattransform: shortcut range
2014-10-13 Jean PrivatMerge: src: remove some warnings and do some cleaning
2014-10-11 Jean Privattyping: new warning useless-null-test that detect ...
2014-10-11 Jean Privattyping: refactor type adaptations in AEqExpr and ANeExpr
2014-10-11 Jean Privatsrc: remove some warnings and do some cleaning
2014-10-09 Jean Privatast: kill AProxyExpr
2014-10-09 Jean Privattyping: add AForExpr::method_finish
2014-10-09 Jean Privattyping: add method try_get_method
2014-10-01 Jean Privatsrc: reduce warnings and spelling errors
2014-09-25 Jean PrivatMerge: New syntax for typed literal arrays
2014-09-25 Jean Privattyping: adapt for typed literal arrays.
2014-09-24 Jean Privattyping: ASuperExpr do not lose information about the...
2014-09-22 Jean PrivatMerge: Add and improve warnings
2014-09-19 Jean Privatsrc: add tag to existing warnings
2014-09-18 Jean Privatgrammar: new power operator `**` (starstar)
2014-09-06 Jean Privatmodelize: introduce annotation
2014-09-03 Jean Privatsrc: create groups for related things