aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/pickling/TreeUnpickler.scala
Commit message (Expand)AuthorAgeFilesLines
* Pickling modularization reorgMartin Odersky2015-05-021-890/+0
* Handle missing delta positions when unpicklingMartin Odersky2015-04-281-5/+6
* Unpickler should not label parameter accessors Deferred.Martin Odersky2015-04-281-1/+1
* Remove trailing whitespaceMartin Odersky2015-04-231-1/+1
* Unpickle ImportsMartin Odersky2015-04-221-2/+20
* Add spaces around + in dotty source.Dmitry Petrashko2015-04-091-1/+1
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-92/+92
* Code simplifications stimulated by SimplifyBooleanExpressionChecker.Dmitry Petrashko2015-04-091-1/+1
* Simplified unpickling of refined types via nextUnsharedTagMartin Odersky2015-04-071-11/+5
* Change of TERMREFsymbol/TYPEREFsymbol semanticsMartin Odersky2015-04-071-18/+22
* Fix Deferred flag determination when unpicklingMartin Odersky2015-04-071-2/+14
* Move normalizeClassRef to readTemplateMartin Odersky2015-04-071-12/+8
* Avoid spurious Deferred flag when unpickling classes.Martin Odersky2015-04-071-1/+2
* InSuperCall is always passed explicitly.Martin Odersky2015-04-071-1/+0
* Produce expanded names.Martin Odersky2015-04-071-4/+7
* Avoid reading symbol's denotation before overwriting them in UnpicklerMartin Odersky2015-04-071-29/+29
* Tweaks to pickle formatMartin Odersky2015-03-181-1/+1
* Simplifications to pickled flagsMartin Odersky2015-03-181-13/+19
* Drop environment from pickled closures.Martin Odersky2015-03-181-5/+3
* Change to PickleFormatMartin Odersky2015-03-181-3/+3
* Simplifications to TASTy formatMartin Odersky2015-03-181-5/+3
* Remove Throw from picklingMartin Odersky2015-03-181-2/+0
* Further harmonization between typing and unpicklingMartin Odersky2015-03-181-3/+5
* Harmonize treatment of simplified between typer and unpicklerMartin Odersky2015-03-181-4/+4
* Fix unpickling parameter aliasesMartin Odersky2015-03-181-3/+7
* Pickle shadowed namesMartin Odersky2015-03-181-2/+10
* Re-org of pickling framework to enter before readMartin Odersky2015-03-181-44/+74
* Harmonize parameterless constructors between unpickling and namerMartin Odersky2015-03-181-1/+2
* Deal gracefully with out-of-scope references wehn unpicklingMartin Odersky2015-03-181-4/+30
* More fixes to unpicklingMartin Odersky2015-03-181-20/+23
* Fix tricky problem with re-establishing denotations of selftypesMartin Odersky2015-03-181-1/+5
* Compute PureInterface flag after pickling.Martin Odersky2015-03-181-16/+11
* Changes to Tasty formatMartin Odersky2015-03-181-11/+6
* Various fixes to PickleFormat, pickler and unpicklerMartin Odersky2015-03-181-35/+75
* Change handling of roots when unpicklingMartin Odersky2015-03-181-2/+3
* Bugfixes in unpicklingMartin Odersky2015-03-181-27/+46
* Pickle trait flag and compute PureInterface and NoInits in unpickler.Martin Odersky2015-03-181-5/+24
* Added testing hooks for unpicklerMartin Odersky2015-03-181-1/+1
* Added pickling part of new scheme.Martin Odersky2015-03-181-21/+7
* Finished new position unpickling code.Martin Odersky2015-03-181-27/+31
* Avoid capturing context in lazy treesMartin Odersky2015-03-181-7/+9
* Halfway to yet another scheme for handling positionsMartin Odersky2015-03-181-6/+34
* New scheme for recording positionsMartin Odersky2015-03-181-0/+695