summaryrefslogtreecommitdiff
path: root/test/files/pos
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\
| | | * Fix for SI-6600, regression with ScalaNumber.Paul Phillips2012-11-021-0/+8
| | * | SI-6562 Fix crash with class nested in @inline methodJason Zaugg2012-11-021-0/+14
| | |/
| | * Merge pull request #1542 from adriaanm/odersky-ticket/6556v2Adriaan Moors2012-11-011-0/+32
| | |\
| | | * SI-6556 no assert for surprising ctor result typeMartin Odersky2012-10-301-0/+32
| | * | Merge pull request #1532 from hubertp/2.10.0-wip-issue/5031Josh Suereth2012-10-313-0/+17
| | |\ \
| | | * | Fixes SI-5031 for separate compilation scenario.Hubert Plociniczak2012-10-283-0/+17
| | | |/
* | | | Warn about unused private members.Paul Phillips2012-11-011-1/+2
* | | | Merge pull request #1521 from paulp/whats-in-a-nameAdriaan Moors2012-11-011-0/+6
|\ \ \ \
| * | | | Tests for SI-3160, SI-4537, import precedence.Paul Phillips2012-10-231-0/+6
* | | | | Merge branch 'merge-2.10.0-wip' into merge-2.10.xPaul Phillips2012-10-315-0/+57
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10.0-wipPaul Phillips2012-10-315-0/+57
| |\| |
| | * | SI-6575 Plug inference leak of AbstractPartialFunJason Zaugg2012-10-282-0/+32
| | |/
| | * Fix SI-6552, regression with self types.Paul Phillips2012-10-211-0/+8
| | * Fix for SI-6537, inaccurate unchecked warning.Paul Phillips2012-10-182-0/+17
| * | Added one more test for SI-6358Hubert Plociniczak2012-10-181-0/+6
| * | Closes SI-6358. Move accessor generation for lazy vals to typers.Hubert Plociniczak2012-10-181-0/+6
| |/
* | Merge pull request #1468 from paulp/issue/6482Adriaan Moors2012-10-221-0/+11
|\ \
| * | Fix for SI-6482, lost bounds in extension methods.Paul Phillips2012-10-061-0/+11
* | | Merge pull request #1512 from paulp/merge-210Adriaan Moors2012-10-225-0/+24
|\ \ \