summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update mailmapAdriaan Moors2012-12-141-0/+25
* Merge pull request #1754 from retronym/ticket/6288Adriaan Moors2012-12-148-14/+252
|\
| * Expand pattern match position tests.Jason Zaugg2012-12-122-11/+82
| * SI-6288 Remedy ill-positioned extractor binding.Jason Zaugg2012-12-123-12/+13
| * SI-6288 Fix positioning of label jumpsJason Zaugg2012-12-124-1/+112
| * SI-6288 Position argument of unapplyJason Zaugg2012-12-113-2/+57
* | Merge pull request #1740 from scalamacros/topic/super-call-argsPaul Phillips2012-12-122-9/+9
|\ \
| * | s/SuperCallArgs/SuperArgs/Eugene Burmako2012-12-102-9/+9
| |/
* | Merge pull request #1742 from scalamacros/ticket/4044Paul Phillips2012-12-122-22/+17
|\ \
| * | simplifies checkBoundsEugene Burmako2012-12-131-21/+15
| * | prevents spurious kind bound errorsEugene Burmako2012-12-102-8/+9
| |/
* | Merge pull request #1758 from hubertp/2.10.x-issue/strip-tvarsAdriaan Moors2012-12-122-2/+27
|\ \
| * | Recurse into instantiations when stripping type vars.Hubert Plociniczak2012-12-122-2/+27
* | | Merge pull request #1747 from hubertp/2.10.x-issue/6758Adriaan Moors2012-12-127-32/+93
|\ \ \
| * | | Fixes SI-6758: force LazyAnnnotationInfo for DefDef and TypeDefHubert Plociniczak2012-12-117-32/+93
| |/ /
* | | Merge pull request #1722 from vigdorchik/ide.apiAdriaan Moors2012-12-1236-496/+664
|\ \ \
| * | | Extract base scaladoc functionality for the IDE.Eugene Vigdorchik2012-12-1236-496/+664
* | | | Merge pull request #1738 from retronym/topic/dryer-crashesAdriaan Moors2012-12-112-35/+44
|\ \ \ \
| * | | | DRYer crash reports.Jason Zaugg2012-12-082-35/+44
| | |_|/ | |/| |
* | | | Merge pull request #1737 from retronym/ticket/6555Adriaan Moors2012-12-115-3/+48
|\ \ \ \
| * | | | SI-6555 Better parameter name retentionJason Zaugg2012-12-085-3/+48
| |/ / /
* | | | Merge pull request #1752 from scalamacros/ticket/5841Adriaan Moors2012-12-1116-55/+203
|\ \ \ \ | |_|_|/ |/| | |
| * | | Cleanups of reifyBoundTerm and reifyBoundTypeAndriy Polishchuk2012-12-111-62/+69
| * | | SI-5841 reification of renamed importsAndriy Polishchuk2012-12-1116-0/+141
| |/ /
* | | Merge pull request #1701 from retronym/ticket/5877Adriaan Moors2012-12-104-3/+50
|\ \ \
| * | | SI-5877 Tweak the check for package object owner.Jason Zaugg2012-12-041-3/+4
| * | | SI-5877 Support implicit classes in package objectsJason Zaugg2012-12-043-1/+31
| * | | Adds debug logging for synthetic registration.Jason Zaugg2012-12-041-2/+18
* | | | Merge pull request #1691 from retronym/ticket/6558Adriaan Moors2012-12-105-1/+64
|\ \ \ \
| * | | | Split test case to workaround incomplete error report.Jason Zaugg2012-12-034-3/+28
| * | | | SI-6558 Expand test case for annotation typosJason Zaugg2012-12-022-5/+26
| * | | | Fixes SI-6558: typecheck lazy annotation info using non-silent context.Hubert Plociniczak2012-12-023-1/+18
* | | | | Merge pull request #1744 from retronym/ticket/4922Adriaan Moors2012-12-103-1/+43
|\ \ \ \ \
| * | | | | SI-4922 Show default in Scaladoc for generic methods.Jason Zaugg2012-12-103-1/+43
| | |_|/ / | |/| | |
* | | | | 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-103-16/+84
|\ \ \ \ \
| * | | | | Share the empty LinkedList between first0/last0.Jason Zaugg2012-12-102-2/+2
| * | | | | SI-6690 Release reference to last dequeued element.Jason Zaugg2012-12-083-16/+84
| | |_|/ / | |/| | |
* | | | | Merge pull request #1729 from JamesIry/SI-5789-2_2.10.xAdriaan Moors2012-12-103-2/+29
|\ \ \ \ \
| * | | | | 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-073-2/+31
* | | | | | Merge pull request #1713 from retronym/ticket/5894Adriaan Moors2012-12-104-155/+116
|\ \ \ \ \ \
| * | | | | | SI-5894 Don't emit static forwarders for macros.Jason Zaugg2012-12-052-1/+18
| * | | | | | Remove some low-hanging duplication beween GenJVM / GenASM.Jason Zaugg2012-12-053-155/+99
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1711 from retronym/ticket/1672Adriaan Moors2012-12-105-1/+115
|\ \ \ \ \ \
| * | | | | | Addtional test cases for tail calls in catches.Jason Zaugg2012-12-053-1/+43
| * | | | | | SI-1672 Catches are in tail position without finally.Jason Zaugg2012-12-054-1/+73
| |/ / / / /
* | | | | | Merge pull request #1705 from paulp/warn-case-collisionAdriaan Moors2012-12-104-1/+30
|\ \ \ \ \ \