aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc
Commit message (Expand)AuthorAgeFilesLines
* Addec convenience methods for symbol creation.Martin Odersky2013-02-183-25/+51
* Changes to completers.Martin Odersky2013-02-185-105/+57
* Improved position handling.Martin Odersky2013-02-187-106/+213
* Fleshed out TypeTreeGen.Martin Odersky2013-02-1810-99/+303
* Fleshed out tree handlingMartin Odersky2013-02-164-31/+401
* Added -d setting. Deleted sourcefile attribute handling in classfile parser b...Martin Odersky2013-02-153-9/+117
* 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-153-52/+23
* Almost completed code for unpickling and classfile loading.Martin Odersky2013-02-156-621/+2037
* New definitions and flagsMartin Odersky2013-02-153-34/+61
* Adding method to create denotations to Contexts.Martin Odersky2013-02-151-28/+96
* Add method to show a scope.Martin Odersky2013-02-151-2/+1
* PreNames as a way to unify Names and Strings.Martin Odersky2013-02-152-1/+17
* A method to show denotationsMartin Odersky2013-02-151-1/+8
* Add offset to Symbols.Martin Odersky2013-02-153-49/+84
* Some new utility methods in Types.Martin Odersky2013-02-152-4/+19
* More annotation constructors.Martin Odersky2013-02-151-6/+29
* Treating all annotations as wrappers over trees.Martin Odersky2013-02-114-64/+71
* Avoiding an unchecked warning in a switch.Martin Odersky2013-02-111-1/+2
* A new way to make typed trees.Martin Odersky2013-02-111-2/+54
* Small stylistic change: use object name instead of self type.Martin Odersky2013-02-111-2/+2
* Merge remote-tracking branch 'origin/master'Martin Odersky2013-02-114-6/+7
|\
| * Fix apparent cut-n-pasto in Type#mapOrJason Zaugg2013-02-101-1/+1
| * Break initialization cycle in Transformers.Jason Zaugg2013-02-101-2/+3
| * Make NoContext#base a def.Jason Zaugg2013-02-101-1/+1
| * Fix Settings#value.Jason Zaugg2013-02-101-2/+2
* | Integration of ConstantsMartin Odersky2013-02-095-44/+260
|/
* Fleshed out printers.Martin Odersky2013-02-082-55/+374
* New stuff in Definitions.Martin Odersky2013-02-081-2/+48
* Added new utility methods to SymDenotations and refactored creation.Martin Odersky2013-02-086-24/+105
* Added methods to convert between (virtual) type application and refinements.Martin Odersky2013-02-083-34/+98
* Make superId management depend on TypeRefs instead of ClassSymbols.Martin Odersky2013-02-072-9/+10
* Make typeConstructors of package classes symbolic.Martin Odersky2013-02-071-2/+3
* Replacing Symbol forwarders by two implicits from Symbol to SymDenotation/Cla...Martin Odersky2013-02-073-442/+373
* Getting rid of separate classes for TermSymbols and TypeSymbolsMartin Odersky2013-02-063-61/+33
* Disentangled denotation types from their symbols, based on info instead.Martin Odersky2013-02-062-8/+8
* Some progress in printing things.Martin Odersky2013-02-065-26/+113
* Fixed Type hierarchy diagramMartin Odersky2013-02-061-10/+11
* Some additions to symbols, in particular copiers.Martin Odersky2013-02-062-37/+64
* Integration of unpicklersMartin Odersky2013-02-063-0/+1417
* Various additions and improvements, in preparation for addition of unpicklers.Martin Odersky2013-02-0611-108/+287
* Introduces caching for condensed contextsMartin Odersky2013-02-031-6/+12
* Refined completion protocol to account for missing toplevel symbols.Martin Odersky2013-02-033-56/+44
* Making contexts retained in completers condensed to avoid space leaksMartin Odersky2013-02-034-5/+11
* Integration of settings, platform, pathresolver, etc.Martin Odersky2013-02-039-93/+465
* Added config package with settings, platform.Martin Odersky2013-02-0111-100/+697
* Refined completion, in particular for module symbols and made contexts explicit.Martin Odersky2013-02-017-139/+218
* Generalized no-prefix types to types that can refer to an arbitrary fixed sym...Martin Odersky2013-01-311-11/+14