summaryrefslogtreecommitdiff
path: root/test/files/pos
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1786 from retronym/ticket/6745-3Paul Phillips2012-12-261-0/+4
|\
| * SI-6745 Fix <init> lookupJason Zaugg2012-12-181-0/+4
* | Removed old pattern matcher.Paul Phillips2012-12-261-1/+1
* | Merge pull request #1506 from som-snytt/issue/6446-plugin-descPaul Phillips2012-12-222-21/+0
|\ \
| * | PluginComponent contributes description to -Xshow-phases.Som Snytt2012-12-182-21/+0
| |/
* | Merge pull request #1769 from soc/SI-6809Adriaan Moors2012-12-205-9/+9
|\ \
| * | SI-6809 Forbids deprecated case class definitions without parameter listSimon Ochsenreither2012-12-135-9/+9
* | | Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2012-12-2012-0/+121
|\ \ \ | |_|/ |/| |
| * | Merge pull request #1790 from paulp/2.10.0-wip-mergeAdriaan Moors2012-12-202-0/+6
| |\ \
| | * \ Merge remote-tracking branch 'origin/2.10.0-wip' into 2.10.0-wip-mergePaul Phillips2012-12-192-0/+6
| | |\ \
| * | \ \ Merge pull request #1788 from retronym/ticket/6848Paul Phillips2012-12-202-0/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Implicit vars should have non-implicit setters.Jason Zaugg2012-12-192-0/+4
| * | | | Merge pull request #1759 from scalamacros/topic/annotatedPaul Phillips2012-12-194-0/+59
| |\ \ \ \
| | * | | | fixes incorrect handling of Annotated in lazy copierEugene Burmako2012-12-134-0/+59
| * | | | | Merge pull request #1707 from retronym/ticket/5390Adriaan Moors2012-12-171-0/+11
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Test showing the absence of a forward referenceJason Zaugg2012-12-161-0/+11
| * | | | | Merge pull request #1766 from scalamacros/topic/typed-ident-attachmentsEugene Burmako2012-12-144-0/+22
| |\ \ \ \ \
| | * | | | | typedIdent no longer destroys attachmentsEugene Burmako2012-12-134-0/+22
| * | | | | | Recurse into instantiations when stripping type vars.Hubert Plociniczak2012-12-121-0/+25
| |/ / / / /
* | | | | | Merge pull request #1749 from paulp/pr/6595Paul Phillips2012-12-122-0/+19
|\ \ \ \ \ \
| * | | | | | Fix for SI-6595, lost modifiers in early defs.Paul Phillips2012-12-102-0/+19
* | | | | | | Merge branch 'merge-wip-into-2.10.x' into merge-2.10-into-masterPaul Phillips2012-12-116-0/+49
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge remote-tracking branch 'origin/2.10.0-wip' into merge-wip-into-2.10.xPaul Phillips2012-12-112-0/+6
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | / | | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #1701 from retronym/ticket/5877Adriaan Moors2012-12-102-0/+27
| |\ \ \ \ \
| | * | | | | SI-5877 Support implicit classes in package objectsJason Zaugg2012-12-042-0/+27
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #1711 from retronym/ticket/1672Adriaan Moors2012-12-101-0/+10
| |\ \ \ \ \
| | * | | | | SI-1672 Catches are in tail position without finally.Jason Zaugg2012-12-051-0/+10
| | |/ / / /
| * | | | | Merge pull request #1692 from retronym/ticket/6547-2Adriaan Moors2012-12-102-0/+7
| |\ \ \ \ \
| | * | | | | SI-6547: elide box unbox pair only when primitives matchMiguel Garcia2012-12-022-0/+7
| | |/ / / /
| * | | | | Merge pull request #1670 from paulp/issue/6712Adriaan Moors2012-12-101-0/+5
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Fix for SI-6712, bug in object lifting.Paul Phillips2012-11-251-0/+5
| | |/ / /
* | | | / SI-5858 xml.Node construction ambiguity is gone.Jason Zaugg2012-12-081-0/+3
| |_|_|/ |/| | |
* | | | Merge branch 'merge-2.10-wip' into merge-2.10Paul Phillips2012-12-053-1/+29
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10-wipPaul Phillips2012-12-052-0/+6
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Fix for rangepos crasher.Paul Phillips2012-12-042-0/+6
| * | | Test cases for SI-5726, SI-5733, SI-6320, SI-6551, SI-6722.Paul Phillips2012-11-293-1/+29
| | |/ | |/|
* | | Merge branch 'merge-2.10.wip-x' into merge-2.10.x-masterPaul Phillips2012-11-233-0/+65
|\| |
| * | Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10.wip-xPaul Phillips2012-11-232-0/+52
| |\|
| | * 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
| | * | SI-6648 copyAttrs must preserve TypeTree#wasEmptyJason Zaugg2012-11-141-0/+24
| | |/
| * | Merge pull request #1620 from namin/si-6551Josh Suereth2012-11-201-0/+13
| |\ \
| | * | SI-6551: don't insert apply call in polymorphic expression.Nada Amin2012-11-161-0/+13
| * | | SI-5330, SI-6014 deal with existential self-typeAdriaan Moors2012-11-144-0/+46
| |/ /
* | | Merge pull request #1622 from adriaanm/paulp-issue/5330-2Adriaan Moors2012-11-164-0/+46
|\ \ \
| * | | SI-5330, SI-6014 deal with existential self-typePaul Phillips2012-11-144-0/+46
* | | | Fix for SI-6664, cycle in case classes.Paul Phillips2012-11-142-0/+9
|/ / /
* | | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-056-0/+71
|\| |
| * | Merge branch '2.10.0-wip' into merge-2.10.0Josh Suereth2012-11-056-0/+71
| |\|
| | * Merge pull request #1562 from paulp/issue/6600Josh Suereth2012-11-021-0/+8
| | |\