aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/typer/Namer.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1953 from dotty-staging/fix-wildapproxodersky2017-02-081-1/+1
|\
| * Fix wildApprox functionMartin Odersky2017-02-071-1/+1
* | Weaken assumption in mergeCompanionDefsliu fengyun2017-02-021-2/+4
* | Merge pull request #1929 from dotty-staging/multi-levelodersky2017-02-021-2/+4
|\ \ | |/ |/|
| * support pre-typer transform of treesliu fengyun2017-02-021-2/+4
* | Refactoring to make Checking not mutate denotationsMartin Odersky2017-02-021-3/+6
|/
* Adopt scala's scheme for root import hidingMartin Odersky2017-01-151-3/+8
* Infer type parameters of anonymous class parents from expected typeMartin Odersky2016-12-171-5/+5
* Better diagnosis for cyclic references caused by implicit searchMartin Odersky2016-12-121-1/+0
* Drop explicit types for local implicit valsMartin Odersky2016-12-121-1/+1
* Fix #1784: allow to omit types for local implicit valsMartin Odersky2016-12-121-3/+9
* Address reviewers commentsMartin Odersky2016-12-011-2/+2
* New phase for entering annotationsMartin Odersky2016-12-011-20/+89
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+1061