aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* More fixes to unpicklingMartin Odersky2015-03-183-22/+25
* Tweak to printing TypevarsMartin Odersky2015-03-181-1/+2
* Fix tricky problem with re-establishing denotations of selftypesMartin Odersky2015-03-182-8/+31
* Fix TastyReader#readLongIntMartin Odersky2015-03-181-1/+1
* Compute PureInterface flag after pickling.Martin Odersky2015-03-186-52/+46
* More fixes to picklingMartin Odersky2015-03-183-8/+19
* Changes to Tasty formatMartin Odersky2015-03-185-80/+74
* Allow several units to be pickle-tested at once.Martin Odersky2015-03-181-19/+32
* Various fixes to PickleFormat, pickler and unpicklerMartin Odersky2015-03-183-66/+143
* Avoid annotations being dropped by stripTypeVarMartin Odersky2015-03-181-1/+2
* Tweaks to printingMartin Odersky2015-03-183-5/+14
* Change handling of roots when unpicklingMartin Odersky2015-03-182-4/+6
* Keeping track of unpickling definition order in Pickler.Martin Odersky2015-03-184-25/+51
* Better tracking of unhygienic closure typesMartin Odersky2015-03-181-2/+5
* Avoid dependent methods being closures.Martin Odersky2015-03-182-11/+22
* More careful determination of MethodType#isDependentMartin Odersky2015-03-181-9/+18
* Avoiding dependent method types in closuresMartin Odersky2015-03-182-8/+16
* Fix variance of type prefixes in TypeMap and TypeAccumulatorMartin Odersky2015-03-182-30/+55
* Fix problems in avoidMartin Odersky2015-03-181-2/+6
* Avoid escaping pattern bound variablesMartin Odersky2015-03-182-22/+27
* Print templates again in sugared form.Martin Odersky2015-03-181-3/+5
* Pass the correct context down in tree accumulators.Martin Odersky2015-03-181-81/+88
* Tweaks to printingMartin Odersky2015-03-182-67/+87
* Run unpickler tests in next run.Martin Odersky2015-03-181-14/+20
* Bugfixes in unpicklingMartin Odersky2015-03-187-36/+67
* Fix implicit problem in RefinedPrinter.Martin Odersky2015-03-182-6/+6
* Don't suppress ambiguous implicit notes.Martin Odersky2015-03-181-1/+1
* Align PickleFormat with doc specMartin Odersky2015-03-182-186/+180
* Pickle trait flag and compute PureInterface and NoInits in unpickler.Martin Odersky2015-03-185-28/+46
* Set NoInits also for non-trait classesMartin Odersky2015-03-181-6/+4
* Tweaks to printingMartin Odersky2015-03-182-12/+11
* Added testing hooks for unpicklerMartin Odersky2015-03-187-27/+67
* Ensure that start position is <= end position in ParserMartin Odersky2015-03-181-1/+1
* Added pickling part of new scheme.Martin Odersky2015-03-185-108/+54
* Finished new position unpickling code.Martin Odersky2015-03-186-118/+97
* Companion objects of abstract case classes are not functions.Martin Odersky2015-03-182-2/+5
* Bugfix: Take account of asSeenFrom in matchingDenotationMartin Odersky2015-03-182-9/+13
* Bugfix: Avoid importing constructorsMartin Odersky2015-03-181-1/+1
* Avoid capturing context in lazy treesMartin Odersky2015-03-1812-74/+82
* Handle ParsedTry nodes in RefinedPrinterMartin Odersky2015-03-181-0/+4
* Halfway to yet another scheme for handling positionsMartin Odersky2015-03-184-20/+57
* New scheme for recording positionsMartin Odersky2015-03-1812-167/+194
* Various fixes to unpicklingMartin Odersky2015-03-186-48/+64
* Fixed bugs related to Unpickling.Martin Odersky2015-03-183-41/+51
* Save pickled bytes in compilation unitMartin Odersky2015-03-182-0/+6
* Have pkg intsead of static external referencesMartin Odersky2015-03-184-13/+23
* First version of unpickler for PositionsMartin Odersky2015-03-187-674/+715
* Fix implementation of readEndMartin Odersky2015-03-181-1/+1
* Refactor traversals to be in Edge instead of PositionPickler.Martin Odersky2015-03-182-29/+36
* Add hooks for unpickling positions to trees.Martin Odersky2015-03-184-39/+87