aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/tasty
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge pull request #663 from dotty-staging/fix/#643-scala2-noinitsDmitry Petrashko2015-06-191-12/+16
|\ \ | |/ |/|
| * Use FlagSet directly instead of defKindMartin Odersky2015-06-161-14/+15
| * Produce PureInterface flag together with NoInits flagMartin Odersky2015-06-161-10/+13
* | Split RefinedThis and SkolemTypeMartin Odersky2015-06-063-12/+18
|/
* Fix DenotationNotDefinedHere in pattern matcherMartin Odersky2015-05-211-1/+1
* val is redundant for case class parameters.Jason Zaugg2015-05-142-2/+2
* Fix a few Scaladoc warningsJason Zaugg2015-05-142-2/+2
* Correct a large number of typos.Jason Zaugg2015-05-141-1/+1
* Pickling modularization reorgMartin Odersky2015-05-0214-0/+3022