aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixing conflicts between #361 and #394Dmitry Petrashko2015-03-182-2/+1
| * Bringing back fix to TreeMap.transform(ValDef) that was lost during rebaseDmitry Petrashko2015-03-181-1/+1
| * Tweaks to pickle formatMartin Odersky2015-03-186-17/+17
| * Added missing patch to DefaultInit drop.Martin Odersky2015-03-181-1/+0
| * Simplifications to pickled flagsMartin Odersky2015-03-184-32/+27
| * Drop environment from pickled closures.Martin Odersky2015-03-182-9/+9
| * Change to PickleFormatMartin Odersky2015-03-184-8/+6
| * Add support of Shadowed names to TastyPrinterMartin Odersky2015-03-181-0/+1
| * Simplifications to TASTy formatMartin Odersky2015-03-183-19/+14
| * Pickling test reorgMartin Odersky2015-03-1822-3/+5
| * Remove Throw from picklingMartin Odersky2015-03-183-8/+0
| * Two more tweaks to make pickling invariant under printingMartin Odersky2015-03-184-5/+17
| * Homogenize printing of super calls.Martin Odersky2015-03-181-9/+10
| * Homogenize package ids and literalsMartin Odersky2015-03-182-6/+18
| * Further harmonization between typing and unpicklingMartin Odersky2015-03-181-3/+5
| * Drop choice of separator in expanded name.Martin Odersky2015-03-185-14/+17
| * Pickle signatures using qualified names.Martin Odersky2015-03-182-2/+10
| * Harmonize treatment of simplified between typer and unpicklerMartin Odersky2015-03-183-6/+6
| * Fix unpickling parameter aliasesMartin Odersky2015-03-181-3/+7
| * Pickle shadowed namesMartin Odersky2015-03-187-8/+35
| * 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
| * Add pickling testsMartin Odersky2015-03-181-1/+4
| * Re-org of pickling framework to enter before readMartin Odersky2015-03-184-73/+112
| * Avoid print-types being on by default in testingMartin Odersky2015-03-181-1/+1
| * 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-184-5/+103
| * 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
| * More testsMartin Odersky2015-03-188-0/+217
| * Fix tricky problem with re-establishing denotations of selftypesMartin Odersky2015-03-182-8/+31
| * Fix TastyReader#readLongIntMartin Odersky2015-03-182-1/+34
| * Compute PureInterface flag after pickling.Martin Odersky2015-03-1814-52/+445
| * 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-187-19/+187
| * 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/+27
| * Better tracking of unhygienic closure typesMartin Odersky2015-03-181-2/+5
| * Avoid dependent methods being closures.Martin Odersky2015-03-183-11/+34