aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform/LazyVals.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove fruitless overrides of treeTransformPhaseMartin Odersky2014-12-141-2/+0
* Drop modifiers as separate data from MemberDef treesMartin Odersky2014-11-101-7/+7
* Restructure Try node.Dmitry Petrashko2014-10-301-9/+6
* Follow standard naming pattern in LazyValsDmitry Petrashko2014-10-111-13/+3
* Use more efficient type comparisonsDmitry Petrashko2014-10-111-8/+8
* Make LazyVals an IdentityDenotTransformerDmitry Petrashko2014-10-111-6/+2
* Fixing owner releated error in lazy vals.Dmitry Petrashko2014-10-111-1/+1
* Porting lazy vals to a new scheme.Dmitry Petrashko2014-10-111-57/+33
* initValue helper methodDmitry Petrashko2014-09-171-16/+4
* Make isVolatile a SymUtil method.Martin Odersky2014-09-101-2/+2
* Rename in Phase: name -> phaseNameMartin Odersky2014-08-181-1/+1
* Disentangle phases from treetransformsMartin Odersky2014-08-091-2/+2
* Fix typo in lazyValsDmitry Petrashko2014-07-221-1/+1
* Added infix methods for some tree constructionsMartin Odersky2014-07-171-14/+18
* Changed PostTyperTransformer schemeMartin Odersky2014-07-171-20/+1
* Fix too precise type error in LazyVals.Dmitry Petrashko2014-05-091-1/+1
* Making dotc/transform Dotty compliantMartin Odersky2014-05-081-1/+1
* Fix invalid flags in lazy vals.Dmitry Petrashko2014-05-061-10/+15
* New phase: NullarifyMartin Odersky2014-04-151-1/+0
* Merge pull request #111 from DarkDimius/phase-reqDmitry Petrashko2014-04-111-0/+11
|\
| * Allow phases to give restrictions on pipeline position.Dmitry Petrashko2014-04-091-0/+11
* | Port LazyVals to use hasAnnotation.Dmitry Petrashko2014-04-091-2/+2
|/
* Fix error in lazy-vals.Dmitry Petrashko2014-03-311-1/+1
* Reworked erasure denotation transformerMartin Odersky2014-03-291-3/+3
* Rename methods on FreshContext to make mutation obviousDmitry Petrashko2014-03-271-2/+2
* LazyVals phase.Dmitry Petrashko2014-03-191-0/+377