aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Scopes.scala
Commit message (Expand)AuthorAgeFilesLines
* Get more info on HeisenbugsMartin Odersky2015-11-091-0/+14
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-4/+4
* New method on scopes: openForMutationsMartin Odersky2014-12-181-3/+7
* Scopes: make sure every bucket of the hash table is usedGuillaume Martres2014-11-111-2/+4
* Make cloneScope less forcefull.Martin Odersky2014-11-091-6/+25
* More assertions in TreeChecker.Martin Odersky2014-10-261-0/+1
* Drop type declarations from erased ClassInfoMartin Odersky2014-10-111-1/+18
* Better TreeTypeMapsMartin Odersky2014-09-131-1/+15
* Make type creators work for erased types.Martin Odersky2014-08-241-1/+1
* Narrow assertion for Scope#enterMartin Odersky2014-08-101-2/+2
* Add cloneScope method and handle versioning of ClassInfo#declsMartin Odersky2014-07-171-4/+5
* Typos corrected.Dmitry Petrashko2014-03-031-2/+2
* Making completer take an implicit contextMartin Odersky2014-02-091-2/+2
* Removing conforms from StdNames because it shadows Predef.conforms, which is ...Martin Odersky2014-01-101-4/+4
* Some cleanups.Martin Odersky2014-01-021-1/+2
* Fixing problems in treatment of private symbolsMartin Odersky2013-12-241-2/+8
* Fixed several deep problems in handling of types and symbols.Martin Odersky2013-12-141-1/+1
* Changed handling of signatures in TermRefs.Martin Odersky2013-11-011-2/+4
* Experimental branch that drops {Term/Type}RefWithSym typesMartin Odersky2013-09-181-4/+4
* Improvements in implicits error reportingMartin Odersky2013-09-061-6/+7
* Fixing validity checking of denotations.Martin Odersky2013-08-131-8/+8
* Additions needed to support implicits.Martin Odersky2013-07-191-0/+15
* 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 filter utility method to Scopeā€¦Martin Odersky2013-04-071-5/+9
* More fixes for classfile reading.Martin Odersky2013-03-251-1/+2
* Fixes fingerprint problems.Martin Odersky2013-03-241-3/+0
* Attempt to fix fingerprint problem (disabled for now)Martin Odersky2013-03-231-1/+1
* More fixes to classfile reading.Martin Odersky2013-03-231-1/+3
* More fixes for classfile reading.Martin Odersky2013-03-221-1/+1
* Pretty-printing improvements.Martin Odersky2013-03-201-1/+2
* Fixing problem with reading typeParams correctly in UnpicklerMartin Odersky2013-03-191-0/+1
* 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