aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/tasty
Commit message (Expand)AuthorAgeFilesLines
* Introduce recursive typesMartin Odersky2016-07-113-3/+20
* Allow general recursion in refined types.Martin Odersky2016-07-111-1/+1
* Allow refinements of new typesMartin Odersky2016-07-113-3/+11
* 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-233-6/+87
* 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
* | Simplify handling of sourcefiles in Tasty infoMartin Odersky2016-04-092-17/+4
* | Fix unpickling of Java SeqLiteralsMartin Odersky2016-04-071-3/+11
* | Update TastyFormat for SeqLiteralMartin Odersky2016-04-071-1/+1
* | Fix flags when unpickling setters of parameter accessorsMartin Odersky2016-04-071-0/+5
* | Take SourceFile annotations into account when computing sourceFileMartin Odersky2016-04-071-1/+1
* | Add unpickled source file path as annotation to root symbolsMartin Odersky2016-04-071-4/+8
* | Fix reading of SourceFile attribute from TastyMartin Odersky2016-04-071-2/+4
|/
* Move Mode to coreMartin Odersky2016-04-011-1/+0
* Merge pull request #1166 from dotty-staging/fix-#1136odersky2016-03-182-4/+5
|\
| * Add second field to SeqLiteralMartin Odersky2016-03-102-4/+5
* | Delete unused lineMartin Odersky2016-03-121-1/+0
* | Pickle/unpickle SuperAccessor namesMartin Odersky2016-03-102-8/+24
|/
* Synthesize classTags in Typer.Martin Odersky2016-02-201-0/+2
* TreeUnpickler unpickle only top-level packages and imports.Dmitry Petrashko2015-12-201-2/+26
* Postpone tree compaction till all phases finish operating TASTY.Dmitry Petrashko2015-12-202-4/+10
* Linker specific: TreePicker: export functions for reuseDmitry Petrashko2015-12-201-272/+271
* Have only one tree pickler per TASTY pickler.Dmitry Petrashko2015-12-201-0/+2
* Fix reading of Longs from tasty. Fixes wrong UUID.Dmitry Petrashko2015-12-201-1/+1
* Linker Specific: allow phases to get to TASTY section.Dmitry Petrashko2015-12-201-16/+17
* 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-273-1/+7
* Duplication of companion methods after using FromTasty fixedVladimirNik2015-11-251-4/+10
* Swap order of arguments in annotations for TastyVladimirNik2015-11-233-4/+3
* Swap order of arguments in annotationsMartin Odersky2015-11-221-1/+2
* Links between companions after unpickling are addedVladimirNik2015-11-171-2/+8
* 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
* Merge pull request #638 from dotty-staging/change/simplify-tastyodersky2015-06-193-38/+33
|\
| * Fixed compilation error.Martin Odersky2015-06-191-1/+0
| * Eliminate ABSOVERRIDE from TASTYMartin Odersky2015-06-193-21/+22
| * Don't keep SkolemTypes in TASTYMartin Odersky2015-06-193-16/+11