aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/tasty/TastyBuffer.scala
Commit message (Collapse)AuthorAgeFilesLines
* val is redundant for case class parameters.Jason Zaugg2015-05-141-1/+1
|
* Pickling modularization reorgMartin Odersky2015-05-021-0/+188
The pickling package got rather large and confusing with three separate tasks that each had their own conventions: read JVM classfiles, read Scala2 pickle info, read Tasty. The classes for each task are now in separate packages.