aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/typer/Namer.scala
Commit message (Expand)AuthorAgeFilesLines
* Add fullyDefinedType for class parent typesMartin Odersky2017-04-111-1/+1
* Cleanups of NameOpsMartin Odersky2017-04-111-8/+4
* Bug fixesMartin Odersky2017-04-111-1/+1
* Fix #2198: Don't widen module singletonsMartin Odersky2017-04-091-2/+4
* Eliminate LambdaAbstractMartin Odersky2017-04-061-4/+2
* Further refactoringsMartin Odersky2017-04-061-2/+2
* Rename PolyTypeTree -> LambdaTypeTreeMartin Odersky2017-04-061-3/+3
* Harmonize paramTypes and paramBoundsMartin Odersky2017-04-061-1/+1
* Allow value expansion of modules in mergeCompanionDefsMartin Odersky2017-04-041-1/+0
* Create dummy companions for classes without a real oneGuillaume Martres2017-03-291-5/+16
* Namer#createCompanionLinks: avoid using denotNamedGuillaume Martres2017-03-241-4/+4
* Fix #2137: Create dummy companions for top-level objects without a real oneGuillaume Martres2017-03-231-0/+19
* Remove warning from non exhaustive match in mergeCompanionDefs.Nicolas Stucki2017-03-161-1/+1
* Merge pull request #2057 from dotty-staging/merge-companionodersky2017-03-091-31/+97
|\
| * address review feedbackliu fengyun2017-03-071-29/+34
| * support merging companion objects in expanded treesliu fengyun2017-03-071-31/+92
* | Fix #2067: Compute defKind at Typer, not NamerMartin Odersky2017-03-081-2/+0
|/
* Drop named type parameters in classesMartin Odersky2017-03-041-49/+5
* adjustModuleCompleter: Avoid capturing ContextGuillaume Martres2017-02-201-11/+15
* ImportInfo: Do not capture ContextGuillaume Martres2017-02-181-1/+1
* 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