aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Scopes.scala
Commit message (Expand)AuthorAgeFilesLines
* First steps to make compiler start work.Martin Odersky2013-03-111-12/+9
* Some refinements for priningMartin Odersky2013-03-071-3/+3
* Polishing of scopes.Martin Odersky2013-03-061-9/+9
* Split scopes into immutable and mutable parts.Martin Odersky2013-03-031-69/+99
* Renamed DenotationSet -> PreDenotationMartin Odersky2013-02-271-2/+2
* Filling in all ???sMartin Odersky2013-02-271-1/+1
* Add method to show a scope.Martin Odersky2013-02-151-2/+1
* Various additions to symbols, denotations, and elsewhereMartin Odersky2013-01-241-6/+1
* Big renaming to drop Reference(d) as a terminology and use Denotation instead...Martin Odersky2013-01-211-5/+6
* Renamed "Reference" to "Referenced".Martin Odersky2013-01-171-3/+3
* Completed period-tracking in named types. Made Denotation a subtype of symbli...Martin Odersky2013-01-171-1/+1
* Implemented baseClasses and baseTypes (2). Refactored RefinedType and ClassIn...Martin Odersky2012-12-161-0/+12
* Initial commitMartin Odersky2012-12-061-0/+299