aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/tasty/TreePickler.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge GenericType, TypeLambda and PolyTypeMartin Odersky2016-10-121-4/+1
* Use BodyAnnot to indicate rhs of inline methodMartin Odersky2016-10-021-4/+5
* Handle inlining in inlining argumentsMartin Odersky2016-10-021-1/+1
* Add accessors for non-public members accessed from inline methodsMartin Odersky2016-10-021-1/+1
* Better error message in TreePicklerMartin Odersky2016-10-021-2/+1
* Add Inlined tree nodeMartin Odersky2016-10-021-0/+10
* Drop PairMartin Odersky2016-09-251-4/+1
* Drop Config.checkKindsMartin Odersky2016-07-111-5/+2
* Get rid of BindingKindMartin Odersky2016-07-111-1/+0
* Remove refinement encoding of hk typesMartin Odersky2016-07-111-1/+1
* Start new, direct HK schemeMartin Odersky2016-07-111-0/+5
* Remove old hk schemeMartin Odersky2016-07-111-5/+0
* Change testsMartin Odersky2016-07-111-0/+4
* Introduce recursive typesMartin Odersky2016-07-111-0/+8
* Allow general recursion in refined types.Martin Odersky2016-07-111-1/+1
* Allow refinements of new typesMartin Odersky2016-07-111-1/+5
* Maintain ownerTree data structure when unpickling TastyMartin Odersky2016-05-231-1/+1
* Merge pull request #1166 from dotty-staging/fix-#1136odersky2016-03-181-2/+2
|\
| * Add second field to SeqLiteralMartin Odersky2016-03-101-2/+2
* | Pickle/unpickle SuperAccessor namesMartin Odersky2016-03-101-5/+16
|/
* Postpone tree compaction till all phases finish operating TASTY.Dmitry Petrashko2015-12-201-3/+8
* Linker specific: TreePicker: export functions for reuseDmitry Petrashko2015-12-201-272/+271
* Remove extraneous matchMartin Odersky2015-12-111-10/+6
* Switch to new hk scheme.Martin Odersky2015-12-061-23/+19
* Drop argumnt interpolation.Martin Odersky2015-11-301-1/+1
* Add pickling/unpickling of stable modifierVladimirNik2015-11-271-0/+1
* Swap order of arguments in annotations for TastyVladimirNik2015-11-231-1/+1
* Represent references to Scala2 inner classes as WithFixedSym typesMartin Odersky2015-10-251-15/+20
* Avoid orphan RefinedThis types in glb/lub.Martin Odersky2015-09-181-1/+1
* Rename Apply -> hkApplyMartin Odersky2015-09-181-1/+1
* Better error reporting in TreePicklerMartin Odersky2015-09-181-1/+3
* Eliminate ABSOVERRIDE from TASTYMartin Odersky2015-06-191-1/+1
* Don't keep SkolemTypes in TASTYMartin Odersky2015-06-191-1/+0
* Split RefinedThis and SkolemTypeMartin Odersky2015-06-061-1/+4
* Pickling modularization reorgMartin Odersky2015-05-021-0/+551