summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | 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
* | | | | Merge pull request #1120 from paulp/ticket-6184-revisedJosh Suereth2012-08-111-0/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-6184 don't introduce dummies in checkableTypeAdriaan Moors2012-08-091-0/+7
| | |/ / | |/| |
* | | | Merge pull request #1118 from scalamacros/ticket/6201Josh Suereth2012-08-111-0/+13
|\ \ \ \
| * | | | SI-6201 minor fixes in key pointsEugene Burmako2012-08-111-0/+13
* | | | | Merge pull request #1105 from rklaehn/SI-6197Josh Suereth2012-08-112-0/+21
|\ \ \ \ \
| * | | | | Added test to check that removing all but one element from a HashTrieSet yiel...Ruediger Klaehn2012-08-112-0/+21
* | | | | | Merge pull request #1097 from rklaehn/SI-6198Josh Suereth2012-08-112-0/+24
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Added test for SI-6198Ruediger Klaehn2012-08-112-0/+24
| |/ / / /
* | | | | Merge pull request #1091 from paulp/topic/patmat-error-messagesJosh Suereth2012-08-108-12/+84
|\ \ \ \ \
| * | | | | Better pattern matcher error message.Paul Phillips2012-08-088-12/+84
* | | | | | Merge pull request #1094 from scalamacros/ticket/6204Adriaan Moors2012-08-093-0/+25
|\ \ \ \ \ \
| * | | | | | SI-6204 reifier no longer causes cyclic errorsEugene Burmako2012-08-091-0/+10
| * | | | | | SI-5756 correctly reifies local module classesEugene Burmako2012-08-092-0/+15
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1095 from gkossakowski/inliner-access-levelsVlad Ureche2012-08-093-0/+22
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Moved inline logic before pickler.Grzegorz Kossakowski2012-08-093-0/+22
| | |/ / / | |/| | |
* | | | | Merge pull request #1060 from adriaanm/ticket-5739bAdriaan Moors2012-08-083-43/+133
|\ \ \ \ \
| * | | | | SI-5739 (bis) vals for subpatterns unless -optimizeAdriaan Moors2012-08-083-43/+133
* | | | | | Merge pull request #1088 from adriaanm/ticket-6205Adriaan Moors2012-08-081-0/+18
|\ \ \ \ \ \
| * | | | | | SI-6205 make pt fully defined before inferTypedPatternAdriaan Moors2012-08-081-0/+18
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #1064 from adriaanm/ticket-6145Adriaan Moors2012-08-081-0/+11
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-6145 lax typing of args to synthetic case-labelsAdriaan Moors2012-08-071-0/+11
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1087 from hubertp/2.10.x-issue/5687Adriaan Moors2012-08-082-0/+63
|\ \ \ \ \
| * | | | | Fixes SI-5687.Hubert Plociniczak2012-08-082-0/+63
* | | | | | Merge pull request #1056 from heathermiller/try-based-futuresAdriaan Moors2012-08-086-227/+224
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix test for ExecutionContext.preparephaller2012-08-081-1/+1
| * | | | | Doc fix on exec ctx prepare method, fix to testsHeather Miller2012-08-082-2/+3
| * | | | | Added tests, removal of unnecessary methods, fixes prepareHeather Miller2012-08-072-6/+20
| * | | | | Merge branch 'try-based-futures' of https://github.com/heathermiller/scala in...Heather Miller2012-08-051-0/+61
| |\ \ \ \ \
| | * | | | | SI-6185 - add "prepare" hook to ExecutionContextphaller2012-08-051-0/+61
| * | | | | | Temporarily skips failing test due to optimizer bug SI-6188Heather Miller2012-08-051-5/+5
| |/ / / / /
| * | | | | Basing Futures on Try instead of EitherHeather Miller2012-08-046-227/+148