aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/pickling/TreePickler.scala
Commit message (Expand)AuthorAgeFilesLines
* Pickling modularization reorgMartin Odersky2015-05-021-552/+0
* All package refs should use TERMREFpkg for picklingMartin Odersky2015-04-201-6/+12
* Always pickle package references as TERMREFpkgMartin Odersky2015-04-141-2/+8
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-46/+46
* Change of TERMREFsymbol/TYPEREFsymbol semanticsMartin Odersky2015-04-071-31/+18
* Produce expanded names.Martin Odersky2015-04-071-4/+11
* Address reviewer comments on #416Dmitry Petrashko2015-04-031-6/+2
* Populate addresses of symbols after picklerDmitry Petrashko2015-03-181-1/+5
* Update address maps of symbols after compactionDmitry Petrashko2015-03-181-1/+9
* Tweaks to pickle formatMartin Odersky2015-03-181-1/+1
* Simplifications to pickled flagsMartin Odersky2015-03-181-3/+2
* Drop environment from pickled closures.Martin Odersky2015-03-181-4/+6
* Change to PickleFormatMartin Odersky2015-03-181-2/+0
* Simplifications to TASTy formatMartin Odersky2015-03-181-5/+3
* Remove Throw from picklingMartin Odersky2015-03-181-3/+0
* Pickle signatures using qualified names.Martin Odersky2015-03-181-2/+2
* Pickle shadowed namesMartin Odersky2015-03-181-3/+7
* Fix to pickling literalsMartin Odersky2015-03-181-2/+7
* Avoid treating setters as class parameters when picklingMartin Odersky2015-03-181-1/+2
* Revert of interpolation decision when generating APPLIEDTYPEsMartin Odersky2015-03-181-1/+1
* Fix tricky problem with re-establishing denotations of selftypesMartin Odersky2015-03-181-7/+26
* More fixes to picklingMartin Odersky2015-03-181-4/+15
* Changes to Tasty formatMartin Odersky2015-03-181-12/+10
* Various fixes to PickleFormat, pickler and unpicklerMartin Odersky2015-03-181-11/+18
* Keeping track of unpickling definition order in Pickler.Martin Odersky2015-03-181-20/+44
* Bugfixes in unpicklingMartin Odersky2015-03-181-2/+9
* Align PickleFormat with doc specMartin Odersky2015-03-181-51/+38
* Pickle trait flag and compute PureInterface and NoInits in unpickler.Martin Odersky2015-03-181-0/+1
* Various fixes to unpicklingMartin Odersky2015-03-181-2/+8
* Have pkg intsead of static external referencesMartin Odersky2015-03-181-2/+2
* First version of unpickler for PositionsMartin Odersky2015-03-181-2/+2
* Record pickled trees in a hashmapMartin Odersky2015-03-181-1/+3
* First version of UnpicklerMartin Odersky2015-03-181-13/+21
* Add signed ints in Tasty format.Martin Odersky2015-03-181-8/+11
* Change order of fields in PickleFormatMartin Odersky2015-03-181-7/+7
* Changes to pickling annotationsMartin Odersky2015-03-181-6/+8
* Add INSUPERCALL flag to pickle format.Martin Odersky2015-03-181-1/+2
* Fix serialization of Bind-defined types in type patterns.Martin Odersky2015-03-181-5/+18
* Changes to Tasty format:Martin Odersky2015-03-181-11/+33
* Eliminate raw numbers from Tasy formatMartin Odersky2015-03-181-2/+2
* Add TASTY readers and printers for TASTy info.Martin Odersky2015-03-181-20/+72
* First prototype of pickler.Martin Odersky2015-03-181-0/+371