summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Revert "Fixes SI-6189."Grzegorz Kossakowski2012-09-173-60/+0
| * | | | | | Revert "Fixes SI-6236."Grzegorz Kossakowski2012-09-174-32/+2
| * | | | | | Revert "Fix SI-4581."Grzegorz Kossakowski2012-09-175-42/+4
| * | | | | | Revert "Fix SI-6294."Grzegorz Kossakowski2012-09-171-14/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1329 from scalamacros/ticket/5692Eugene Burmako2012-09-188-0/+28
|\ \ \ \ \ \
| * | | | | | SI-5692 better error messageEugene Burmako2012-09-188-0/+28
| |/ / / / /
* / / / / / SI-5942 toolboxes now reset front endsEugene Burmako2012-09-182-0/+10
|/ / / / /
* | | | | Merge pull request #1321 from namin/apply-dynamic-sugarGrzegorz Kossakowski2012-09-174-1/+29
|\ \ \ \ \
| * | | | | Fixed SI-6353: applyDynamic with sugared applicationsamin2012-09-174-1/+29
| | |/ / / | |/| | |
* | | | | Merge pull request #1320 from scalamacros/topic/is-implicitPaul Phillips2012-09-172-0/+17
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | moves isImplicit from TermSymbol to SymbolEugene Burmako2012-09-162-0/+17
* | | | | Merge pull request #1322 from paulp/topic/emptyArrayJosh Suereth2012-09-171-3/+3
|\ \ \ \ \
| * | | | | Revert "Added constant empty array to the companion objects."Paul Phillips2012-09-161-3/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #1318 from odersky/ticket/6336Josh Suereth2012-09-172-0/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-6336 Disallows value types in structuralal refinementsMartin Odersky2012-09-162-0/+15
* | | | | Merge pull request #1310 from scalamacros/ticket/6329Eugene Burmako2012-09-168-0/+59
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | test suite for SI-6329Eugene Burmako2012-09-068-0/+59
* | | | | SI-6356 reflection now supports Java annotationsEugene Burmako2012-09-163-0/+43
| |/ / / |/| | |
* | | | Merge pull request #1302 from scalamacros/topic/reflectionEugene Burmako2012-09-1467-76/+76
|\ \ \ \
| * | | | SI-6342 cleans up toolbox APIEugene Burmako2012-09-1567-76/+76
* | | | | 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-1411-4/+27
|\ \ \ \ \ \
| * | | | | | Fix for SI-6245 with workaround for SI-2296.amin2012-09-1311-4/+27
* | | | | | | Merge pull request #1304 from paulp/topic/empty-array-optimizationJosh Suereth2012-09-142-0/+11
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Added constant empty array to the companion objects.Paul Phillips2012-09-142-0/+11
* | | | | | | Eliminate breaking relative names in source.Paul Phillips2012-09-143-35/+35
|/ / / / / /
* | | | | | Merge pull request #1271 from retronym/ticket/6331Josh Suereth2012-09-144-0/+144
|\ \ \ \ \ \
| * | | | | | Test for consistency of Constant#{equals, hashCode}.Jason Zaugg2012-09-091-1/+9
| * | | | | | Refine equality of Constant types over floating point values.Jason Zaugg2012-09-082-0/+86
| * | | | | | SI-6331 Avoid typing an If tree with a constant type.Jason Zaugg2012-09-082-0/+50
* | | | | | | Merge pull request #1281 from jsuereth/fix/SI-4813Josh Suereth2012-09-141-0/+37
|\ \ \ \ \ \ \
| * | | | | | | Fix SI-4813 - Clone doesn't work on LinkedList.Josh Suereth2012-09-141-0/+37
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #1295 from scalamacros/ticket/6323Eugene Burmako2012-09-1466-159/+216
|\ \ \ \ \ \ \
| * | | | | | | SI-6310 AbsTypeTag => WeakTypeTagEugene Burmako2012-09-1458-141/+141
| * | | | | | | SI-6323 outlaws free types from TypeTagEugene Burmako2012-09-145-1/+32
| * | | | | | | SI-6323 prohibits reflection against free typesEugene Burmako2012-09-142-0/+22
| * | | | | | | improvements for reification of free symbolsEugene Burmako2012-09-147-21/+25
* | | | | | | | 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
| |/ / / / / /
* | / / / / / Fixes SI-6259. Unable to use typeOf in super call of top-level object.Josh Suereth2012-09-135-65/+138
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #1294 from paulp/issue/6367Josh Suereth2012-09-131-0/+34
|\ \ \ \ \ \
| * | | | | | Fix for SI-6367, exponential time in inference.Paul Phillips2012-09-121-0/+34
* | | | | | | Merge pull request #1296 from paulp/210-errors-and-treesJosh Suereth2012-09-134-1/+27
|\ \ \ \ \ \ \
| * | | | | | | Better error message for pattern arity errors.Paul Phillips2012-09-123-1/+11
| * | | | | | | Test case for a bug fixed in M7.Paul Phillips2012-09-121-0/+16
* | | | | | | | Merge pull request #1255 from Blaisorblade/issue/6306Josh Suereth2012-09-122-0/+45
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | SI-6306 Remove incorrect eta-expansion optimization in UncurryPaolo Giarrusso2012-09-122-0/+45