summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge pull request #1247 from jsuereth/fix/SI-6114Josh Suereth2012-09-121-0/+61
|\ \ \ \ \
| * | | | | Fix t6114 - ++ on JList wrapper modifies underlying collection.Josh Suereth2012-09-111-0/+61
* | | | | | Merge remote-tracking branch 'origin/2.10.x' into fix-duration-issues-RKRoland2012-09-1254-80/+665
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Avoid spurious warning for `def foo = x.foo`.Jason Zaugg2012-09-112-6/+27
| | |_|/ / | |/| | |
| * | | | Merge pull request #1279 from rkuhn/fix-duration-usageJosh Suereth2012-09-111-1/+28
| |\ \ \ \
| | * | | | improve docs and Promise implRoland2012-09-111-8/+1
| | * | | | fix usage of Duration in Promise implRoland2012-09-101-0/+34
| * | | | | Merge pull request #1286 from paulp/topic/inliner-loggingJosh Suereth2012-09-111-6/+6
| |\ \ \ \ \
| | * \ \ \ \ Merge branch '2.10.x' into topic/inliner-loggingPaul Phillips2012-09-1179-160/+1365
| | |\ \ \ \ \
| | * | | | | | Large logging cleanup effort.Paul Phillips2012-09-011-6/+6
| * | | | | | | Merge pull request #1287 from lrytz/disable-t2868Josh Suereth2012-09-115-24/+0
| |\ \ \ \ \ \ \
| | * | | | | | | Disable test t2868Lukas Rytz2012-09-115-24/+0
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge pull request #1262 from jsuereth/fix/SI-6271Josh Suereth2012-09-111-0/+32
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Fixes SI-6271 - Missing isEmpty override for views.Josh Suereth2012-09-061-0/+32
| * | | | | | | Merge pull request #1274 from retronym/ticket/6335Grzegorz Kossakowski2012-09-113-0/+41
| |\ \ \ \ \ \ \
| | * | | | | | | More tests for SI-6335.Jason Zaugg2012-09-093-1/+31
| | * | | | | | | SI-6335 More precise location of the implicit class synthetic method.Jason Zaugg2012-09-091-0/+11
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge pull request #1284 from retronym/topic/deprecated-inheritanceGrzegorz Kossakowski2012-09-116-0/+55
| |\ \ \ \ \ \ \
| | * | | | | | | Rescues @deprecated{Inheritance, Overriding}Jason Zaugg2012-09-114-6/+39
| | * | | | | | | SI-6162 Adds @deprecatedInheritance/@deprecatedOverridingSimon Ochsenreither2012-09-106-0/+22
| | |/ / / / / /
| * | | | | | | Merge pull request #1275 from retronym/ticket/6276Grzegorz Kossakowski2012-09-115-2/+45
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | SI-6276 Warn on def or val that trivially loops infinitelyJason Zaugg2012-09-095-2/+45
| | |/ / / / /
| * | | | | | Merge pull request #1270 from paulp/issue/6327Josh Suereth2012-09-102-0/+26
| |\ \ \ \ \ \
| | * | | | | | Fix for SI-6327, wrongness in Dynamic.Paul Phillips2012-09-082-0/+26
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge pull request #1269 from jsuereth/wip/si-6333Josh Suereth2012-09-101-0/+29
| |\ \ \ \ \ \
| | * | | | | | Fix for SI-6333 - Try throws from combinators.Josh Suereth2012-09-071-0/+29
| | |/ / / / /