aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/SymDenotations.scala
Commit message (Expand)AuthorAgeFilesLines
* Avoiding search for companion module if class in question is anonymous.Martin Odersky2013-12-311-1/+1
* Fixing a bug which arose for class denotations that were absent.Martin Odersky2013-12-251-0/+1
* Fix for caching of denotsNamed.Martin Odersky2013-12-251-3/+10
* Fix to computeNPMembersNamed.Martin Odersky2013-12-251-4/+7
* Fixing problems in treatment of private symbolsMartin Odersky2013-12-241-11/+20
* Special handling of implicit members.Martin Odersky2013-12-171-2/+5
* Better handling of cyclic reference errors.Martin Odersky2013-12-161-0/+1
* Fixed several deep problems in handling of types and symbols.Martin Odersky2013-12-141-4/+10
* Dropping TRAIT_CONSTRUCTOR name.Martin Odersky2013-12-061-2/+2
* Hoisting out commonly used values into util.commonMartin Odersky2013-11-281-1/+1
* Changed SignaturesMartin Odersky2013-11-271-27/+26
* More posishings of SymDenots/Denotations.Martin Odersky2013-11-261-21/+15
* Dropping the Expanded when computing type parameter variances.Martin Odersky2013-11-251-15/+8
* Tweaks to SymDenotationsMartin Odersky2013-11-251-37/+48
* Cleanup of named type creation from SymDenotations.Martin Odersky2013-11-231-19/+23
* Renaming: typeConstructor -> typeRefMartin Odersky2013-11-221-4/+4
* Converting most uses of NamedType to select.Martin Odersky2013-11-151-1/+1
* Some configuation parametersMartin Odersky2013-11-141-8/+10
* Added missing case in allOverriddenSymbolsMartin Odersky2013-11-031-1/+4
* Fixed problem in handing of self types.Martin Odersky2013-10-241-0/+1
* Caching asSeenFrom on denotations.Martin Odersky2013-10-231-4/+8
* Cleanup of new scheme for handling local type parameters and type members.Martin Odersky2013-10-091-2/+10
* Prefiltering members in computeMembers ...Martin Odersky2013-10-021-0/+3
* Sereval more bugfixes to typer and type handling.Martin Odersky2013-09-251-0/+7
* Fixing problem related to overloaded symbolsMartin Odersky2013-09-241-1/+6
* Experimental branch that drops {Term/Type}RefWithSym typesMartin Odersky2013-09-181-11/+14
* Bug fixes and improvements in error diagnostics.Martin Odersky2013-09-161-4/+2
* Improvements in implicits error reportingMartin Odersky2013-09-061-2/+2
* Review of all deompositions of NamedTypeMartin Odersky2013-08-241-1/+1
* Fixes to import handling and adaptation and implicitsMartin Odersky2013-08-211-8/+11
* Fixes handling of modules in namer.Martin Odersky2013-08-201-10/+9
* Refactored scheme for maintaining sourceModule, moduleClass and decls in lazy...Martin Odersky2013-08-201-27/+26
* Some additions to module completionMartin Odersky2013-08-191-8/+16
* Several fixes and refactorings for typecheckingMartin Odersky2013-08-191-5/+21
* Making definitions permanentMartin Odersky2013-08-171-1/+1
* Various bugfixes for namer/typer/treesMartin Odersky2013-08-161-5/+13
* Fixes CyclicReference on enterMartin Odersky2013-08-151-1/+1
* Fixing validity checking of denotations.Martin Odersky2013-08-131-1/+2
* Handling typevars in inference.Martin Odersky2013-08-011-6/+0
* Additions needed to support implicits.Martin Odersky2013-07-191-5/+1
* Logic to ensure the following invariant: A class denotation's validity period...Martin Odersky2013-07-121-36/+61
* Added functionality to deal with function applications.Martin Odersky2013-07-111-35/+50
* Added accessibility checks to typedIdentMartin Odersky2013-06-201-8/+8
* Taking accessibility into account for &, |Martin Odersky2013-06-191-1/+1
* Added typedIdent method.Martin Odersky2013-06-181-0/+4
* Namer redesign.Martin Odersky2013-06-061-2/+0
* More solid design of Namer with some Typer bits added.Martin Odersky2013-06-031-8/+2
* wip, because I have to get off this machine.Martin Odersky2013-05-301-6/+9
* wip namer.Martin Odersky2013-05-281-0/+5
* Small fixes prompted by last week's code walkthrough.Martin Odersky2013-04-301-7/+21