aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/util/ShowPickled.scala
Commit message (Collapse)AuthorAgeFilesLines
* Pickling modularization reorgMartin Odersky2015-05-021-1/+1
| | | | | | | 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.
* Typos corrected.Dmitry Petrashko2014-03-031-1/+1
| | | | | More verbose assertions. Unnecessary semicolons removed.
* Misc performance improvements by eliminating stupid allocationsMartin Odersky2014-02-241-1/+1
| | | | | | - Avoid closure creation in Position. - Avoid creating debug string in SymDenotations - Avoid creating Flag translation tables in pickle buffers
* Update to 2.11Martin Odersky2014-01-261-10/+3
| | | | Previous flagsString is no longer accessible. Have to use Dotty's mechanism to show flags,
* Refine notion of pattern variables.Martin Odersky2014-01-181-4/+4
| | | | | | | | They are variables only in certain regions of a pattern, but not in others. E.g. in nme.CONSTRUCTOR nme is NOT a variable.
* Various fixes to get past Definitions#init.Martin Odersky2013-03-131-0/+294