summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Namers.scala
Commit message (Expand)AuthorAgeFilesLines
* Allow user-defined `[un]apply` in case companionAdriaan Moors2017-04-051-24/+75
* Refactor implementation of lookupCompanionJason Zaugg2017-02-191-3/+6
* Merge pull request #5550 from retronym/ticket/3772Lukas Rytz2016-12-121-5/+5
|\
| * SI-3772 Fix detection of term-owned companionsJason Zaugg2016-11-291-5/+5
* | Merge pull request #5570 from adriaanm/t10075Adriaan Moors2016-12-051-4/+7
|\ \
| * | SI-10075 annotations go to lazy val's underlying fieldAdriaan Moors2016-12-051-4/+7
| |/
* / Partial fix for SI-7046Miles Sabin2016-11-281-2/+29
|/
* Typo and spelling correctionsJanek Bogucki2016-11-111-1/+1
* Merge pull request #5294 from adriaanm/fields-laziesAdriaan Moors2016-09-011-64/+88
|\
| * Fields does bitmaps & synch for lazy vals & modulesAdriaan Moors2016-08-291-1/+1
| * SI-8873 don't propagate primary ctor arg to case class's applyAdriaan Moors2016-08-291-0/+11
| * Fields phase expands lazy vals like modulesAdriaan Moors2016-08-291-68/+81
* | Ensure trait var accessor type is widenedAdriaan Moors2016-08-291-1/+2
|/
* Drive accessor synthesis from info transformerAdriaan Moors2016-08-111-95/+164
* Address lrytz's review feedbackAdriaan Moors2016-08-111-2/+9
* Fields phaseAdriaan Moors2016-08-111-172/+223
* SD-167 Fine tuning constructor pattern translationJason Zaugg2016-07-251-1/+1
* SI-9849 set privateWithin on default gettersLukas Rytz2016-07-121-1/+1
* SI-9256 check companions in same compilation unit only if same runLukas Rytz2016-06-061-0/+1
* opt: fuse some operations on `Scope`sAdriaan Moors2016-06-011-1/+1
* Merge pull request #4903 from som-snytt/issue/9622Jason Zaugg2016-01-181-9/+10
|\
| * SI-9622 Native method may be privateSom Snytt2016-01-131-9/+10
* | SI-8700 Exhaustiveness warning for enums from Java sourceSimon Ochsenreither2016-01-141-2/+5
|/
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+0
* SI-9498 Centralize and bolster TypeRef cache invalidationJason Zaugg2015-09-301-7/+3
* Simplify decision whether to derive accessorsAdriaan Moors2015-09-021-16/+15
* Streamline MethodSynthesis & NamersAdriaan Moors2015-09-021-6/+4
* Rename the ENUM / DEFAULTMETHOD flags to include JAVA_Lukas Rytz2015-07-221-2/+2
* Fix 27 typos (p-r)Janek Bogucki2015-06-301-2/+2
* Fix many typosMichaƂ Pociecha2015-04-211-1/+1
* Removed warningsEECOLOR2015-03-261-1/+2
* Deprecations: Use of isPackage, hasSymbol, getter, setter...Simon Ochsenreither2015-03-261-3/+3
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* Fix typoJean-Remi Desjardins2014-12-041-1/+1
* Merge pull request #4081 from retronym/ticket/8943Jason Zaugg2014-11-021-0/+1
|\
| * SI-8943 Handle non-public case fields in pres. compilerJason Zaugg2014-10-291-0/+1
* | SI-8941 Idempotent presentation compilation of implicit classesJason Zaugg2014-10-281-2/+4
|/
* SI-8217 allow abstract type members in objectsPaolo G. Giarrusso2014-10-011-0/+1
* Extract the `makeNonSilent` method.Adriaan Moors2014-07-171-2/+1
* SI-8525 No anonymous lintSom Snytt2014-07-101-1/+1
* Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-041-3/+3
* Optimize enforcement of dependent method type restrictionsJason Zaugg2014-05-261-5/+4
* Fast path in Namer for methods without defaultsJason Zaugg2014-05-261-3/+8
* Merge commit 'ec05aeb' into topic/merge-2.10.xJason Zaugg2014-05-081-4/+1
|\
| * SI-8479 Fix constructor default args under scaladocJason Zaugg2014-04-071-4/+1
* | SI-6732 deprecates internal#Symbol.isPackageEugene Burmako2014-02-141-1/+1
* | Merge pull request #3389 from retronym/ticket/8134-2Jason Zaugg2014-02-131-0/+18
|\ \
| * | SI-5954 Add a TODO comment with an idea for future workJason Zaugg2014-01-211-0/+7
| * | SI-5954 Invalidate TypeRef cache when opening package objectJason Zaugg2014-01-201-0/+7
| * | SI-8134 SI-5954 Fix companions in package object under separate comp.Jason Zaugg2014-01-201-0/+4