summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala
Commit message (Expand)AuthorAgeFilesLines
* [backport] SI-7756 Uncripple refchecks in case bodiesJason Zaugg2014-09-231-8/+27
* [nomaster] SI-8152 Backport variance validator performance fixJason Zaugg2014-01-141-3/+5
* SI-7783 Don't issue deprecation warnings for inferred TypeTreesJason Zaugg2013-09-271-1/+5
* SI-7825 Consider DEFAULTMETHOD when refchecking concretenessJason Zaugg2013-09-101-2/+2
* 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
* SI-7657 clarifies the "macro overrides method" ruleEugene Burmako2013-07-141-2/+2
* Merge pull request #2456 from paulp/pr/jdk8-210xGrzegorz Kossakowski2013-05-111-1/+1
|\
| * SI-7398 Add support for java8 default methodsPaul Phillips2013-04-261-1/+1
* | SI-6091 overeager warning for reference equalityPaul Phillips2013-05-021-2/+6
* | Merge pull request #2432 from retronym/ticket/delayed-init-refPaul Phillips2013-04-301-0/+11
|\ \ | |/ |/|
| * Warn on selection of vals from DelayedInit subclasses.Jason Zaugg2013-04-231-0/+11
* | SI-6943 warn on value class miscomparison.Paul Phillips2013-04-241-9/+23
* | Quiet down overloaded implicit warning.Paul Phillips2013-04-181-4/+5
|/
* Merge pull request #1975 from retronym/ticket/6601-revertJames Iry2013-02-011-2/+0
|\
| * Revert "SI-6601 Publicise derived value contstructor after pickler"Jason Zaugg2013-01-261-2/+0
* | 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
* 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
* | 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
| |/ |/|
* | Take advantage of the margin stripping interpolator.Jason Zaugg2012-11-261-2/+2
|/
* Refine @compileTimeOnlyJason Zaugg2012-11-081-2/+7
* SI-6539 Annotation for methods unfit for post-typer ASTsJason Zaugg2012-11-061-0/+6
* 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
* | Closes SI-6358. Move accessor generation for lazy vals to typers.Hubert Plociniczak2012-10-181-36/+10
|/
* Refine an -Xlint warning.Paul Phillips2012-09-261-5/+7
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-4/+4
* Avoid spurious warning for `def foo = x.foo`.Jason Zaugg2012-09-111-1/+6
* Merge pull request #1284 from retronym/topic/deprecated-inheritanceGrzegorz Kossakowski2012-09-111-0/+9
|\
| * Rescues @deprecated{Inheritance, Overriding}Jason Zaugg2012-09-111-4/+2
| * SI-6162 Adds @deprecatedInheritance/@deprecatedOverridingSimon Ochsenreither2012-09-101-0/+11
* | SI-6276 Warn on def or val that trivially loops infinitelyJason Zaugg2012-09-091-0/+13
|/
* Fix for SI-6283, no abstract value classes.Paul Phillips2012-08-281-0/+2
* Reverted closure hoisting except for functions returning a Boolean resultMartin Odersky2012-08-201-1/+1
* More method hoisting.Martin Odersky2012-08-201-3/+3
* Compilespeed improvements: Exists arguments and othersMartin Odersky2012-08-201-1/+5
* Hunting down eliminable :: allocations.Paul Phillips2012-08-171-5/+4
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* Merge pull request #982 from adriaanm/ticket-wolfcryJosh Suereth2012-08-031-2/+3
|\
| * SI-5897 don't check sensicality in matchAdriaan Moors2012-07-241-1/+2
| * move synthetic case symbol detection to treeInfoAdriaan Moors2012-07-241-1/+1