summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Large logging cleanup effort.Paul Phillips2012-09-011-6/+6
* Merge pull request #1227 from paulp/issue/6034Paul Phillips2012-09-011-0/+1
|\
| * Fix for SI-6034, covariant value classes.Paul Phillips2012-08-311-0/+1
* | Merge pull request #1201 from axel22/issue/4581Josh Suereth2012-09-015-4/+42
|\ \
| * | Fix SI-4581.Aleksandar Prokopec2012-08-275-4/+42
* | | Merge pull request #1225 from jsuereth/fix/si-6290Josh Suereth2012-09-011-0/+4
|\ \ \
| * | | Fixes SI-6290 by creating real instnaces of language features.Josh Suereth2012-08-311-0/+4
* | | | More useful -Xlog-implicits output.Jason Zaugg2012-09-013-0/+25
| |_|/ |/| |
* | | Merge pull request #1213 from paulp/topic/anyvalJosh Suereth2012-08-305-17/+7
|\ \ \
| * | | Expanded the reach of value classes.Paul Phillips2012-08-295-17/+7
| |/ /
* | | Merge pull request #1160 from rklaehn/SI-6220Josh Suereth2012-08-301-0/+92
|\ \ \
| * | | Added test that should cover all code paths of the changes done in SI-6220Ruediger Klaehn2012-08-181-0/+92
* | | | 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
* | | | | Merge pull request #1209 from odersky/ticket/6227Josh Suereth2012-08-303-2/+10
|\ \ \ \ \
| * | | | | Added/fixed test files for SI-6227Martin Odersky2012-08-292-2/+4
| * | | | | Closes SI-6227Martin Odersky2012-08-291-0/+6
* | | | | | Fixed cloning a double-linked list.Josh Suereth2012-08-291-0/+18
| |_|_|/ / |/| | | |
* | | | | Merge pull request #1197 from scalamacros/topic/kindEugene Burmako2012-08-293-10/+10
|\ \ \ \ \
| * | | | | removes Symbol.kind and Type.kindEugene Burmako2012-08-263-10/+10
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1184 from pavelpavlov/partialfunGrzegorz Kossakowski2012-08-292-0/+92
|\ \ \ \ \
| * | | | | PartialFunction polishingPavel Pavlov2012-08-232-0/+92
* | | | | | Merge pull request #1206 from paulp/issue/6283Grzegorz Kossakowski2012-08-292-0/+5
|\ \ \ \ \ \
| * | | | | | Fix for SI-6283, no abstract value classes.Paul Phillips2012-08-282-0/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1195 from Blaisorblade/topic/test-tryGrzegorz Kossakowski2012-08-291-1/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add missing tests for SI-6190Paolo Giarrusso2012-08-251-1/+13
* | | | | | 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 #1172 from Blaisorblade/topic/deprecated-conversionJosh Suereth2012-08-233-0/+33
|\ \ \ \ \
| * | | | | Ensure implicit conversions to concurrent map are unambiguousPaolo Giarrusso2012-08-223-4/+26
| * | | | | JavaConversions: Restore source compatibility with 2.9Paolo Giarrusso2012-08-201-0/+11
* | | | | | 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
| | |/ / / | |/| | |
* | | | | Merge pull request #1176 from scalamacros/topic/nondeterministicPaul Phillips2012-08-214-36/+2
|\ \ \ \ \
| * | | | | fixes non-determinism in reflection-sorted-declsEugene Burmako2012-08-214-36/+2
| | |/ / / | |/| | |