summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Namers.scala
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #3494 from retronym/topic/opt-any-ref-mapGrzegorz Kossakowski2014-02-101-1/+1
|\ \ \
| * | | Optimization: use AnyRef map for Namer -> Typer tree handoffJason Zaugg2014-02-091-1/+1
* | | | Merge pull request #3476 from retronym/ticket/8207Adriaan Moors2014-02-091-2/+8
|\ \ \ \
| * | | | SI-8207 Allow import qualified by self referenceJason Zaugg2014-02-061-2/+8
* | | | | renames resetLocalAttrs to resetAttrsEugene Burmako2014-02-071-2/+2
| |/ / / |/| | |
* | | | Optimize use of methodTypeSchemaJason Zaugg2014-02-011-1/+2
|/ / /
* | | Merge pull request #3247 from soc/SI-8058-enumsAdriaan Moors2014-01-131-6/+23
|\ \ \ | |/ / |/| |
| * | SI-8058 Better support for enum treesSimon Ochsenreither2014-01-041-6/+23
* | | Merge pull request #3235 from xeno-by/topic/macro-plugin-interfaceEugene Burmako2014-01-081-14/+26
|\ \ \
| * | | hooks for naming and synthesis in Namers.scala and Typers.scalaEugene Burmako2013-12-301-8/+19
| * | | unprivates important helpers in Namers.scalaEugene Burmako2013-12-301-14/+14
| * | | manifests that Namers.mkTypeCompleter is flag-agnosticEugene Burmako2013-12-301-1/+1
| * | | gives a more specific signature to `computeMacroDefType`Eugene Burmako2013-12-301-3/+4
| |/ /
* / / awakens default getter synthesis from the untyper nightmareEugene Burmako2014-01-071-28/+54
|/ /
* | SI-8002 private access for local companionsJason Zaugg2013-11-241-0/+7
* | Eliminate redundant pickling code.Paul Phillips2013-10-121-3/+2
* | Removing unused code.Paul Phillips2013-10-021-7/+0