aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/pickling
Commit message (Expand)AuthorAgeFilesLines
* Split filterAsSeenFrom and generalized flag handling.Martin Odersky2013-03-121-1/+1
* Some fixes in ClassfileParserMartin Odersky2013-03-081-10/+10
* Some refinements for priningMartin Odersky2013-03-071-1/+1
* 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-032-6/+6
* more docs.Martin Odersky2013-02-281-1/+1
* Cleanup of flagsMartin Odersky2013-02-271-1/+2
* Cleaup of ContextsMartin Odersky2013-02-272-5/+6
* Filling in all ???sMartin Odersky2013-02-272-8/+10
* Completed implementation of FlagsMartin Odersky2013-02-252-2/+92
* Refactoring and cleanup of several symbol creation related aspects.Martin Odersky2013-02-242-68/+70
* Moving associatedFile from SymDenotation to SymbolMartin Odersky2013-02-231-2/+2
* UnPickler now also reads trees.Martin Odersky2013-02-222-300/+312
* 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-202-2/+2
* Making TypedTrees a full alternative to TreesMartin Odersky2013-02-192-21/+21
* Addec convenience methods for symbol creation.Martin Odersky2013-02-181-5/+1
* Changes to completers.Martin Odersky2013-02-182-48/+39
* Improved position handling.Martin Odersky2013-02-182-10/+9
* Fleshed out TypeTreeGen.Martin Odersky2013-02-182-12/+10
* Fleshed out tree handlingMartin Odersky2013-02-161-1/+1
* Added -d setting. Deleted sourcefile attribute handling in classfile parser b...Martin Odersky2013-02-151-8/+0
* Optimization: don't generate member symbols for private members in a Java cla...Martin Odersky2013-02-151-2/+3
* Creating an empty constructor if none has been read in the classfile.Martin Odersky2013-02-151-0/+10
* Moved ConstantPool to end of class ClassfileParserMartin Odersky2013-02-151-213/+213
* Consolidating error handling in unpickler and classfileparser.Martin Odersky2013-02-152-49/+22
* Almost completed code for unpickling and classfile loading.Martin Odersky2013-02-155-576/+2001
* 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-063-0/+1417