summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Expand)AuthorAgeFilesLines
* Fix for TypeVar instantiation.Paul Phillips2012-10-014-9/+26
* Merge branch '2.10.x' into 210-mergePaul Phillips2012-09-2825-29/+472
|\
| * Added logic and tests for unchecked refinements.Paul Phillips2012-09-273-0/+41
| * Nailed down the "impossible match" logic.Paul Phillips2012-09-2712-6/+185
| * Restored warning for impossible type tests.Paul Phillips2012-09-261-6/+6
| * Yet more tests for unchecked warnings.Paul Phillips2012-09-262-1/+75
| * Additional new tests for unchecked warnings.Paul Phillips2012-09-256-0/+85
| * Improvements to unchecked warnings.Paul Phillips2012-09-255-28/+77
* | Merge branch '2.10.x'Paul Phillips2012-09-2087-421/+534
|\|
| * Merge remote-tracking branch 'paulp/topic/gitattributes' into 2.10.xPaul Phillips2012-09-2073-605/+605
| |\
| | * Normalized line endings.Paul Phillips2012-09-2073-605/+605
| * | Merge pull request #1325 from odersky/ticket/6337Paul Phillips2012-09-203-8/+36
| |\ \
| | * | Fixes SI-6337 by disallowing nested value classes.Martin Odersky2012-09-173-8/+36
| * | | Merge pull request #1356 from paulp/pullreq-1342Josh Suereth2012-09-205-13/+17
| |\ \ \
| | * | | Error message improvement for SI-6336.Paul Phillips2012-09-194-13/+13
| | * | | SI-6336 Now also catches return typesMartin Odersky2012-09-182-1/+5
| * | | | Merge pull request #1339 from rkuhn/wip-6389-finite-duration-multJosh Suereth2012-09-202-7/+7
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | move Duration (incl. DSL) into scala.concurrent.duration packageRoland2012-09-192-7/+7
| | | |/ | | |/|
| * | | New test case for closing SI-6385Martin Odersky2012-09-202-0/+20
| * | | Value classes: eliminated half-boxingMartin Odersky2012-09-202-0/+30
| * | | Fixes SI-6260Martin Odersky2012-09-202-0/+30
| * | | Merge pull request #1354 from scalamacros/ticket/6363Eugene Burmako2012-09-192-3/+4
| |\ \ \
| | * | | SI-6363 removes scala.reflect.baseEugene Burmako2012-09-192-3/+4
* | | | | Merge branch '2.10.x' into masterPaul Phillips2012-09-1932-112/+240
|\| | | |
| * | | | Fixes SI-6354: improved error messages for Dynamic signature mismatches.amin2012-09-193-2/+74
| |/ / /
| * | | Merge pull request #1340 from gkossakowski/revert-static-annotationGrzegorz Kossakowski2012-09-185-104/+0
| |\ \ \ | | |_|/ | |/| |
| | * | Revert "Implement @static annotation on singleton object fields."Grzegorz Kossakowski2012-09-172-43/+0
| | * | Revert "WIP add private/lazy checks and a few tests."Grzegorz Kossakowski2012-09-172-24/+1
| | * | Revert "Fixes SI-6189."Grzegorz Kossakowski2012-09-171-6/+0
| | * | Revert "Fix SI-4581."Grzegorz Kossakowski2012-09-174-33/+1
| | |/
| * / SI-5692 better error messageEugene Burmako2012-09-188-0/+28
| |/
| * SI-6336 Disallows value types in structuralal refinementsMartin Odersky2012-09-162-0/+15
| * Merge pull request #1302 from scalamacros/topic/reflectionEugene Burmako2012-09-146-6/+6
| |\
| | * SI-6342 cleans up toolbox APIEugene Burmako2012-09-156-6/+6
| * | Merge pull request #1290 from retronym/ticket/no-implicit-to-anyrefPaul Phillips2012-09-142-0/+57
| |\ \
| | * | A little cleanup along the Any to AnyRef trail.Jason Zaugg2012-09-112-0/+57
| * | | Merge pull request #1299 from namin/si-6245Paul Phillips2012-09-146-0/+60
| |\ \ \ | | |_|/ | |/| |
| | * | Fix for SI-6245 with workaround for SI-2296.amin2012-09-136-0/+60
* | | | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-1548-69/+378
|\| | |
| * | | Eliminate breaking relative names in source.Paul Phillips2012-09-143-35/+35
| * | | Merge pull request #1295 from scalamacros/ticket/6323Eugene Burmako2012-09-1417-28/+59
| |\ \ \
| | * | | SI-6310 AbsTypeTag => WeakTypeTagEugene Burmako2012-09-1414-28/+28
| | * | | SI-6323 outlaws free types from TypeTagEugene Burmako2012-09-143-0/+31
| * | | | Merge pull request #1272 from paulp/issue/6340Josh Suereth2012-09-142-0/+31
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix for SI-6340, error message regression.Paul Phillips2012-09-122-0/+31
| | | |/ | | |/|
| * | | Merge pull request #1300 from retronym/ticket/6359Josh Suereth2012-09-132-0/+15
| |\ \ \ | | |_|/ | |/| |
| | * | SI-6359 Deep prohibition of templates in value classJason Zaugg2012-09-142-0/+15
| | |/
| * | Better error message for pattern arity errors.Paul Phillips2012-09-123-1/+11
| * | Merge remote-tracking branch 'origin/2.10.x' into fix-duration-issues-RKRoland2012-09-1219-5/+192
| |\ \
| | * | Avoid spurious warning for `def foo = x.foo`.Jason Zaugg2012-09-112-6/+27
| | |/