aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/pickling/UnPickler.scala
Commit message (Expand)AuthorAgeFilesLines
* Finished polishing of Types and TypeOps.Martin Odersky2013-03-061-2/+3
* Renamed RefinedType#name, #info…Martin Odersky2013-03-041-1/+1
* Split scopes into immutable and mutable parts.Martin Odersky2013-03-031-3/+3
* more docs.Martin Odersky2013-02-281-1/+1
* Cleaup of ContextsMartin Odersky2013-02-271-2/+2
* Filling in all ???sMartin Odersky2013-02-271-1/+1
* Completed implementation of FlagsMartin Odersky2013-02-251-1/+1
* Refactoring and cleanup of several symbol creation related aspects.Martin Odersky2013-02-241-21/+19
* Moving associatedFile from SymDenotation to SymbolMartin Odersky2013-02-231-2/+2
* UnPickler now also reads trees.Martin Odersky2013-02-221-299/+311
* Generalized ArrayValue -> SeqLiteralMartin Odersky2013-02-211-1/+1
* Refined tree typing and started on checksMartin Odersky2013-02-201-1/+1
* Moved TypeTrees defs into nested object tpd.Martin Odersky2013-02-201-1/+1
* Making TypedTrees a full alternative to TreesMartin Odersky2013-02-191-14/+14
* Changes to completers.Martin Odersky2013-02-181-7/+2
* Improved position handling.Martin Odersky2013-02-181-7/+6
* Fleshed out TypeTreeGen.Martin Odersky2013-02-181-8/+6
* Fleshed out tree handlingMartin Odersky2013-02-161-1/+1
* Consolidating error handling in unpickler and classfileparser.Martin Odersky2013-02-151-30/+14
* Almost completed code for unpickling and classfile loading.Martin Odersky2013-02-151-558/+591
* Treating all annotations as wrappers over trees.Martin Odersky2013-02-111-46/+49
* Added methods to convert between (virtual) type application and refinements.Martin Odersky2013-02-081-22/+6
* Getting rid of separate classes for TermSymbols and TypeSymbolsMartin Odersky2013-02-061-4/+4
* Integration of unpicklersMartin Odersky2013-02-061-0/+1008