summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Namers.scala
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #2327 from paulp/pr/2315-rebasedPaul Phillips2013-04-021-2/+2
|\ \
| * | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-2/+2
* | | Merge pull request #2317 from retronym/ticket/7232-masterAdriaan Moors2013-04-011-1/+7
|\ \ \
| * | | SI-7232 Fix Java import vs defn. binding precendenceJason Zaugg2013-03-261-1/+7
* | | | Merge pull request #2305 from retronym/ticket/7296-2Adriaan Moors2013-03-291-4/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-7296 Remove arity limit for case classesJason Zaugg2013-03-251-3/+0
| * | | SI-7296 Avoid crash with nested 23-param case classJason Zaugg2013-03-251-1/+3
| |/ /
* / / Overhauled local/getter/setter name logic.Paul Phillips2013-03-251-3/+3
|/ /
* | Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-11/+11
* | Simplified the widening logic.Paul Phillips2013-03-101-17/+13
* | Eliminated all forInteractive/forScaladoc uses.Paul Phillips2013-03-091-40/+5
* | Enabling commit for interactive/scaladoc modules.Paul Phillips2013-03-091-13/+18
* | Name boolean arguments in src/compiler.Jason Zaugg2013-03-051-1/+1
* | Merge branch 2.10.1 into masterAdriaan Moors2013-02-271-2/+6
|\|
| * SI-6576 Workaround / diagnostic for IDE NPE.Jason Zaugg2013-02-191-2/+6
| * Merge pull request #2017 from retronym/ticket/6666James Iry2013-02-081-3/+6
| |\
| * | [nomaster] Revert "refactors handling of parent types"Eugene Burmako2013-02-051-2/+7
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge commit 'b43ae58f31'; commit 'b579a42ee3'; commit '81fa831609' into merg...Paul Phillips2013-02-101-3/+6
|\ \ \ \ \ | | | |/ / | | |/| / | | | |/
| | | * SI-6666 Account for nesting in setting INCONSTRUCTORJason Zaugg2013-02-021-3/+6
| | |/ | |/|
* | | Merge commit 'f3cdf146709e0dd98533ee77e8ca2566380cb932'Lukas Rytz2013-02-041-200/+308
|\ \ \ | | |/ | |/|
| * | Analyzer PluginsLukas Rytz2013-02-031-11/+17
| * | SI-1803, plus documentation and cleanups in Namers, mainly in typeSigLukas Rytz2013-02-031-194/+296
| |/
* | Wider use of isTopLevelJason Zaugg2013-01-261-8/+8
* | parentTypes => typedParentTypesEugene Burmako2013-01-091-1/+1
* | changes isTermMacro checks to something more universalEugene Burmako2013-01-091-1/+1
* | Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2012-12-201-2/+6
|\|
| * SI-6795 Simplify errors related to "abstract override" on type membersJames Iry2012-12-101-2/+6
| * SI-6795 Adds negative check for "abstract override" on types in traitsJames Iry2012-12-101-2/+2
* | Eliminating var-like setter tpe_= on Tree.Paul Phillips2012-12-191-2/+1
* | Merge branch 'merge-wip-into-2.10.x' into merge-2.10-into-masterPaul Phillips2012-12-111-9/+8
|\|
| * Merge pull request #1691 from retronym/ticket/6558Adriaan Moors2012-12-101-1/+5
| |\
| | * Fixes SI-6558: typecheck lazy annotation info using non-silent context.Hubert Plociniczak2012-12-021-1/+5
| * | refactors handling of parent typesEugene Burmako2012-12-061-7/+2
| |/
| * Fix for SI-6357, cycle with value classes.Paul Phillips2012-11-191-1/+2
* | Remove Name -> TermName implicit.Paul Phillips2012-12-011-3/+3
* | Merge pull request #1648 from paulp/unused-bonanza-2Adriaan Moors2012-11-211-6/+0
|\ \
| * | Removed code from the typechecker.Paul Phillips2012-11-201-6/+0
| * | Revert "Commenting out unused members."Paul Phillips2012-11-191-11/+11
| * | Commenting out unused members.Paul Phillips2012-11-191-11/+11
* | | Merge pull request #1640 from paulp/xdevAdriaan Moors2012-11-201-1/+1
|\ \ \ | |/ / |/| |
| * | Added -Xdev setting... you know, for devsPaul Phillips2012-11-161-1/+1
* | | Merge pull request #1626 from paulp/issue/6357Adriaan Moors2012-11-191-1/+2
|\ \ \ | |/ / |/| |
| * | Fix for SI-6357, cycle with value classes.Paul Phillips2012-11-141-1/+2
* | | Fix for SI-6664, cycle in case classes.Paul Phillips2012-11-141-4/+3
|/ /
* | Deprecation patrol.Paul Phillips2012-11-061-2/+2
* | Removed unused imports.Paul Phillips2012-11-061-2/+0
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\|
| * Merge branch '2.10.0-wip' into merge-2.10.0Josh Suereth2012-11-051-1/+1
| |\
| | * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
| * | Fix for SI-6597, implicit case class crasher.Paul Phillips2012-10-311-1/+1