Merge: doc: fixed some typos and other misc. corrections
[nit.git] / src / transform.nit
2019-02-27 Florian DeljarryMoving the astvalidation module in astbuilder
2016-03-24 Jean Privatnitc/transform: maintain vararg information when transf...
2015-10-07 Jean PrivatMerge: Multi iterators
2015-10-07 Jean Privattransform: reactivate shortcut_range by not transformin...
2015-10-07 Jean Privattransform: rewrite the AFor transformation to handle...
2015-10-06 Jean Privatsemantize: set and use `ANode::is_broken`
2015-06-05 Jean Privattransform: skip transformation of broken expr
2015-04-28 Alexis Laferrièresrc/frontend: fix typo
2015-04-16 Jean Privattransform: do not lose autocast information
2015-04-03 Jean Privattransform: transform the `with` statement
2015-03-21 Jean Privatmodel: provide direct methods to access primitive types
2015-02-24 Jean Privattransform: skip if no mpropdef instead of abort
2014-12-17 Jean Privattransform: transform array comprehension in simpler...
2014-12-17 Jean Privattransform: introduce `full_transform_visitor` for compl...
2014-12-17 Jean Privatgrammar: new production `array_items` to replace arg_li...
2014-11-28 Jean Privatall: add `nitish` tag for code-blocks skipped by nitunit
2014-11-05 Jean Privatsrc: update most tools to new constructors
2014-10-15 Jean Privattransform: move up shortcut-range from abstract_compile...
2014-10-15 Jean Privattransform: shortcut range
2014-10-15 Jean Privattransform: transforms `while` and `for`
2014-09-03 Jean Privatsrc: cleanup importations
2014-08-08 Jean Privattransform: do not transform rranges in for; this reacti...
2014-07-17 Jean Privatcode: remove useless as(not null)
2014-05-15 Jean Privatastbuilder: `make_new` and `make_call` require a CallSite
2014-05-15 Jean Privattranform: drop ASuperstringExpr
2014-04-25 Jean Privattransform: disable transform of ASuperstringExpr
2014-04-25 Jean Privattransform: do not detach things while itering
2014-03-26 Jean Privattyping: add `ARangeExpr::init_callsite` and use it...
2014-02-11 Lucas Bajoletnitg: Corrected bug when creating a new AVarExpr, uses...
2013-08-23 Jean Privatnitg&i: handle new `implies` operator
2013-08-13 Jean Privatnew modules astbuilder, astvalidation, astprinter,...