aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/SymbolLoaders.scala
Commit message (Expand)AuthorAgeFilesLines
* Some more fixes for classfile loadingMartin Odersky2013-03-231-2/+2
* More fixes to classfile reading.Martin Odersky2013-03-231-20/+29
* More fixes for classfile reading.Martin Odersky2013-03-221-5/+8
* More fixes to classfile reading.Martin Odersky2013-03-211-1/+10
* Various fixes to make classfile loading work.Martin Odersky2013-03-151-1/+1
* Improvements to stub handling.Martin Odersky2013-03-141-1/+1
* Various fixes that make loadDef largely work.Martin Odersky2013-03-141-6/+6
* Various fixes to get past Definitions#init.Martin Odersky2013-03-131-14/+25
* Split filterAsSeenFrom and generalized flag handling.Martin Odersky2013-03-121-4/+4
* First steps to make compiler start work.Martin Odersky2013-03-111-12/+26
* Polishing of SymbolLoadersMartin Odersky2013-03-071-7/+8
* Split scopes into immutable and mutable parts.Martin Odersky2013-03-031-2/+2
* Cleaup of ContextsMartin Odersky2013-02-271-1/+1
* Filling in all ???sMartin Odersky2013-02-271-39/+40
* Refactoring and cleanup of several symbol creation related aspects.Martin Odersky2013-02-241-31/+26
* Changes to completers.Martin Odersky2013-02-181-1/+1
* Consolidating error handling in unpickler and classfileparser.Martin Odersky2013-02-151-3/+1
* Almost completed code for unpickling and classfile loading.Martin Odersky2013-02-151-45/+36
* Various additions and improvements, in preparation for addition of unpicklers.Martin Odersky2013-02-061-71/+72
* Refined completion protocol to account for missing toplevel symbols.Martin Odersky2013-02-031-48/+19
* Integration of settings, platform, pathresolver, etc.Martin Odersky2013-02-031-2/+2
* Added config package with settings, platform.Martin Odersky2013-02-011-64/+43
* Refined completion, in particular for module symbols and made contexts explicit.Martin Odersky2013-02-011-0/+8
* Added io infrastructure needed for SymbolLoadersMartin Odersky2013-01-311-0/+300