summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge pull request #1998 from JamesIry/2.10.x_6963_2Adriaan Moors2013-02-011-5/+16
| |\
| | * SI-6963 Add version to -XmigrationJames Iry2013-01-291-5/+16
| * | SI-5859, inapplicable varargs.Paul Phillips2013-01-301-19/+7
| * | SI-4729, overriding java varargs in scala.Paul Phillips2013-01-301-14/+18
| * | [backport] SI-3577 BoundedWildcardType handlingJason Zaugg2013-01-261-7/+9
| |/
| * [backport] SI-6567 Warning for Option(implicitView(foo))Jason Zaugg2013-01-231-1/+10
| * SI-6601 Publicise derived value contstructor after picklerJason Zaugg2013-01-161-0/+2
* | 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
|\ \
| * | makes macro override error more consistentEugene Burmako2013-01-091-2/+2
* | | Move escaping local logic into VarianceValidator.Paul Phillips2013-01-091-12/+4
* | | Eliminated VariantTypeMap.Paul Phillips2013-01-091-1/+1
* | | Moved Variances into SymbolTable.Paul Phillips2013-01-091-2/+11
* | | Relocated redundant variance checking code.Paul Phillips2013-01-091-149/+3
* | | Incorporated Variance value class in Variances.Paul Phillips2013-01-091-29/+21
|/ /
* | Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2012-12-201-1/+7
|\|
| * Merge pull request #1707 from retronym/ticket/5390Adriaan Moors2012-12-171-1/+7
| |\
| | * SI-5390 Detect forward reference of case class applyJason Zaugg2012-12-041-1/+7
* | | Cleanup in module var creation.Paul Phillips2012-12-121-44/+48
* | | Merge branch 'merge-wip-into-2.10.x' into merge-2.10-into-masterPaul Phillips2012-12-111-8/+10
|\| |
| * | Merge pull request #1670 from paulp/issue/6712Adriaan Moors2012-12-101-7/+9
| |\ \
| | * | Fix for SI-6712, bug in object lifting.Paul Phillips2012-11-251-7/+9
| * | | evicts assert(false) from the compilerEugene Burmako2012-12-061-1/+1
| | |/ | |/|
* | | Expunged the .net backend.Paul Phillips2012-12-051-3/+2
* | | Merge branch 'merge-2.10-wip' into merge-2.10Paul Phillips2012-12-051-2/+2
|\| |
| * | Take advantage of the margin stripping interpolator.Jason Zaugg2012-11-261-2/+2
| |/
* | Added -Xdev setting... you know, for devsPaul Phillips2012-11-161-1/+2
* | Merge pull request #1623 from paulp/merge-2.10.xAdriaan Moors2012-11-161-0/+11
|\ \
| | \
| | \
| *-. \ Merge remote-tracking branches 'origin/2.10.x' and 'origin/2.10.0-wip' into m...Paul Phillips2012-11-141-0/+11
| |\ \ \ | | | |/ | | |/|
| | * | Refine @compileTimeOnlyJason Zaugg2012-11-081-2/+7
| | * | SI-6539 Annotation for methods unfit for post-typer ASTsJason Zaugg2012-11-061-0/+6
* | | | Error for SI-6355, overloading of applyDynamic.Paul Phillips2012-11-141-0/+9
|/ / /