summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1568 from retronym/ticket/6611Paul Phillips2012-11-053-0/+97
|\
| * Expand optimization of Array(e1, ..., en) to primitive arrays.Jason Zaugg2012-11-042-5/+82
| * SI-6611 Tighten up an unsafe array optimizationJason Zaugg2012-11-033-0/+20
* | Merge pull request #1554 from paulp/scope-lookupPaul Phillips2012-11-041-3/+1
|\ \
| * | The improvements made possible by the scope changes.Paul Phillips2012-11-021-3/+1
* | | Merge pull request #1565 from retronym/ticket/6567Josh Suereth2012-11-043-0/+21
|\ \ \
| * | | SI-6567 Warning for Option(implicitView(foo))Jason Zaugg2012-11-033-0/+21
| |/ /
* | | Merge pull request #1564 from paulp/issue/441Paul Phillips2012-11-045-17/+103
|\ \ \ | |_|/ |/| |
| * | Removing unused locals and making vars into vals.Paul Phillips2012-11-033-6/+12
| * | Expanded unused warnings.Paul Phillips2012-11-032-11/+91
| |/
* / Fix for SI-6426, importable _.Paul Phillips2012-11-032-0/+12
|/
* Warn about unused private members.Paul Phillips2012-11-014-1/+91
* Merge pull request #1521 from paulp/whats-in-a-nameAdriaan Moors2012-11-0112-16/+134
|\
| * Tests for SI-3160, SI-4537, import precedence.Paul Phillips2012-10-2312-16/+134
* | Merge pull request #1550 from paulp/issue/6597Adriaan Moors2012-11-012-0/+9
|\ \
| * | Fix for SI-6597, implicit case class crasher.Paul Phillips2012-10-312-0/+9
* | | Merge pull request #1535 from paulp/stream-distinctPaul Phillips2012-11-014-1/+29
|\ \ \
| * | | Implementation of Stream#dropRight.Paul Phillips2012-11-012-1/+5
| * | | Fix SI-6584, Stream#distinct uses too much memory.Paul Phillips2012-11-012-0/+24
| |/ /
* | | Merge pull request #1534 from paulp/repl-outdirPaul Phillips2012-11-014-2/+68
|\ \ \ | |/ / |/| |
| * | An option for real repl output.Paul Phillips2012-10-294-2/+68
| |/
* | Merge branch 'merge-2.10.0-wip' into merge-2.10.xPaul Phillips2012-10-3114-78/+201
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10.0-wipPaul Phillips2012-10-3114-78/+201
| |\
| | * SI-6575 Plug inference leak of AbstractPartialFunJason Zaugg2012-10-282-0/+32
| | * Merge pull request #1519 from paulp/no-product-nJosh Suereth2012-10-244-71/+72
| | |\
| | | * Disabled generation of _1, _2, etc. methods.Paul Phillips2012-10-224-71/+72
| | * | Merge pull request #1507 from retronym/ticket/6526Josh Suereth2012-10-242-0/+57
| | |\ \
| | | * | SI-6526 Additional test case.Jason Zaugg2012-10-222-1/+9
| | | * | SI-6526 Tail call elimination should descend deeper.Jason Zaugg2012-10-172-0/+49
| | * | | Fix SI-6552, regression with self types.Paul Phillips2012-10-211-0/+8
| | | |/ | | |/|
| | * | Merge pull request #1509 from paulp/issue/6537Josh Suereth2012-10-204-3/+25
| | |\ \
| | | * | Fix for SI-6537, inaccurate unchecked warning.Paul Phillips2012-10-184-3/+25
| | | |/
| | * / avoid single-art assert where harmful in duration-tckRoland2012-10-181-4/+7
| | |/
| * | 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-186-14/+29
| |/
* | Merge pull request #1518 from retronym/ticket/2968Josh Suereth2012-10-234-0/+47
|\ \
| * | SI-2968 Fix brace healing for `^case (class|object) {`Jason Zaugg2012-10-224-0/+47
* | | 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-2215-12/+122
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-10-1915-12/+122
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #1487 from dragos/issue/fix-6505Josh Suereth2012-10-111-0/+33
| | |\ \
| | | * | Fixed SI-6505. Respond to ask calls by immediate failure even after compiler ...Iulian Dragos2012-10-101-0/+33
| | * | | Fix for SI-6499, regression in type inference.Paul Phillips2012-10-101-0/+3
| | * | | Merge pull request #1483 from gkossakowski/SI-6440Josh Suereth2012-10-102-0/+8
| | |\ \ \
| | | * | | SI-6440: Revert change to `TraversableLike.filterNot`Grzegorz Kossakowski2012-10-092-0/+8
| | | |/ /
| | * | | Merge pull request #1471 from retronym/ticket/6483Josh Suereth2012-10-092-0/+33
| | |\ \ \
| | | * | | SI-6483 Prohibit super[T] references in value classes.Jason Zaugg2012-10-072-0/+33
| | * | | | Merge pull request #1458 from scalamacros/pullrequest/reflectionJosh Suereth2012-10-094-4/+16
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | removes EmptyTermName and EmptyTypeNameEugene Burmako2012-10-031-1/+1