aboutsummaryrefslogtreecommitdiff
path: root/library/src/dotty/runtime/LazyVals.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix the fixDarkDimius-patch-1Dmitry Petrashko2017-04-191-1/+1
| | | Long time since I wrote this code. Forgot that `State` doesn't read the state.
* Fix the infinite cycle in Lazy VlasDmitry Petrashko2017-04-191-1/+2
| | | | Reported by Andrzej Plutecki in https://groups.google.com/forum/#!topic/dotty-internals/3LMNItLQw-A I haven't seen this happen in practice in hours and hours of benchmarking, but this is indeed a formal bug.
* separate lib from compilerFelix Mulder2016-11-221-0/+103