summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge remote-tracking branch 'origin/2.10.0-wip' into 2.10.0-wip-mergePaul Phillips2012-12-194-6/+17
| |\ \ \ \ \
| | * \ \ \ \ Merge pull request #1704 from retronym/ticket/6754-2v2.10.0-RC5v2.10.0Adriaan Moors2012-12-053-2/+9
| | |\ \ \ \ \
| | | * | | | | Fix for rangepos crasher.Paul Phillips2012-12-043-2/+9
| | * | | | | | Merge pull request #1712 from jsuereth/fix/osgi-distv2.10.0-RC4Adriaan Moors2012-12-051-1/+6
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Fixing OSGi distribution.Josh Suereth2012-12-051-1/+6
| | |/ / / / /
| | * | | | | Merge pull request #1686 from scalamacros/ticket/6685Eugene Burmako2012-12-021-3/+2
| | |\ \ \ \ \
| | | * | | | | SI-6685 fixes error handling in typedApplyEugene Burmako2012-11-301-3/+2
| | |/ / / / /
* | | | | | | Merge pull request #1788 from retronym/ticket/6848Paul Phillips2012-12-203-1/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Implicit vars should have non-implicit setters.Jason Zaugg2012-12-193-1/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #1778 from JamesIry/p_SI-6795_2.10.xAdriaan Moors2012-12-194-3/+17
|\ \ \ \ \ \
| * | | | | | SI-6795 Simplify errors related to "abstract override" on type membersJames Iry2012-12-104-6/+13
| * | | | | | SI-6795 Adds negative check for "abstract override" on types in traitsJames Iry2012-12-104-3/+10
* | | | | | | Merge pull request #1771 from vigdorchik/si_6605Adriaan Moors2012-12-195-46/+56
|\ \ \ \ \ \ \
| * | | | | | | Cleanup MemberLookup. Better explain ambiguous link targets.Eugene Vigdorchik2012-12-135-46/+56
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #1772 from gkossakowski/global-deadcodeAdriaan Moors2012-12-192-2/+1
|\ \ \ \ \ \ \
| * | | | | | | Deprecate `scala.tools.nsc.Phases` because it's dead-code.Grzegorz Kossakowski2012-12-171-0/+1
| * | | | | | | Remove dead code from `Global`.Grzegorz Kossakowski2012-12-131-2/+0
| |/ / / / / /
* | | | | | | Merge pull request #1709 from retronym/ticket/3995Adriaan Moors2012-12-193-3/+41
|\ \ \ \ \ \ \
| * | | | | | | Expand test with a stably qualified example.Jason Zaugg2012-12-052-1/+8
| * | | | | | | SI-3995 Exclude companions with an existential prefix.Jason Zaugg2012-12-053-3/+34
* | | | | | | | Merge pull request #1727 from scalamacros/ticket/6548Paul Phillips2012-12-195-14/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | cosmetic renamings in runtime reflectionEugene Burmako2012-12-072-6/+6
| * | | | | | | | SI-6548 reflection now correctly enters jinnersEugene Burmako2012-12-074-9/+23
* | | | | | | | | Merge pull request #1759 from scalamacros/topic/annotatedPaul Phillips2012-12-195-1/+60
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fixes incorrect handling of Annotated in lazy copierEugene Burmako2012-12-135-1/+60
* | | | | | | | | | Merge pull request #1780 from scalamacros/topic/mimaAdriaan Moors2012-12-171-1/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | adds scala-reflect.jar to MIMA in antEugene Burmako2012-12-161-1/+14
* | | | | | | | | | | Merge pull request #1707 from retronym/ticket/5390Adriaan Moors2012-12-1710-1/+74
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Test showing the absence of a forward referenceJason Zaugg2012-12-161-0/+11
| * | | | | | | | | | | SI-5390 Detect forward reference of case class applyJason Zaugg2012-12-049-1/+63
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #1776 from adriaanm/mailmap-2.10.xAdriaan Moors2012-12-171-0/+25
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | update mailmapAdriaan Moors2012-12-141-0/+25
* | | | | | | | | | | Merge pull request #1706 from retronym/ticket/5361Adriaan Moors2012-12-154-4/+18
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | SI-5361 Refactor in accordance with review comments.Jason Zaugg2012-12-051-6/+7
| * | | | | | | | | | SI-5361 Avoid cyclic type with malformed refinementJason Zaugg2012-12-044-3/+16
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #1766 from scalamacros/topic/typed-ident-attachmentsEugene Burmako2012-12-146-1/+24
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | typedIdent no longer destroys attachmentsEugene Burmako2012-12-136-1/+24
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #1754 from retronym/ticket/6288Adriaan Moors2012-12-148-14/+252
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Expand pattern match position tests.Jason Zaugg2012-12-122-11/+82
| * | | | | | | | SI-6288 Remedy ill-positioned extractor binding.Jason Zaugg2012-12-123-12/+13
| * | | | | | | | SI-6288 Fix positioning of label jumpsJason Zaugg2012-12-124-1/+112
| * | | | | | | | SI-6288 Position argument of unapplyJason Zaugg2012-12-113-2/+57
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1740 from scalamacros/topic/super-call-argsPaul Phillips2012-12-122-9/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | s/SuperCallArgs/SuperArgs/Eugene Burmako2012-12-102-9/+9
| |/ / / / / / /
* | | | | | | | Merge pull request #1742 from scalamacros/ticket/4044Paul Phillips2012-12-122-22/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | simplifies checkBoundsEugene Burmako2012-12-131-21/+15
| * | | | | | | | prevents spurious kind bound errorsEugene Burmako2012-12-102-8/+9
| |/ / / / / / /
* | | | | | | | Merge pull request #1758 from hubertp/2.10.x-issue/strip-tvarsAdriaan Moors2012-12-122-2/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | Recurse into instantiations when stripping type vars.Hubert Plociniczak2012-12-122-2/+27
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #1747 from hubertp/2.10.x-issue/6758Adriaan Moors2012-12-127-32/+93
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |