aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform/Pickler.scala
Commit message (Expand)AuthorAgeFilesLines
* Set the positions of inlined trees wehn read form TastyMartin Odersky2016-10-021-2/+3
* New string infterpolatorsMartin Odersky2016-08-161-2/+2
* Simplify handling of sourcefiles in Tasty infoMartin Odersky2016-04-091-13/+4
* Store source files as normal paths, not canonical ones.Martin Odersky2016-04-081-1/+1
* Pickle sourcefile attribute with canonical pathMartin Odersky2016-04-071-1/+1
* Store the JSDefinitions in a custom platform SJSPlatform.Sébastien Doeraene2016-03-011-1/+1
* Have only one tree pickler per TASTY pickler.Dmitry Petrashko2015-12-201-1/+1
* Pickling modularization reorgMartin Odersky2015-05-021-1/+1
* Move addrOfTree, addOfSym from CompilationUnit to Pickler.Martin Odersky2015-04-281-2/+2
* Handle missing delta positions when unpicklingMartin Odersky2015-04-281-1/+1
* Maintain source files in pickled infoMartin Odersky2015-04-281-4/+13
* Produce one TASTY pickling per top-level class.Martin Odersky2015-04-241-22/+37
* Drop Java compilation units after TyperMartin Odersky2015-04-131-18/+16
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-10/+10
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
* Use invalidateInheritedSymbols instead of syncWithParentsMartin Odersky2015-04-071-0/+1
* Address reviewer comments on #416Dmitry Petrashko2015-04-031-3/+3
* Review of #394Dmitry Petrashko2015-03-181-1/+1
* Populate addresses of symbols after picklerDmitry Petrashko2015-03-181-0/+1
* Export pickler and pickled addresses so that other phases can pickle their infoDmitry Petrashko2015-03-181-5/+5
* Show compilation unit which failed pickling in tests.Martin Odersky2015-03-181-3/+3
* Re-org of pickling framework to enter before readMartin Odersky2015-03-181-8/+14
* Refinements to pickling testing frameworkMartin Odersky2015-03-181-8/+5
* Allow several units to be pickle-tested at once.Martin Odersky2015-03-181-19/+32
* Keeping track of unpickling definition order in Pickler.Martin Odersky2015-03-181-3/+3
* Run unpickler tests in next run.Martin Odersky2015-03-181-14/+20
* Added testing hooks for unpicklerMartin Odersky2015-03-181-3/+23
* Added pickling part of new scheme.Martin Odersky2015-03-181-1/+1
* Avoid capturing context in lazy treesMartin Odersky2015-03-181-1/+1
* New scheme for recording positionsMartin Odersky2015-03-181-1/+1
* Various fixes to unpicklingMartin Odersky2015-03-181-1/+1
* Save pickled bytes in compilation unitMartin Odersky2015-03-181-0/+4
* First version of unpickler for PositionsMartin Odersky2015-03-181-2/+2
* First version of position pickler.Martin Odersky2015-03-181-0/+2
* Record pickled trees in a hashmapMartin Odersky2015-03-181-1/+4
* Weaks to formatMartin Odersky2015-03-181-1/+1
* Make pickling output printer-dependent.Martin Odersky2015-03-181-2/+2
* Avoid pickling for Java-parsed compilation units.Martin Odersky2015-03-181-10/+11
* Add TASTY readers and printers for TASTy info.Martin Odersky2015-03-181-0/+29