summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge pull request #1169 from rklaehn/SI-6261Josh Suereth2012-08-301-0/+130
| |\ \ \ \
| | * | | | Added test to ensure that ListMap.tail is O(1)Ruediger Klaehn2012-08-251-0/+7
| | * | | | Extended test to also check proper handling of collisionsRuediger Klaehn2012-08-211-0/+91
| | * | | | Added test that tests that correct classes are being created when removing el...Ruediger Klaehn2012-08-211-0/+32
| * | | | | Fixed cloning a double-linked list.Josh Suereth2012-08-291-0/+18
| | |_|/ / | |/| | |
| * | | | Merge pull request #1197 from scalamacros/topic/kindEugene Burmako2012-08-292-9/+9
| |\ \ \ \
| | * | | | removes Symbol.kind and Type.kindEugene Burmako2012-08-262-9/+9
| | | |_|/ | | |/| |
| * | | | Merge pull request #1184 from pavelpavlov/partialfunGrzegorz Kossakowski2012-08-292-0/+92
| |\ \ \ \
| | * | | | PartialFunction polishingPavel Pavlov2012-08-232-0/+92
| * | | | | Merge pull request #1188 from retronym/ticket/6272Josh Suereth2012-08-282-0/+72
| |\ \ \ \ \
| | * | | | | SI-6272 Support lazy vals defined in try in template.Jason Zaugg2012-08-242-0/+72
| * | | | | | Merge pull request #1185 from paulp/210-updateConservePaul Phillips2012-08-281-12/+15
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Eliminated a metric ton of allocations.Paul Phillips2012-08-231-12/+15
| | | |/ / / | | |/| | |
| * | | | | SI-6281 macroArgs for defs with implicit argsEugene Burmako2012-08-254-0/+65
| * | | | | SI-6052 - fix groupBy on parallel collectionsAleksandar Prokopec2012-08-241-0/+21
| | |/ / / | |/| | |
| * | | | Merge pull request #1179 from scalamacros/topic/classtag-of-nothingPaul Phillips2012-08-231-30/+30
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | reverts changes to ClassTag.NothingEugene Burmako2012-08-221-30/+30
| * | | | Merge pull request #1182 from paulp/issue/1987Josh Suereth2012-08-236-0/+46
| |\ \ \ \
| | * | | | Improved fix for SI-1987, overloading in package objects.Paul Phillips2012-08-226-0/+46
| * | | | | Merge pull request #1183 from jsuereth/fix/try-catch-inversionJosh Suereth2012-08-232-0/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix stupid logic inversion of try-catchJosh Suereth2012-08-212-0/+2
| * | | | | Merge pull request #1167 from Blaisorblade/topic/stream-const-spaceGrzegorz Kossakowski2012-08-221-0/+44
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Also check that Stream.toSeq gives the right result.Paolo Giarrusso2012-08-221-1/+3
| | * | | | Improve test for Stream.withFilter.{map,flatMap}Paolo Giarrusso2012-08-221-10/+40
| | * | | | Cleanup testcasePaolo Giarrusso2012-08-202-6/+2
| | * | | | Make Stream.withFilter.{map,flatMap} run in constant stack spacePaolo Giarrusso2012-08-202-0/+16
| | | |/ / | | |/| |
| * | | | fixes non-determinism in reflection-sorted-declsEugene Burmako2012-08-214-36/+2
| | |/ / | |/| |
* | | | Merge pull request #1110 from julienrf/fix/rawstringPaul Phillips2012-08-282-2/+2
|\ \ \ \
| * | | | Fix raw string interpolator: string parts which were after the first argument...Julien Richard-Foy2012-08-102-2/+2
* | | | | Merge pull request #1173 from axel22/issue/4996-cherryVlad Ureche2012-08-222-0/+51
|\ \ \ \ \
| * | | | | Fixes SI-4996.Aleksandar Prokopec2012-08-212-0/+51
* | | | | | Merge branch '2.10.x'amin2012-08-212-0/+18
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Adding test for try-catch library unification.Josh Suereth2012-08-202-0/+18
| | |/ / | |/| |
* | | | Merge pull request #1150 from paulp/issue/6150Paul Phillips2012-08-181-0/+36
|\ \ \ \
| * | | | Modified SI-6150 fix to use intended ReusableCBF.Paul Phillips2012-08-161-23/+25
| * | | | Fixes SI-6150.Aleksandar Prokopec2012-08-151-0/+34
* | | | | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-08-1724-2/+145
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #1151 from scalamacros/topic/cleanupEugene Burmako2012-08-179-0/+19
| |\ \ \ \
| | * | | | more cleanup for typedMacroBodyEugene Burmako2012-08-179-0/+19
| | | |_|/ | | |/| |
| * | | | Fixes SI-6236.Aleksandar Prokopec2012-08-174-2/+32
| * | | | Fixes SI-6189.Aleksandar Prokopec2012-08-172-0/+54
| |/ / /
| * | | Merge pull request #1141 from VladUreche/issue/asmVlad Ureche2012-08-163-0/+34
| |\ \ \
| | * | | Fixes backend crash due to incorrect consumedTypesVlad Ureche2012-08-153-0/+34
| * | | | cleanup of reflection- and macro-related stuffEugene Burmako2012-08-156-0/+6
| |/ / /
* | | | Merge pull request #1126 from rklaehn/SI-6220Paul Phillips2012-08-161-0/+92
|\ \ \ \
| * | | | Added test that should cover all code paths of the changes done in SI-6220Ruediger Klaehn2012-08-161-0/+92
* | | | | Merge pull request #1122 from paulp/topic/lubbing-not-flubbingPaul Phillips2012-08-165-1/+80
|\ \ \ \ \
| * | | | | Improvement for SI-2251, failure to lub f-bounds.Paul Phillips2012-08-115-1/+80
| | |_|_|/ | |/| | |
* | | | | Merge remote-tracking branch 'upstream/2.10.x' into merge-210Lukas Rytz2012-08-163-12/+53
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | Merge pull request #1101 from scalamacros/ticket/5940Josh Suereth2012-08-141-0/+41
| |\ \ \