summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* introduces global.pendingSuperCallEugene Burmako2012-12-061-2/+2
* refactors handling of parent typesEugene Burmako2012-12-0611-31/+16
* 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-059-1/+293
|\ \ \
| * | | Test cases for SI-5726, SI-5733, SI-6320, SI-6551, SI-6722.Paul Phillips2012-11-297-1/+110
| * | | Fix for SI-6731, dropped trees in selectDynamic.Paul Phillips2012-11-282-0/+183
* | | | Merge pull request #1682 from paulp/assert-about-qualifierPaul Phillips2012-12-031-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Asserts about Tree qualifiers.Paul Phillips2012-11-291-2/+2
* | | | Merge pull request #1678 from martende/ticket/5753Eugene Burmako2012-11-2914-0/+54
|\ \ \ \ | |/ / / |/| | |
| * | | neg test addedmartende2012-11-276-0/+22
| * | | 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-2518-29/+238
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10.wip-xPaul Phillips2012-11-2318-29/+238
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge pull request #1607 from retronym/ticket/6640Josh Suereth2012-11-199-27/+139
| | |\ \ \
| | | * | | SI-6440 Address regressions around MissingRequirementErrorJason Zaugg2012-11-139-27/+139
| | * | | | Merge pull request #1638 from adriaanm/ticket-6624Josh Suereth2012-11-191-0/+28
| | |\ \ \ \
| | | * | | | SI-6624 set info of case pattern binder to help find case field accessorsAdriaan Moors2012-11-161-0/+28
| | * | | | | 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
| | * | | | | | Merge pull request #1616 from retronym/backport/6559Adriaan Moors2012-11-163-2/+19
| | |\ \ \ \ \ \
| | | * | | | | | Fixes SI-6559 - StringContext not using passed in escape function.Josh Suereth2012-11-141-0/+17
| | | * | | | | | Fix raw string interpolator: string parts which were after the first argument...Julien Richard-Foy2012-11-132-2/+2
| | | | |_|/ / / | | | |/| | | |
| | * | | | | | Merge pull request #1615 from retronym/ticket/6648Adriaan Moors2012-11-161-0/+24
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | * | | | | SI-6648 copyAttrs must preserve TypeTree#wasEmptyJason Zaugg2012-11-141-0/+24
| | | |/ / / /
| | * | | | | Merge pull request #1608 from retronym/ticket/6644Josh Suereth2012-11-141-0/+8
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | SI-6644 Account for varargs in extmethod forwarderJason Zaugg2012-11-101-0/+8
| | | |/ / /
| | * | | | SI-6646 `ident` or Ident is always new binding.Jason Zaugg2012-11-132-0/+8
| | * | | | SI-6646 Fix regression in for desugaring.Jason Zaugg2012-11-102-0/+16
| | |/ / /
* | | | | Merge pull request #1647 from adriaanm/backport-1626-2.10.xAdriaan Moors2012-11-252-0/+10
|\ \ \ \ \
| * | | | | Fix for SI-6357, cycle with value classes.Paul Phillips2012-11-192-0/+10
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1643 from retronym/ticket/6677Adriaan Moors2012-11-252-0/+61
|\ \ \ \ \
| * | | | | SI-6677 Insert required cast in `new qual.foo.T`Jason Zaugg2012-11-182-0/+61
* | | | | | Fix for SI-6706, Symbol breakage under GC.Paul Phillips2012-11-231-0/+14
| |_|/ / / |/| | | |
* | | | | SI-6023 reify abstract valsYour Name2012-11-232-0/+29
* | | | | Merge pull request #1645 from scalamacros/ticket/6673Josh Suereth2012-11-212-0/+6
|\ \ \ \ \
| * | | | | SI-6673 fixes macro problems with eta expansionsEugene Burmako2012-11-182-0/+6
* | | | | | Merge pull request #1653 from retronym/ticket/6695Josh Suereth2012-11-211-0/+18
|\ \ \ \ \ \
| * | | | | | SI-6695 Test case for fixed Array match bugJason Zaugg2012-11-211-0/+18
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1596 from soc/SI-6632+SI-6633Josh Suereth2012-11-204-0/+68
|\ \ \ \ \ \
| * | | | | | SI-6632 SI-6633 Fixes issues and data corruption in ListBufferSimon Ochsenreither2012-11-094-0/+68
* | | | | | | Merge pull request #1597 from soc/SI-6634Josh Suereth2012-11-202-0/+111
|\ \ \ \ \ \ \