summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | Merge pull request #1079 from scalamacros/ticket/5947Adriaan Moors2012-08-0821-6/+570
|\ \ \ \ \ \
| * | | | | | SI-5947 works around getDeclaredClassesEugene Burmako2012-08-0819-2/+568
| * | | | | | SI-5498 completes ModuleMirror.instanceEugene Burmako2012-08-072-4/+2
* | | | | | | Merge pull request #1075 from adriaanm/ticket-6040Adriaan Moors2012-08-086-0/+14
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | SI-6040 error on unauthorized extension DynamicAdriaan Moors2012-08-086-0/+14
* | | | | | | Merge pull request #1084 from VladUreche/issue/5933Adriaan Moors2012-08-082-0/+44
|\ \ \ \ \ \ \
| * | | | | | | SI-5933 testcase for Adriaan's pullreq #980Vlad Ureche2012-08-072-0/+44
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #1085 from gkossakowski/inline-in-constructorsAdriaan Moors2012-08-075-0/+39
|\ \ \ \ \ \ \
| * | | | | | | Enable inlining in constructors.Grzegorz Kossakowski2012-08-075-0/+39
| |/ / / / / /
* | | | | | | Merge pull request #1080 from scalamacros/ticket/6186Josh Suereth2012-08-0730-60/+60
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | SI-6186 TypeTags no longer supported in macrosEugene Burmako2012-08-0730-60/+60
| |/ / / / /
* | | | | | Merge pull request #1082 from VladUreche/topic/remove-anyref-from-libraryJosh Suereth2012-08-072-5/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Removes AnyRef specialization from libraryVlad Ureche2012-08-072-5/+5
* | | | | | Merge pull request #1067 from scalamacros/topic/ultimate-reflection-pull-requestAdriaan Moors2012-08-0718-18/+1940
|\ \ \ \ \ \
| * | | | | | SI-6199 unit-returning methods now return unitEugene Burmako2012-08-065-1/+18
| * | | | | | mirrors now support overriden fields and methodsEugene Burmako2012-08-062-22/+55
| * | | | | | sanity check for reflectConstructorEugene Burmako2012-08-062-0/+8
| * | | | | | SI-6181 method mirrors now support by-name argsEugene Burmako2012-08-062-0/+9
| * | | | | | SI-6179 mirrors now work with value classesEugene Burmako2012-08-066-0/+1629
| * | | | | | SI-6178 reflective invocation of magic symbolsEugene Burmako2012-08-064-0/+226
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1063 from VladUreche/issue/5788-quickJosh Suereth2012-08-071-0/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | SI-5788 Tailcalls LabelDefs correctly duplicatedVlad Ureche2012-08-061-0/+4
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1070 from paulp/topic/critical-2.10.xAdriaan Moors2012-08-0710-378/+394
|\ \ \ \ \
| * | | | | Restored :warnings to working order.Paul Phillips2012-08-064-378/+370
| * | | | | Fix for SI-4945, repl hang on -i input.Paul Phillips2012-08-063-0/+4
| * | | | | Fix for SI-6063, broken static forwarders.Paul Phillips2012-08-063-0/+20
| | |/ / / | |/| | |
* | | | | Merge pull request #1066 from magarciaEPFL/ticket-SI-6102Adriaan Moors2012-08-073-0/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | test case for SI-6102Miguel Garcia2012-08-063-0/+15
| |/ / /
* | | | Merge pull request #1059 from magarciaEPFL/ticket-SI-6188Josh Suereth2012-08-066-1/+41
|\ \ \ \ | |/ / / |/| | |