aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/tasty/TreeUnpickler.scala
Commit message (Expand)AuthorAgeFilesLines
* Move logic from InlineInfo to BodyAnnotMartin Odersky2016-10-021-1/+0
* Use BodyAnnot to indicate rhs of inline methodMartin Odersky2016-10-021-7/+6
* Always use implicit context at the current periodMartin Odersky2016-10-021-2/+5
* Refactoring for registering InlineInfoMartin Odersky2016-10-021-5/+3
* Better names and documentation for Inliner.Martin Odersky2016-10-021-1/+1
* Add accessors for non-public members accessed from inline methodsMartin Odersky2016-10-021-2/+2
* Set the positions of inlined trees wehn read form TastyMartin Odersky2016-10-021-54/+22
* Support separate compilationMartin Odersky2016-10-021-0/+7
* Make namePos a member of memberDefMartin Odersky2016-09-291-1/+4
* Make Modifiers untyped only.Martin Odersky2016-09-281-2/+2
* Drop PairMartin Odersky2016-09-251-3/+1
* Get rid of BindingKindMartin Odersky2016-07-111-4/+1
* Fix parameter unpicklingMartin Odersky2016-07-111-10/+10
* Refactoring of PolyType and TypeLambdaMartin Odersky2016-07-111-1/+1
* Start new, direct HK schemeMartin Odersky2016-07-111-0/+9
* Remove old hk schemeMartin Odersky2016-07-111-8/+3
* Turn on new hk schemeMartin Odersky2016-07-111-2/+2
* Introduce recursive typesMartin Odersky2016-07-111-1/+6
* Allow refinements of new typesMartin Odersky2016-07-111-1/+4
* Fix typos in commentsMartin Odersky2016-05-231-2/+2
* Make isCOmpanion test cheaperMartin Odersky2016-05-231-6/+27
* Remember owner in completerMartin Odersky2016-05-231-4/+4
* Refine owner trees for templatesMartin Odersky2016-05-231-1/+1
* Adopt new scheme for handling forward references in TastyMartin Odersky2016-05-231-66/+106
* Maintain ownerTree data structure when unpickling TastyMartin Odersky2016-05-231-5/+75
* Let createSymbol return a symbolMartin Odersky2016-05-231-23/+24
* Make sure delayed Tasty unpicklings are done at the latest at Pickler phaseMartin Odersky2016-05-231-4/+6
* Disable stub checkingMartin Odersky2016-05-231-4/+13
* Use source module ref as assumed self type when reading TastyMartin Odersky2016-05-231-2/+6
* Merge pull request #1219 from dotty-staging/fix-strawmansDmitry Petrashko2016-04-201-0/+2
|\
| * Create LambdaTraits referred to from UnpicklerMartin Odersky2016-04-151-0/+2
* | Fix unpickling of Java SeqLiteralsMartin Odersky2016-04-071-3/+11
* | Fix flags when unpickling setters of parameter accessorsMartin Odersky2016-04-071-0/+5
|/
* Move Mode to coreMartin Odersky2016-04-011-1/+0
* Merge pull request #1166 from dotty-staging/fix-#1136odersky2016-03-181-2/+3
|\
| * Add second field to SeqLiteralMartin Odersky2016-03-101-2/+3
* | Delete unused lineMartin Odersky2016-03-121-1/+0
* | Pickle/unpickle SuperAccessor namesMartin Odersky2016-03-101-3/+8
|/
* Synthesize classTags in Typer.Martin Odersky2016-02-201-0/+2
* TreeUnpickler unpickle only top-level packages and imports.Dmitry Petrashko2015-12-201-2/+26
* Add pickling/unpickling of stable modifierVladimirNik2015-11-271-0/+1
* Duplication of companion methods after using FromTasty fixedVladimirNik2015-11-251-4/+10
* Swap order of arguments in annotations for TastyVladimirNik2015-11-231-2/+1
* Swap order of arguments in annotationsMartin Odersky2015-11-221-1/+2
* Links between companions after unpickling are addedVladimirNik2015-11-171-2/+8
* Merge pull request #638 from dotty-staging/change/simplify-tastyodersky2015-06-191-4/+6
|\
| * Fixed compilation error.Martin Odersky2015-06-191-1/+0
| * Eliminate ABSOVERRIDE from TASTYMartin Odersky2015-06-191-1/+6
| * Don't keep SkolemTypes in TASTYMartin Odersky2015-06-191-2/+0
* | Merge pull request #663 from dotty-staging/fix/#643-scala2-noinitsDmitry Petrashko2015-06-191-12/+16
|\ \ | |/ |/|