summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/jvm/opt/CopyProp.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in compiler and reflectJanek Bogucki2017-02-131-2/+2
* SI-9515 closure elimination also for non-Scala-Function SAM typesLukas Rytz2016-07-041-10/+4
* SI-9684 Deprecate JavaConversionsSom Snytt2016-04-221-1/+1
* Target FunctionN, not scala/runtime/java8/JFunction.Adriaan Moors2016-03-281-2/+2
* Fix some typos in `spec` documents and comments.Dongjoon Hyun2016-03-151-3/+3
* SI-8601 Don't treat newarray as dead codeLukas Rytz2016-01-241-4/+0
* Move copy propagation implementation to a separate fileLukas Rytz2015-12-161-0/+645