Rename REAMDE to README.md
[nit.git] / src / transform.nit
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,...