aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/transform/Memoize.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix #1878: Use Inline on final vals.Nicolas Stucki2017-01-101-20/+5
|
* Stop emitting fields for inlined fields.Nicolas Stucki2017-01-101-1/+2
|
* Revert "Fix #1878: Generate fields for final vars."Nicolas Stucki2017-01-101-1/+1
| | | | This reverts commit 63d68bf4d3cbac82f6d9faf19acd5589603a17ee.
* Fix #1878: Generate fields for final vars.Nicolas Stucki2017-01-051-1/+1
|
* Fine-tune post-conditions.Martin Odersky2016-12-021-3/+5
| | | | | The previous post-condition failed if a Ycheck was introduced between memoize and constructors.
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+129