summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1727 from scalamacros/ticket/6548Paul Phillips2012-12-192-0/+14
|\
| * SI-6548 reflection now correctly enters jinnersEugene Burmako2012-12-072-0/+14
* | Merge pull request #1754 from retronym/ticket/6288Adriaan Moors2012-12-145-10/+239
|\ \
| * | Expand pattern match position tests.Jason Zaugg2012-12-122-11/+82
| * | SI-6288 Remedy ill-positioned extractor binding.Jason Zaugg2012-12-122-11/+12
| * | SI-6288 Fix positioning of label jumpsJason Zaugg2012-12-122-0/+102
| * | SI-6288 Position argument of unapplyJason Zaugg2012-12-112-0/+55
* | | Merge pull request #1737 from retronym/ticket/6555Adriaan Moors2012-12-112-0/+37
|\ \ \
| * | | SI-6555 Better parameter name retentionJason Zaugg2012-12-082-0/+37
| |/ /
* | | Merge pull request #1752 from scalamacros/ticket/5841Adriaan Moors2012-12-1114-0/+132
|\ \ \
| * | | SI-5841 reification of renamed importsAndriy Polishchuk2012-12-1114-0/+132
| |/ /
* | | Merge pull request #1733 from retronym/ticket/6614Adriaan Moors2012-12-102-0/+19
|\ \ \
| * | | SI-6614 Test case for fixed ArrayStack misconduct.Jason Zaugg2012-12-082-0/+19
| |/ /
* | | Merge pull request #1732 from retronym/ticket/6690Adriaan Moors2012-12-101-0/+62
|\ \ \
| * | | SI-6690 Release reference to last dequeued element.Jason Zaugg2012-12-081-0/+62
* | | | Merge pull request #1729 from JamesIry/SI-5789-2_2.10.xAdriaan Moors2012-12-102-0/+28
|\ \ \ \
| * | | | SI-5789 Use the ReplTest framework in the testJames Iry2012-12-072-21/+21
| * | | | SI-5789 Checks in the right version of the testJames Iry2012-12-071-3/+1
| * | | | SI-5789 Removes assertion about implclass flag in Mixin.scalaJames Iry2012-12-072-0/+30
| | |_|/ | |/| |
* | | | Merge pull request #1713 from retronym/ticket/5894Adriaan Moors2012-12-101-0/+17
|\ \ \ \
| * | | | SI-5894 Don't emit static forwarders for macros.Jason Zaugg2012-12-051-0/+17
| | |/ / | |/| |
* | | | Merge pull request #1711 from retronym/ticket/1672Adriaan Moors2012-12-101-0/+28
|\ \ \ \
| * | | | Addtional test cases for tail calls in catches.Jason Zaugg2012-12-051-0/+28
| |/ / /
* | | | Merge pull request #1699 from retronym/ticket/6549Adriaan Moors2012-12-102-0/+54
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-6549 Improve escaping in REPL codegen.Jason Zaugg2012-12-032-0/+54
| |/ /
* | | Merge pull request #1668 from scalamacros/topic/pre-typemacrosAdriaan Moors2012-12-072-5/+5
|\ \ \
| * | | introduces global.pendingSuperCallEugene Burmako2012-12-061-2/+2
| * | | refactors handling of parent typesEugene Burmako2012-12-061-3/+3
| | |/ | |/|
* / | SI-6696 removes "helper" tree factory methodsEugene Burmako2012-12-0629-42/+42
|/ /
* | Merge pull request #1690 from retronym/ticket/6631Adriaan Moors2012-12-061-0/+18
|\ \
| * | SI-6631 Handle invalid escapes in string interpolatorsJason Zaugg2012-12-021-0/+18
| |/
* | Merge pull request #1702 from scalamacros/topic/idempotencyEugene Burmako2012-12-0512-0/+241
|\ \
| * | tests for idempotency issues in the typecheckerEugene Burmako2012-12-0412-0/+241
* | | Merge pull request #1681 from paulp/issue/6731Adriaan Moors2012-12-056-0/+264
|\ \ \ | |_|/ |/| |
| * | Test cases for SI-5726, SI-5733, SI-6320, SI-6551, SI-6722.Paul Phillips2012-11-294-0/+81
| * | Fix for SI-6731, dropped trees in selectDynamic.Paul Phillips2012-11-282-0/+183
* | | Merge pull request #1678 from martende/ticket/5753Eugene Burmako2012-11-298-0/+32
|\ \ \
| * | | SI-5753 macros cannot be loaded when inherited from a class or a traitmartende2012-11-278-0/+32
| | |/ | |/|
* | | Merge pull request #1676 from retronym/topic/sm-interpolatorPaul Phillips2012-11-281-0/+41
|\ \ \ | |_|/ |/| |
| * | Adds a margin stripping string interpolator.Jason Zaugg2012-11-261-0/+41
* | | Merge pull request #1674 from scalamacros/topic/showrawJosh Suereth2012-11-272-4/+6
|\ \ \ | |_|/ |/| |
| * | SI-6718 fixes a volatile testEugene Burmako2012-11-262-4/+6
* | | Merge pull request #1665 from paulp/issue/6687Adriaan Moors2012-11-251-0/+10
|\ \ \
| * | | Fix for SI-6687, wrong isVar logic.Paul Phillips2012-11-241-0/+10
* | | | Merge pull request #1663 from paulp/merge-2.10.wip-xAdriaan Moors2012-11-2515-27/+178
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10.wip-xPaul Phillips2012-11-2315-27/+178
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge pull request #1607 from retronym/ticket/6640Josh Suereth2012-11-198-25/+131
| | |\ \ \
| | | * | | SI-6440 Address regressions around MissingRequirementErrorJason Zaugg2012-11-138-25/+131
| | * | | | Merge pull request #1636 from paulp/issue/6628Adriaan Moors2012-11-162-0/+13
| | |\ \ \ \
| | | * | | | Fixes SI-6628, Revert "Fix for view isEmpty."Paul Phillips2012-11-152-0/+13