aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/unpickleScala2
Commit message (Expand)AuthorAgeFilesLines
...
* Rename Apply -> hkApplyMartin Odersky2015-09-181-2/+2
* Avoid cycles when eliminating existentials in unpicklingMartin Odersky2015-09-181-4/+23
* Use EtaExpand instead of LambdaAbstract when unpickling typerefsMartin Odersky2015-09-181-5/+1
* Allow to use safe substitution in LambdaAbstractMartin Odersky2015-09-181-1/+1
* Lambda abstract all TypeRefs when unpickling.Martin Odersky2015-09-181-0/+5
* Always lambda abstract TempPolyTypes representing types.Martin Odersky2015-09-181-12/+3
* Avoid generating companion-methods for non-class types.Martin Odersky2015-09-181-3/+5
* Surivive Cyclic References when unpickling Scala 2 HK typesMartin Odersky2015-09-081-2/+4
* When unpickling, translate T* to Seq[T] unless it's a parameter type.Martin Odersky2015-08-221-0/+1
* When unpickling Scala2, treat VALsyms separately from MODULEsymsMartin Odersky2015-08-221-1/+3
* Drop TraitConstructors phaseMartin Odersky2015-06-271-1/+1
* Merge pull request #663 from dotty-staging/fix/#643-scala2-noinitsDmitry Petrashko2015-06-191-1/+1
|\
| * Add NoInits when reading a Scala2 pure interfaceMartin Odersky2015-06-161-1/+1
* | Split RefinedThis and SkolemTypeMartin Odersky2015-06-061-1/+1
|/
* Correct a large number of typos.Jason Zaugg2015-05-141-3/+3
* Pickling modularization reorgMartin Odersky2015-05-022-0/+1516