summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala
Commit message (Expand)AuthorAgeFilesLines
* Generalize OverridingPairs to SymbolPairs.Paul Phillips2013-10-051-73/+71
* Merge pull request #2978 from som-snytt/issue/7848-forgotten-interp-msg-lgtmPaul Phillips2013-09-271-1/+1
|\
| * SI-7848 Xlint no warn on $sym with paramsSom Snytt2013-09-231-1/+1
* | Merge pull request #2995 from paulp/pr/defaultparamJason Zaugg2013-09-271-3/+3
|\ \
| * | Fix up DEFAULTPARAM semantics.Paul Phillips2013-09-271-3/+3
* | | Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-master-2Jason Zaugg2013-09-271-2/+2
|\ \ \ | |/ / |/| |
| * | SI-7825 Consider DEFAULTMETHOD when refchecking concretenessJason Zaugg2013-09-101-2/+2
* | | SI-7870 Detect default getter clashes in constructorsJason Zaugg2013-09-231-3/+5
| |/ |/|
* | Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2013-08-291-9/+44
|\|
| * SI-7716 Exclude patmat synthetics from bounds checkingJason Zaugg2013-08-161-1/+3
| * SI-7694 @uncheckedBounds, an opt-out from type bounds checkingJason Zaugg2013-08-131-9/+42
* | Merge pull request #2852 from retronym/ticket/1980-warningAdriaan Moors2013-08-211-0/+14
|\ \
| * | SI-1980 A lint warning for by-name parameters in right assoc methodsJason Zaugg2013-08-191-0/+14
* | | Merge pull request #2810 from xeno-by/topic/compile-time-onlyAdriaan Moors2013-08-211-0/+2
|\ \ \
| * | | @compileTimeOnly now works for symbols from the empty packageEugene Burmako2013-08-151-0/+1
| * | | @compileTimeOnly now works for annotationsEugene Burmako2013-08-151-0/+1
| |/ /
* | | No longer crash on NoSymbol.owner.Paul Phillips2013-08-191-2/+2
* | | SI-7756 Uncripple refchecks in case bodiesJason Zaugg2013-08-161-8/+27
|/ /
* | Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-07-291-2/+2
|\|
| * SI-7657 clarifies the "macro overrides method" ruleEugene Burmako2013-07-141-2/+2
* | macro engine refactoringEugene Burmako2013-05-281-1/+1
* | Print raw types correctly.Paul Phillips2013-05-261-2/+4
* | Concision contribution.Paul Phillips2013-05-231-4/+4
* | Merge commit 'd93826f278' into pr/enter-elimination-modePaul Phillips2013-05-181-0/+1
|\ \
| * | Eliminated HKmode.Paul Phillips2013-05-111-1/+2
* | | Merge v2.10.1-326-g4f8c306' into merge/v2.10.1-326-g4f8c306-to-masterJason Zaugg2013-05-171-289/+170
|\ \ \ | |_|/ |/| |
| * | SI-6815 untangle isStable and hasVolatileTypeAdriaan Moors2013-05-161-1/+4
| |/
| * Merge pull request #2483 from adriaanm/merge-2.10.xPaul Phillips2013-05-021-10/+36
| |\
| | * Merge 2.10.x into masterAdriaan Moors2013-05-021-10/+36
| | |\
| * | | Documented lateMETHOD flag.Paul Phillips2013-04-261-1/+16
| |/ /
| * | Merge pull request #2436 from paulp/pr/lub-productionPaul Phillips2013-04-251-2/+2
| |\ \
| | * | Simplify some checks in Refchecks.Paul Phillips2013-04-231-2/+2
| * | | SI-7345 Drive by refactoring of pattern matching for `arg: _*`.Jason Zaugg2013-04-211-1/+1
| |/ /
| * | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-9/+9
| * | Merge pull request #2285 from vigdorchik/silence_scaladocPaul Phillips2013-03-231-26/+25
| |\ \
| | * | Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-26/+25
| * | | Merge pull request #2239 from paulp/pr/warningsAdriaan Moors2013-03-211-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | Eliminate a bunch of -Xlint warnings.Paul Phillips2013-03-121-2/+2
| * | | SI-6601 Close access loophole for value class constructorsJason Zaugg2013-03-111-0/+2
| |/ /
| * | Banish needless semicolons.Jason Zaugg2013-02-241-11/+11
| * | Be explicit about empty param list calls.Jason Zaugg2013-02-241-1/+1
| * | Fix and optimization in overriding logic.Paul Phillips2013-02-191-3/+6
| * | SI-6355, weakend implementation restriction on applyDynamic.Paul Phillips2013-02-121-6/+5
| * | Merge commit 'b403234a27' into wip/fresh-merge2Paul Phillips2013-02-011-5/+16
| |\ \
| * | | Changes many calls to normalize to dealiasWiden.Paul Phillips2013-01-291-6/+6
| * | | Laying groundwork for a followup ticket.Jason Zaugg2013-01-261-1/+1
| * | | SI-4859 Don't elide qualifiers when selecting nested modules.Jason Zaugg2013-01-261-1/+2
| * | | Wider use of isTopLevelJason Zaugg2013-01-261-1/+1
| * | | SI-4859 Don't rewrite CC().CC2() to new CC2Jason Zaugg2013-01-261-3/+6
| * | | Merge commit 'refs/pull/1844/head' into merge/pr-1844Paul Phillips2013-01-111-2/+2
| |\ \ \