aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/unpickleScala2/Scala2Unpickler.scala
Commit message (Expand)AuthorAgeFilesLines
* Avoid cyclic errors when reading nsc.GlobalMartin Odersky2016-07-111-0/+7
* Refactoring of PolyType and TypeLambdaMartin Odersky2016-07-111-2/+2
* Fix appliedTo and typeParams, and higher kinded subtyping testsMartin Odersky2016-07-111-0/+8
* Remove old hk schemeMartin Odersky2016-07-111-2/+0
* Turn on new hk schemeMartin Odersky2016-07-111-1/+1
* Introduce recursive typesMartin Odersky2016-07-111-7/+6
* Allow general recursion in refined types.Martin Odersky2016-07-111-2/+2
* Make sure local data is unpickled at right phaseMartin Odersky2016-05-231-2/+4
* Refine todo commentMartin Odersky2016-04-291-1/+1
* Merge pull request #1172 from dotty-staging/compiler-docsodersky2016-04-011-1/+0
|\
| * Move Mode to coreMartin Odersky2016-04-011-1/+0
* | Temporarilly enable printing of original failure signature to debug failing b...Martin Odersky2016-03-311-1/+1
|/
* Add second field to SeqLiteralMartin Odersky2016-03-101-3/+3
* Make type parameter reordering generally available.Martin Odersky2016-02-191-11/+3
* Merge pull request #1057 from dotty-staging/fix/hide-stacktracesodersky2016-02-061-2/+2
|\
| * Hide stack traces behind -YdebugGuillaume Martres2016-02-051-2/+2
* | Surive non-existing sourceModule in Scala2 pickled info.Martin Odersky2016-02-051-2/+4
|/
* 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
|/
* 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
* 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-021-0/+1217