aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/pickling/DottyUnpickler.scala
Commit message (Expand)AuthorAgeFilesLines
* Pickling modularization reorgMartin Odersky2015-05-021-59/+0
* Maintain source files in pickled infoMartin Odersky2015-04-281-4/+11
* ClassfileParser and SymbolLoader should return embedded unpicklersMartin Odersky2015-04-281-1/+1
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-5/+5
* Re-org of pickling framework to enter before readMartin Odersky2015-03-181-20/+23
* Change handling of roots when unpicklingMartin Odersky2015-03-181-2/+3
* Finished new position unpickling code.Martin Odersky2015-03-181-10/+16
* New scheme for recording positionsMartin Odersky2015-03-181-5/+3
* Various fixes to unpicklingMartin Odersky2015-03-181-18/+13
* First version of unpickler for PositionsMartin Odersky2015-03-181-658/+14
* Add hooks for unpickling positions to trees.Martin Odersky2015-03-181-38/+77
* First version of UnpicklerMartin Odersky2015-03-181-0/+654