aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/unpickleScala2
Commit message (Expand)AuthorAgeFilesLines
* Perform variance adaptation only when needed in isSubTypeMartin Odersky2015-12-131-1/+1
* Switch to new hk scheme.Martin Odersky2015-12-061-3/+4
* Use new adaptArgs for Scala2UnpicklerMartin Odersky2015-12-061-45/+1
* Swap order of arguments in annotationsMartin Odersky2015-11-221-4/+1
* Links between companions after unpickling are addedVladimirNik2015-11-171-10/+3
* Avoid setting info with parents too early when unpicklingMartin Odersky2015-11-171-2/+0
* Eta expand according to expected type parameter varianceMartin Odersky2015-11-171-2/+47
* Remove duplication of companion methods in Scala2UnpicklerVladimirNik2015-11-161-6/+10
* Get more info on HeisenbugsMartin Odersky2015-11-091-1/+7
* Print missing ref diagnostics on stderrMartin Odersky2015-11-091-2/+2
* Avoid cyclic reference errors when unpickling classesMartin Odersky2015-11-091-5/+9
* Shorten ..Class.typeRef to ..TypeMartin Odersky2015-11-091-2/+2
* Add more info on missing references in unpickler.Martin Odersky2015-11-051-0/+2
* Reorder unpickled type params if necessaryMartin Odersky2015-11-041-1/+11
* Merge pull request #860 from dotty-staging/change-allow-ex-in-hkDmitry Petrashko2015-11-021-3/+6
|\
| * Represent references to Scala2 inner classes as WithFixedSym typesMartin Odersky2015-10-251-1/+4
| * Make SuperAccessor and Scala2x "FromStart" flags.Martin Odersky2015-10-251-1/+1
| * Don't drop $apply when eliminating existentials in unpicklerMartin Odersky2015-10-241-1/+1
* | Print stack traces before creating stub symbolsDmitry Petrashko2015-10-231-0/+1
|/
* Address reviewer comments #811.Dmitry Petrashko2015-10-121-5/+2
* UnpickleScala2: Scala modules do not set Lazy Flag.Dmitry Petrashko2015-09-291-1/+4
* 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