summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Checkable.scala
Commit message (Expand)AuthorAgeFilesLines
* 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