summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-6795 Adds negative check for "abstract override" on types in traitsJames Iry2012-12-102-3/+3
* Merge pull request #1701 from retronym/ticket/5877Adriaan Moors2012-12-102-3/+23
|\
| * 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-041-1/+4
| * Adds debug logging for synthetic registration.Jason Zaugg2012-12-041-2/+18
* | Merge pull request #1691 from retronym/ticket/6558Adriaan Moors2012-12-101-1/+5
|\ \
| * | Fixes SI-6558: typecheck lazy annotation info using non-silent context.Hubert Plociniczak2012-12-021-1/+5
* | | Merge pull request #1744 from retronym/ticket/4922Adriaan Moors2012-12-101-1/+10
|\ \ \
| * | | SI-4922 Show default in Scaladoc for generic methods.Jason Zaugg2012-12-101-1/+10
* | | | Merge pull request #1732 from retronym/ticket/6690Adriaan Moors2012-12-102-16/+22
|\ \ \ \
| * | | | Share the empty LinkedList between first0/last0.Jason Zaugg2012-12-102-2/+2
| * | | | SI-6690 Release reference to last dequeued element.Jason Zaugg2012-12-082-16/+22
| | |_|/ | |/| |
* | | | Merge pull request #1729 from JamesIry/SI-5789-2_2.10.xAdriaan Moors2012-12-101-2/+1
|\ \ \ \
| * | | | SI-5789 Removes assertion about implclass flag in Mixin.scalaJames Iry2012-12-071-2/+1
* | | | | Merge pull request #1713 from retronym/ticket/5894Adriaan Moors2012-12-103-155/+99
|\ \ \ \ \
| * | | | | SI-5894 Don't emit static forwarders for macros.Jason Zaugg2012-12-051-1/+1
| * | | | | Remove some low-hanging duplication beween GenJVM / GenASM.Jason Zaugg2012-12-053-155/+99
| | |/ / / | |/| | |
* | | | | Merge pull request #1711 from retronym/ticket/1672Adriaan Moors2012-12-101-1/+9
|\ \ \ \ \
| * | | | | SI-1672 Catches are in tail position without finally.Jason Zaugg2012-12-051-1/+9
| |/ / / /
* | | | | Merge pull request #1705 from paulp/warn-case-collisionAdriaan Moors2012-12-101-1/+8
|\ \ \ \ \
| * | | | | Warn when generated classfiles differ only in case.Paul Phillips2012-12-051-1/+8
| |/ / / /
* | | | | Merge pull request #1700 from retronym/ticket/6535Adriaan Moors2012-12-102-2/+6
|\ \ \ \ \
| * | | | | SI-6535 Step back from the precipice of a cycleJason Zaugg2012-12-042-2/+6
| |/ / / /
* | | | | Merge pull request #1699 from retronym/ticket/6549Adriaan Moors2012-12-101-3/+2
|\ \ \ \ \
| * | | | | SI-6549 Improve escaping in REPL codegen.Jason Zaugg2012-12-031-3/+2
| |/ / / /
* | | | | Merge pull request #1692 from retronym/ticket/6547-2Adriaan Moors2012-12-101-3/+3
|\ \ \ \ \
| * | | | | SI-6547: elide box unbox pair only when primitives matchMiguel Garcia2012-12-021-3/+3
| | |_|_|/ | |/| | |
* | | | | 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-102-11/+23
|\ \ \ \ \ \
| * | | | | | SI-6667 Abort after any ambiguous in-scope implicitJason Zaugg2012-11-261-1/+2
| * | | | | | Refactor use of SearchFailure in implicits.Jason Zaugg2012-11-222-11/+22
* | | | | | | Merge pull request #1672 from jedesah/RandomAdriaan Moors2012-12-101-1/+1
|\ \ \ \ \ \ \
| * | | | | | | SI-4664 Make scala.util.Random SerializableJean-Remi Desjardins2012-12-011-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #1670 from paulp/issue/6712Adriaan Moors2012-12-101-7/+9
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Fix for SI-6712, bug in object lifting.Paul Phillips2012-11-251-7/+9
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1668 from scalamacros/topic/pre-typemacrosAdriaan Moors2012-12-0739-320/+598
|\ \ \ \ \ \
| * | | | | | 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
| * | | | | | introduces global.pendingSuperCallEugene Burmako2012-12-0614-96/+93
| * | | | | | refactors handling of parent typesEugene Burmako2012-12-0613-185/+372
| * | | | | | unifies approaches to call analysis in TreeInfoEugene Burmako2012-12-063-62/+136
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #1654 from scalamacros/ticket/6696Adriaan Moors2012-12-071-6/+70
|\ \ \ \ \ \
| * | | | | | TypeApply + Select and their type-level twinsEugene Burmako2012-12-061-1/+31
| * | | | | | SI-6696 removes "helper" tree factory methodsEugene Burmako2012-12-061-5/+39
| |/ / / / /
* | | | | | Merge pull request #1721 from JamesIry/SI-6766_2.10.xAdriaan Moors2012-12-077-0/+44
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-6766 Makes the -Pcontinuations:enable flag a project specific preferenceJames Iry2012-12-062-4/+4
| * | | | | SI-6766 Create a continuations project in eclipseJames Iry2012-12-067-2/+46
* | | | | | Merge pull request #1690 from retronym/ticket/6631Adriaan Moors2012-12-061-6/+7
|\ \ \ \ \ \