aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/pickling
Commit message (Expand)AuthorAgeFilesLines
* Forward-ported Jason's fix to setting privateWIthin from Java classfiles.Martin Odersky2013-06-151-0/+1
* Made type parameters left leaning for AndTypes.Martin Odersky2013-06-121-2/+15
* Integrated new treatment of higher-kinded types with Unpickler.Martin Odersky2013-06-071-37/+8
* More tweaks to desugaringMartin Odersky2013-05-231-1/+1
* Made tpd/untpd toplevel objects.Martin Odersky2013-05-222-2/+2
* More tree refactorings.Martin Odersky2013-05-222-2/+3
* Refactored Printing architecture.Martin Odersky2013-05-171-2/+3
* Refactored Printers, Showable and Text into new package dotc.printing.Martin Odersky2013-05-141-1/+1
* Various fixes to trees.Martin Odersky2013-05-121-3/+3
* New tree organization, with untyped trees that closely model source.Martin Odersky2013-04-301-2/+2
* Added TreeBuilder and TreeInfo classes.Martin Odersky2013-04-191-1/+1
* Scanners added.Martin Odersky2013-04-172-2/+2
* Re-organized comparisons of types with classes.Martin Odersky2013-04-102-6/+6
* Removing automatic legal prefix checking.Martin Odersky2013-04-101-1/+1
* Turn off preloading of denotations for unpickled symbols.Martin Odersky2013-04-101-4/+4
* Renamed creation methods of NamedTypesMartin Odersky2013-04-091-6/+5
* Added initial denotations to NamedType where feasible.Martin Odersky2013-04-091-1/+1
* Producing denotations for typeConstructors in ClassInfos early.Martin Odersky2013-04-091-4/+2
* Renaming ClassCompleter -> ClassCoimpleterWithDeclsMartin Odersky2013-04-092-4/+5
* Unpickling now removes ExprTypes nested in PolyTypes.Martin Odersky2013-04-091-1/+5
* Changes to pre complete declsMartin Odersky2013-04-072-7/+8
* RenamingsMartin Odersky2013-04-061-3/+3
* Refactored lazy class completers and module class completers.Martin Odersky2013-04-062-40/+17
* Weakening disambiguation from =:= to matches.Martin Odersky2013-04-051-1/+1
* Moved logic from setClassInfo to completer.Martin Odersky2013-04-051-15/+15
* Pre-initializing Unpickler NamedTypes with their Denotations.Martin Odersky2013-04-051-1/+1
* Fixed sourceModule fallback, adapting to new module class naming scheme.Martin Odersky2013-04-051-5/+7
* Use NoType instead of Any as sentinel for upper boundMartin Odersky2013-04-051-1/+1
* Made module class names end in '$'.Martin Odersky2013-04-052-4/+5
* Fix to flag translation.Martin Odersky2013-04-051-2/+2
* Adding debug code to disambiguation.Martin Odersky2013-04-051-2/+11
* Getting rid of forceProperType in UnpicklersMartin Odersky2013-03-261-14/+4
* More fixes to classfile reading.Martin Odersky2013-03-252-7/+11
* More fixes for classfile reading.Martin Odersky2013-03-252-4/+13
* More fixes to classfile loading.Martin Odersky2013-03-241-2/+10
* Fixes fingerprint problems.Martin Odersky2013-03-242-14/+14
* Attempt to fix fingerprint problem (disabled for now)Martin Odersky2013-03-231-5/+22
* More fixes to classfile reading.Martin Odersky2013-03-231-3/+19
* More fixes for classfile reading.Martin Odersky2013-03-221-13/+33
* More fixes to classfile reading.Martin Odersky2013-03-211-4/+11
* Pretty-printing improvements.Martin Odersky2013-03-201-3/+5
* Fixing problem with reading typeParams correctly in UnpicklerMartin Odersky2013-03-191-7/+27
* More changes for higher-kinded types emulation.Martin Odersky2013-03-181-8/+22
* Cleanup of higher-kinded types treatmentMartin Odersky2013-03-181-8/+25
* Added emulation of higher-kinded types.Martin Odersky2013-03-172-8/+27
* Various fixes to make classfile loading work.Martin Odersky2013-03-152-40/+34
* Various fixes that make loadDef largely work.Martin Odersky2013-03-142-10/+28
* Various fixes to get past Definitions#init.Martin Odersky2013-03-133-44/+103
* Revising of Denotation#existsMartin Odersky2013-03-121-1/+1
* Split filterAsSeenFrom and generalized flag handling.Martin Odersky2013-03-121-1/+1