summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* Fixes SI-4996.Aleksandar Prokopec2012-08-212-0/+51
* 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
| |\ \ \
| | * | | SI-5940 impls are no longer in macro def picklesEugene Burmako2012-08-131-0/+41
* | | | | Merge branch '2.10.x'Adriaan Moors2012-08-1431-46/+763
|\| | | | | |_|/ / |/| | |
| * | | Move side-effecting call out of debuglog(). Fixes SI-6223.Erik Osheim2012-08-132-0/+15
| * | | 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 #1060 from adriaanm/ticket-5739bAdriaan Moors2012-08-081-40/+130
| |\ \
| | * | SI-5739 (bis) vals for subpatterns unless -optimizeAdriaan Moors2012-08-081-40/+130
| * | | 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-083-0/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | SI-6040 error on unauthorized extension DynamicAdriaan Moors2012-08-083-0/+3
* | | | | Merge branch '2.10.x'Adriaan Moors2012-08-0849-66/+2035
|\| | | |
| * | | | Merge pull request #1080 from scalamacros/ticket/6186Josh Suereth2012-08-0716-35/+35
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | SI-6186 TypeTags no longer supported in macrosEugene Burmako2012-08-0716-35/+35
| | | |/ | | |/|
| * | | Merge pull request #1082 from VladUreche/topic/remove-anyref-from-libraryJosh Suereth2012-08-071-4/+4
| |\ \ \ | | |/ / | |/| |
| | * | Removes AnyRef specialization from libraryVlad Ureche2012-08-071-4/+4
| * | | 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 #1070 from paulp/topic/critical-2.10.xAdriaan Moors2012-08-076-7/+20
| |\ \
| | * | Restored :warnings to working order.Paul Phillips2012-08-063-7/+0
| | * | 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-064-1/+15
| |\ \ | | |/ | |/|