summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| |\ \ \
| | * | | 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
| |\ \ \
| * | | | 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
| |\ \ \ \
| * | | | | 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
| |\ \ \ \ \
| * | | | | | 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
| | |\ \ \ \ \ \ \
| * | | | | | | | | Error for SI-6355, overloading of applyDynamic.Paul Phillips2012-11-141-0/+9
| |/ / / / / / / /
| * | | | | | | | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #1565 from retronym/ticket/6567Josh Suereth2012-11-041-1/+10
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | SI-6567 Warning for Option(implicitView(foo))Jason Zaugg2012-11-031-1/+10
| * | | | | | | | | | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-4/+4
| |/ / / / / / / / /
| * | | | | | | | | Remove unused private members.Paul Phillips2012-11-011-3/+0
| * | | | | | | | | Closes SI-6358. Move accessor generation for lazy vals to typers.Hubert Plociniczak2012-10-091-36/+10
| * | | | | | | | | Merge pull request #1430 from paulp/SI-5859-5353-4729Grzegorz Kossakowski2012-10-021-33/+25
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix for SI-4729, overriding java varargs in scala.Paul Phillips2012-09-291-14/+18
| | * | | | | | | | | Fix for SI-5859, inapplicable varargs.Paul Phillips2012-09-291-19/+7
| * | | | | | | | | | Purged DebruijnIndex.Paul Phillips2012-09-281-1/+0
| |/ / / / / / / / /