aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/Namer.scala
Commit message (Expand)AuthorAgeFilesLines
* First step towards Typer Reorganization.Martin Odersky2014-03-071-1/+1
* Got rid of SharedTreeDmitry Petrashko2014-03-061-1/+1
* Reorganization of template parents.Martin Odersky2014-03-011-15/+13
* Avoid memory leaks on repeated compilation.Martin Odersky2014-02-241-2/+2
* Two performance optimizationsMartin Odersky2014-02-131-1/+1
* COnverted symOfTree and expandedTree to attachments.Martin Odersky2014-02-111-13/+11
* New scheme for attachments.Martin Odersky2014-02-111-10/+15
* Get rid of CompleteInCreationContextMartin Odersky2014-02-091-2/+5
* Making completer take an implicit contextMartin Odersky2014-02-091-4/+4
* Invalidate companions after indexing.Martin Odersky2014-02-071-13/+10
* Checking for already existing symbols before creating new ones.Martin Odersky2014-02-061-10/+18
* Relaxing check that implicits must have explicit return typeMartin Odersky2014-02-021-1/+1
* Replacing most occurrences of HashMap with AnyRefMapMartin Odersky2014-01-301-10/+20
* Selective caching of SelectionProtos and ViewProtosMartin Odersky2014-01-271-1/+1
* Normalize parent types so that first one always refers to a class, not a trait.Martin Odersky2014-01-191-2/+7
* Invalidate companions of source-defined symbolsMartin Odersky2014-01-181-0/+21
* Fix problem with duplicate companion objects for classes with default paramet...Martin Odersky2014-01-171-9/+12
* Make typedAhead adapt to prototype.Martin Odersky2014-01-171-2/+2
* Avoiding a crash in the face of multiple overloaded variants with default arg...Martin Odersky2014-01-161-1/+5
* Treat "this" specially when it appears in a parent constructorMartin Odersky2014-01-151-2/+2
* Avoiding cyclic references involving module vals and imports.Martin Odersky2014-01-141-1/+13
* Make sure constructors have at least one non-empty parameter listsMartin Odersky2014-01-131-1/+5
* Handling refined types.Martin Odersky2014-01-111-13/+22
* Fix computation of inherited result types.Martin Odersky2014-01-061-9/+16
* Make anonymous methods non-dependent where possible so that they can be used ...Martin Odersky2014-01-041-3/+7
* Making printing configurable.Martin Odersky2014-01-031-3/+4
* Reverting a change in `tpd` that would no longer be type-correct under dotty ...Martin Odersky2014-01-011-1/+1
* Adding a prototype of the right-hand side of default-getters.Martin Odersky2013-12-311-8/+47
* Upgrades to handle subtyping between parameterized and higher-kinded types.Martin Odersky2013-12-311-2/+4
* Making the name of self visible inside a class.Martin Odersky2013-12-251-1/+7
* Early indexing of parameters in classes.Martin Odersky2013-12-231-10/+15
* Refactored NamerMartin Odersky2013-12-231-65/+59
* Normalize parents to be class refsMartin Odersky2013-12-221-1/+1
* Fixes to parent types.Martin Odersky2013-12-171-4/+8
* Three bugfixes to typing.Martin Odersky2013-12-171-4/+4
* Fixes to desugaring and indexing package objectsMartin Odersky2013-12-171-2/+5
* Better handling of cyclic reference errors.Martin Odersky2013-12-161-1/+18
* Setting Method flag when parsing classfiles and sourcesMartin Odersky2013-12-161-1/+2
* Check for no double defsMartin Odersky2013-12-161-1/+4
* Fixes to typed return, try, match.Martin Odersky2013-12-161-1/+1
* Fixes related to SAM types.Martin Odersky2013-12-151-2/+3
* Fixed several deep problems in handling of types and symbols.Martin Odersky2013-12-141-1/+4
* Fix of error that arose when searching for the companion object of a class wi...Martin Odersky2013-12-091-1/+1
* Fixes to inherited result types in Namer.Martin Odersky2013-12-091-11/+12
* Names of created symbols need to be encoded.Martin Odersky2013-12-081-2/+2
* Fixing expansion and merge companion defs.Martin Odersky2013-12-061-15/+24
* Changes to Desugar and Namer.Martin Odersky2013-12-051-13/+22
* More posishings of SymDenots/Denotations.Martin Odersky2013-11-261-1/+1
* Dropping the Expanded when computing type parameter variances.Martin Odersky2013-11-251-1/+1
* Cleanup of TermRef.withSym and TypeRef.withSymMartin Odersky2013-11-251-1/+1