aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Symbols.scala
Commit message (Expand)AuthorAgeFilesLines
* Made pos a total method on Symbols, returns NoSymbol if undefined.Martin Odersky2013-06-121-3/+3
* Added `pos` meethod to symbols.Martin Odersky2013-06-071-0/+5
* Namer redesign.Martin Odersky2013-06-061-2/+2
* wip, because I have to get off this machine.Martin Odersky2013-05-301-1/+1
* Made tpd/untpd toplevel objects.Martin Odersky2013-05-221-2/+1
* More tree refactorings.Martin Odersky2013-05-221-3/+5
* Refactored Printing architecture.Martin Odersky2013-05-171-1/+2
* Refactored Printers, Showable and Text into new package dotc.printing.Martin Odersky2013-05-141-2/+2
* Added a parser.Martin Odersky2013-05-071-1/+1
* Small fixes prompted by last week's code walkthrough.Martin Odersky2013-04-301-3/+4
* Added some predefined methods in Definitions.Martin Odersky2013-04-191-0/+3
* Scanners added.Martin Odersky2013-04-171-1/+1
* Renamed creation methods of NamedTypesMartin Odersky2013-04-091-2/+2
* Added initial denotations to NamedType where feasible.Martin Odersky2013-04-091-1/+1
* Changes to pre complete declsMartin Odersky2013-04-071-2/+2
* RenamingsMartin Odersky2013-04-061-1/+1
* Made module class names end in '$'.Martin Odersky2013-04-051-2/+4
* Fix to superId.Martin Odersky2013-04-051-5/+5
* More fixes to classfile reading.Martin Odersky2013-03-231-1/+1
* Pretty-printing improvements.Martin Odersky2013-03-201-7/+8
* Added emulation of higher-kinded types.Martin Odersky2013-03-171-0/+11
* Improvements to stub handling.Martin Odersky2013-03-141-17/+16
* Various fixes that make loadDef largely work.Martin Odersky2013-03-141-4/+4
* Various fixes to get past Definitions#init.Martin Odersky2013-03-131-13/+16
* Split filterAsSeenFrom and generalized flag handling.Martin Odersky2013-03-121-3/+3
* Fixed too hasty commit that caused build errors.Martin Odersky2013-03-111-1/+1
* First steps to make compiler start work.Martin Odersky2013-03-111-12/+24
* Added asInstanceOf args as they are inferred to be Nothing otherwise.Martin Odersky2013-03-081-1/+1
* Some refinements for priningMartin Odersky2013-03-071-1/+1
* Polishing of Symbols.Martin Odersky2013-03-041-24/+27
* Split scopes into immutable and mutable parts.Martin Odersky2013-03-031-1/+1
* Cleanup of flagsMartin Odersky2013-02-271-1/+1
* Rename Shared -> SharedTreeMartin Odersky2013-02-271-1/+1
* Completed implementation of FlagsMartin Odersky2013-02-251-2/+2
* Systeamtic use of symbolicRef abbreviation.Martin Odersky2013-02-251-1/+1
* Refactoring and cleanup of several symbol creation related aspects.Martin Odersky2013-02-241-128/+189
* Moving associatedFile from SymDenotation to SymbolMartin Odersky2013-02-231-3/+28
* Added methods to substitute trees and change their owners.Martin Odersky2013-02-221-2/+39
* Misc fixes to typed trees, flags, and elsewhere.Martin Odersky2013-02-211-1/+1
* Addec convenience methods for symbol creation.Martin Odersky2013-02-181-10/+45
* Improved position handling.Martin Odersky2013-02-181-26/+26
* Fleshed out TypeTreeGen.Martin Odersky2013-02-181-1/+7
* Add offset to Symbols.Martin Odersky2013-02-151-32/+50
* Added new utility methods to SymDenotations and refactored creation.Martin Odersky2013-02-081-4/+5
* Make superId management depend on TypeRefs instead of ClassSymbols.Martin Odersky2013-02-071-4/+5
* Replacing Symbol forwarders by two implicits from Symbol to SymDenotation/Cla...Martin Odersky2013-02-071-242/+19
* Getting rid of separate classes for TermSymbols and TypeSymbolsMartin Odersky2013-02-061-54/+26
* Some progress in printing things.Martin Odersky2013-02-061-0/+11
* Some additions to symbols, in particular copiers.Martin Odersky2013-02-061-31/+59
* Various additions and improvements, in preparation for addition of unpicklers.Martin Odersky2013-02-061-9/+41