aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* More careful determination of MethodType#isDependentMartin Odersky2015-03-181-9/+18
* Avoiding dependent method types in closuresMartin Odersky2015-03-182-8/+16
* Fix variance of type prefixes in TypeMap and TypeAccumulatorMartin Odersky2015-03-182-30/+55
* Fix problems in avoidMartin Odersky2015-03-181-2/+6
* Avoid escaping pattern bound variablesMartin Odersky2015-03-182-22/+27
* Print templates again in sugared form.Martin Odersky2015-03-181-3/+5
* Pass the correct context down in tree accumulators.Martin Odersky2015-03-181-81/+88
* Tweaks to printingMartin Odersky2015-03-182-67/+87
* Run unpickler tests in next run.Martin Odersky2015-03-181-14/+20
* Bugfixes in unpicklingMartin Odersky2015-03-187-36/+67
* Fix implicit problem in RefinedPrinter.Martin Odersky2015-03-182-6/+6
* Don't suppress ambiguous implicit notes.Martin Odersky2015-03-181-1/+1
* Align PickleFormat with doc specMartin Odersky2015-03-182-186/+180
* Pickle trait flag and compute PureInterface and NoInits in unpickler.Martin Odersky2015-03-185-28/+46
* Set NoInits also for non-trait classesMartin Odersky2015-03-181-6/+4
* Tweaks to printingMartin Odersky2015-03-182-12/+11
* Added testing hooks for unpicklerMartin Odersky2015-03-187-27/+67
* Ensure that start position is <= end position in ParserMartin Odersky2015-03-181-1/+1
* Added pickling part of new scheme.Martin Odersky2015-03-185-108/+54
* Finished new position unpickling code.Martin Odersky2015-03-186-118/+97
* Companion objects of abstract case classes are not functions.Martin Odersky2015-03-182-2/+5
* Bugfix: Take account of asSeenFrom in matchingDenotationMartin Odersky2015-03-182-9/+13
* Bugfix: Avoid importing constructorsMartin Odersky2015-03-181-1/+1
* Avoid capturing context in lazy treesMartin Odersky2015-03-1812-74/+82
* Handle ParsedTry nodes in RefinedPrinterMartin Odersky2015-03-181-0/+4
* Halfway to yet another scheme for handling positionsMartin Odersky2015-03-184-20/+57
* New scheme for recording positionsMartin Odersky2015-03-1812-167/+194
* Various fixes to unpicklingMartin Odersky2015-03-186-48/+64
* Fixed bugs related to Unpickling.Martin Odersky2015-03-183-41/+51
* Save pickled bytes in compilation unitMartin Odersky2015-03-182-0/+6
* Have pkg intsead of static external referencesMartin Odersky2015-03-184-13/+23
* First version of unpickler for PositionsMartin Odersky2015-03-187-674/+715
* Fix implementation of readEndMartin Odersky2015-03-181-1/+1
* Refactor traversals to be in Edge instead of PositionPickler.Martin Odersky2015-03-182-29/+36
* Add hooks for unpickling positions to trees.Martin Odersky2015-03-184-39/+87
* First version of position pickler.Martin Odersky2015-03-185-0/+131
* Record pickled trees in a hashmapMartin Odersky2015-03-183-4/+26
* First version of UnpicklerMartin Odersky2015-03-186-55/+725
* Add UUID to TastyMartin Odersky2015-03-184-10/+20
* Add signed ints in Tasty format.Martin Odersky2015-03-184-74/+128
* Move more functionality from Namer proper to context ops.Martin Odersky2015-03-182-35/+46
* Change order of fields in PickleFormatMartin Odersky2015-03-183-44/+40
* Polishings on TastyReaderMartin Odersky2015-03-184-26/+62
* Changes to pickling annotationsMartin Odersky2015-03-182-10/+14
* Add INSUPERCALL flag to pickle format.Martin Odersky2015-03-182-3/+6
* Moved part of computation of types of DefDefs from Namer to TypeOpsMartin Odersky2015-03-182-16/+19
* Make some tree fields lazyMartin Odersky2015-03-1815-78/+113
* Add auxiliary constructor for TastyPrinterMartin Odersky2015-03-182-2/+3
* Weaks to formatMartin Odersky2015-03-182-86/+87
* Tweaks in commentsMartin Odersky2015-03-183-9/+7