summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ | |/|
* / | Fix for SI-6264, crash in checkCheckable.Paul Phillips2012-08-213-0/+11
|/ /
* | Merge pull request #1165 from jsuereth/fix/try-catch-libsJosh Suereth2012-08-202-0/+18
|\ \
| * | Adding test for try-catch library unification.Josh Suereth2012-08-202-0/+18
| |/
* / Compilespeed improvements: Exists arguments and othersMartin Odersky2012-08-201-0/+26
|/
* Merge pull request #1159 from scalamacros/topic/cleanupJosh Suereth2012-08-198-0/+18
|\
| * cleanup for macroExpandEugene Burmako2012-08-188-0/+18
* | Merge pull request #1162 from paulp/aug19-scala-graphPaul Phillips2012-08-182-0/+6
|\ \
| * | Fix for community build blocker.Paul Phillips2012-08-182-0/+6
| |/
* / SI-5788 correct test and symbol updateVlad Ureche2012-08-191-3/+2
|/
* Merge pull request #1151 from scalamacros/topic/cleanupEugene Burmako2012-08-1718-20/+45
|\
| * more cleanup for typedMacroBodyEugene Burmako2012-08-1714-11/+36
| * shaves more than 150 lines off typedMacroBodyEugene Burmako2012-08-174-9/+9
* | Fixes SI-6236.Aleksandar Prokopec2012-08-174-2/+32
* | Fixes SI-6189.Aleksandar Prokopec2012-08-173-0/+60
* | Merge pull request #1093 from jsuereth/fix/SI-6208-2.10.xPaul Phillips2012-08-161-0/+4
|\ \ | |/ |/|
| * Fix SI-6208. mutable.Queue now returns mutable.Queue for collection methods ...Josh Suereth2012-08-081-0/+4
* | 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
* | | macroImplSigs => macroImplSigEugene Burmako2012-08-151-0/+1
* | | cleanup of reflection- and macro-related stuffEugene Burmako2012-08-156-0/+6
|/ /
* | Add Scaladoc flag to specify hidden implicit conversionsingoem2012-08-141-1/+1
* | Merge pull request #1101 from scalamacros/ticket/5940Josh Suereth2012-08-145-0/+58
|\ \
| * | macro implementations must be publicEugene Burmako2012-08-134-0/+17
| * | SI-5940 impls are no longer in macro def picklesEugene Burmako2012-08-131-0/+41
* | | Merge pull request #1130 from non/si6223-2.10.xJosh Suereth2012-08-132-0/+15
|\ \ \
| * | | Move side-effecting call out of debuglog(). Fixes SI-6223.Erik Osheim2012-08-132-0/+15
* | | | Merge pull request #1100 from adriaanm/ticket-6022bJosh Suereth2012-08-131-0/+20
|\ \ \ \ | |/ / / |/| | |
| * | | SI-6022 cleaner model of variable equality modulo <:Adriaan Moors2012-08-091-0/+20
| |/ /
* | | Merge pull request #1125 from hubertp/2.10.x-issue/6214Josh Suereth2012-08-132-0/+11
|\ \ \
| * | | Fixes SI-6214.Hubert Plociniczak2012-08-122-0/+11
* | | | Merge pull request #1123 from paulp/topic/unpickle-resilience-2Josh Suereth2012-08-131-2/+3
|\ \ \ \
| * | | | More resilience to missing classes.Paul Phillips2012-08-111-2/+3