aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools
Commit message (Expand)AuthorAgeFilesLines
* 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-0112-136/+733
* Refined completion, in particular for module symbols and made contexts explicit.Martin Odersky2013-02-018-141/+218
* Generalized no-prefix types to types that can refer to an arbitrary fixed sym...Martin Odersky2013-01-311-11/+14
* Added io infrastructure needed for SymbolLoadersMartin Odersky2013-01-319-15/+1050
* Various smallish fixes.Martin Odersky2013-01-314-22/+27
* Fleshed out definitions and class loading architecture.Martin Odersky2013-01-318-64/+1458
* Swiztched to name table, added StdNames and related definitions. Introduced L...Martin Odersky2013-01-3012-192/+1469
* New Context architecture based on cloningMartin Odersky2013-01-299-83/+166
* Added operations and flags for package objects.Martin Odersky2013-01-283-10/+24
* Consolidation of SymbolsMartin Odersky2013-01-287-95/+194
* Simplified RefinedTypes, keeping only the unary variant.Martin Odersky2013-01-274-236/+41
* Revised lazy loading, and typeParams are now computed from decls.Martin Odersky2013-01-271-88/+65
* Completed elimination of AppliedTypeMartin Odersky2013-01-274-53/+8
* Reverted tresatment of NoType in AppliedType: 6ed74c3a2f38aadfb0bfMartin Odersky2013-01-272-21/+5