aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Pickle signatures using qualified names.Martin Odersky2015-03-182-2/+10
* Harmonize treatment of simplified between typer and unpicklerMartin Odersky2015-03-182-5/+5
* Fix unpickling parameter aliasesMartin Odersky2015-03-181-3/+7
* Pickle shadowed namesMartin Odersky2015-03-186-7/+33
* Rename inheritedName -> shadowedNameMartin Odersky2015-03-184-7/+7
* Show compilation unit which failed pickling in tests.Martin Odersky2015-03-181-3/+3
* Fix to pickling literalsMartin Odersky2015-03-181-2/+7
* Re-org of pickling framework to enter before readMartin Odersky2015-03-184-73/+112
* Refinements to pickling testing frameworkMartin Odersky2015-03-181-8/+5
* Don't print implicit for classes in homogenized viewMartin Odersky2015-03-181-1/+2
* Avoid treating setters as class parameters when picklingMartin Odersky2015-03-181-1/+2
* Harmonize parameterless constructors between unpickling and namerMartin Odersky2015-03-182-7/+11
* Deal gracefully with out-of-scope references wehn unpicklingMartin Odersky2015-03-183-5/+38
* Revert of interpolation decision when generating APPLIEDTYPEsMartin Odersky2015-03-181-1/+1
* Systematic treatement of homogenized views in printingMartin Odersky2015-03-182-6/+13
* 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