summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Checkable.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-7301 Make tuple classes finalStefan Zeiger2016-07-071-3/+1
* Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-08-201-1/+1
|\
| * ScalaDoc fixes for compilerJanek Bogucki2015-07-291-1/+1
* | SI-9408 Record known subclasses of local classesJason Zaugg2015-07-231-2/+2
|/
* SI-8597 Expand documentation of CheckabilityCheckerJason Zaugg2014-11-181-1/+22
* SI-8597 Improved pattern unchecked warningsJason Zaugg2014-11-091-4/+21
* Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-041-3/+3
* SI-8324 Fix regression in override checks for sealed classesJason Zaugg2014-02-221-1/+1
* SI-8143 Regressions with override checks, private membersJason Zaugg2014-01-141-2/+3
* SI-7984 Issue unchecked warning for type aliasesJason Zaugg2013-11-261-5/+7
* Logging cleanup.Paul Phillips2013-08-251-1/+3
* Add checkability condition.Paul Phillips2013-08-171-2/+4
* Concision contribution.Paul Phillips2013-05-231-1/+1
* SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-1/+1
* SI-7294 Treat TupleN as final under -XfutureJason Zaugg2013-03-241-2/+9
* Cleaning up dummy applied types and friends.Paul Phillips2013-01-261-2/+5
* Incorporated Variance value class in Variances.Paul Phillips2013-01-091-5/+6
* Added -Xdev setting... you know, for devsPaul Phillips2012-11-161-1/+1
* Removed unused imports.Paul Phillips2012-11-061-5/+1
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Merge branch 'merge-2.10.0-wip' into merge-2.10.xPaul Phillips2012-10-311-34/+33
|\|
| * Fix for SI-6537, inaccurate unchecked warning.Paul Phillips2012-10-181-34/+33
* | Removed redundant containsUncheckable.Paul Phillips2012-10-111-0/+12
|/
* Added logic and tests for unchecked refinements.Paul Phillips2012-09-271-4/+20
* Nailed down the "impossible match" logic.Paul Phillips2012-09-271-28/+49
* Restored warning for impossible type tests.Paul Phillips2012-09-261-9/+31
* Annotate non local returns with @unchecked.Paul Phillips2012-09-261-8/+1
* Improvements to unchecked warnings.Paul Phillips2012-09-251-88/+166
* Move checkCheckable out of Infer.Paul Phillips2012-09-251-0/+154