aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/unpickleScala2
Commit message (Expand)AuthorAgeFilesLines
* Make Modifiers untyped only.Martin Odersky2016-09-281-1/+2
* Get rid of SelectFromType tree node.Martin Odersky2016-09-251-1/+1
* Drop PairMartin Odersky2016-09-251-1/+1
* Swap order of elements in AnnotatedMartin Odersky2016-09-241-1/+1
* New string infterpolatorsMartin Odersky2016-08-161-2/+2
* Resume suspensions also when reading from classfilesMartin Odersky2016-07-221-3/+3
* Fix #1401: Make sure all refs are forwardedMartin Odersky2016-07-211-1/+1
* Address reviewers commentsMartin Odersky2016-07-111-2/+2
* Drop Config.checkKindsMartin Odersky2016-07-111-8/+1
* Refactor handling of unpickled type paramsMartin Odersky2016-07-111-15/+33
* 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
|/
* 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