summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Recurse into instantiations when stripping type vars.Hubert Plociniczak2012-12-122-2/+27
* 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
|\ \ \ \ \
| * | | | | Warn when generated classfiles differ only in case.Paul Phillips2012-12-054-1/+30
| |/ / / /
* | | | | Merge pull request #1700 from retronym/ticket/6535Adriaan Moors2012-12-104-2/+27
|\ \ \ \ \
| * | | | | SI-6535 Step back from the precipice of a cycleJason Zaugg2012-12-044-2/+27
| |/ / / /
* | | | | Merge pull request #1699 from retronym/ticket/6549Adriaan Moors2012-12-103-3/+56
|\ \ \ \ \
| * | | | | SI-6549 Improve escaping in REPL codegen.Jason Zaugg2012-12-033-3/+56
| |/ / / /
* | | | | Merge pull request #1692 from retronym/ticket/6547-2Adriaan Moors2012-12-103-3/+10
|\ \ \ \ \
| * | | | | SI-6547: elide box unbox pair only when primitives matchMiguel Garcia2012-12-023-3/+10
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1677 from jedesah/RangeAdriaan Moors2012-12-101-1/+0
|\ \ \ \ \
| * | | | | SI-5678 Bad return type for [Use Case] docs in RangeJean-Remi Desjardins2012-11-271-1/+0
* | | | | | Merge pull request #1675 from retronym/ticket/6667-2Adriaan Moors2012-12-106-11/+84
|\ \ \ \ \ \
| * | | | | | SI-6667 Abort after any ambiguous in-scope implicitJason Zaugg2012-11-265-1/+63
| * | | | | | Refactor use of SearchFailure in implicits.Jason Zaugg2012-11-222-11/+22
* | | | | | | Merge pull request #1672 from jedesah/RandomAdriaan Moors2012-12-102-1/+16
|\ \ \ \ \ \ \
| * | | | | | | SI-4664 [Make scala.util.Random Serializable] Add test caseJean-Remi Desjardins2012-12-041-0/+15
| * | | | | | | SI-4664 Make scala.util.Random SerializableJean-Remi Desjardins2012-12-011-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #1670 from paulp/issue/6712Adriaan Moors2012-12-102-7/+14
|\ \ \ \ \ \ \
| * | | | | | | Fix for SI-6712, bug in object lifting.Paul Phillips2012-11-252-7/+14
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #1650 from jsuereth/wip/add-mima-to-buildAdriaan Moors2012-12-101-1/+35
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Now the test suite runs MIMA for compatibility testing.Josh Suereth2012-12-051-1/+35
* | | | | | | Merge pull request #1668 from scalamacros/topic/pre-typemacrosAdriaan Moors2012-12-0751-353/+616
|\ \ \ \ \ \ \
| * | | | | | | more ListOfNil => NilEugene Burmako2012-12-064-4/+4
| * | | | | | | DummyTree => CannotHaveAttrsEugene Burmako2012-12-069-18/+33
| * | | | | | | evicts assert(false) from the compilerEugene Burmako2012-12-0617-24/+29