summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1707 from retronym/ticket/5390Adriaan Moors2012-12-171-1/+7
|\
| * SI-5390 Detect forward reference of case class applyJason Zaugg2012-12-041-1/+7
* | Merge pull request #1706 from retronym/ticket/5361Adriaan Moors2012-12-151-2/+9
|\ \
| * | SI-5361 Refactor in accordance with review comments.Jason Zaugg2012-12-051-6/+7
| * | SI-5361 Avoid cyclic type with malformed refinementJason Zaugg2012-12-041-1/+7
| |/
* | Merge pull request #1766 from scalamacros/topic/typed-ident-attachmentsEugene Burmako2012-12-141-1/+1
|\ \
| * | typedIdent no longer destroys attachmentsEugene Burmako2012-12-131-1/+1
* | | Merge pull request #1754 from retronym/ticket/6288Adriaan Moors2012-12-142-4/+9
|\ \ \
| * | | SI-6288 Remedy ill-positioned extractor binding.Jason Zaugg2012-12-121-1/+1
| * | | SI-6288 Fix positioning of label jumpsJason Zaugg2012-12-121-1/+6
| * | | SI-6288 Position argument of unapplyJason Zaugg2012-12-111-2/+2
* | | | 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-121-16/+16
|\ \ \ \
| * | | | simplifies checkBoundsEugene Burmako2012-12-131-21/+15
| * | | | prevents spurious kind bound errorsEugene Burmako2012-12-101-2/+8
| |/ / /
* | | | Merge pull request #1747 from hubertp/2.10.x-issue/6758Adriaan Moors2012-12-121-10/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixes SI-6758: force LazyAnnnotationInfo for DefDef and TypeDefHubert Plociniczak2012-12-111-10/+4
* | | | Merge pull request #1722 from vigdorchik/ide.apiAdriaan Moors2012-12-1225-485/+526
|\ \ \ \
| * | | | Extract base scaladoc functionality for the IDE.Eugene Vigdorchik2012-12-1225-485/+526
* | | | | Merge pull request #1738 from retronym/topic/dryer-crashesAdriaan Moors2012-12-112-35/+44
|\ \ \ \ \
| * | | | | DRYer crash reports.Jason Zaugg2012-12-082-35/+44
| | |_|/ / | |/| | |
* | | | | Merge pull request #1737 from retronym/ticket/6555Adriaan Moors2012-12-112-1/+9
|\ \ \ \ \
| * | | | | SI-6555 Better parameter name retentionJason Zaugg2012-12-082-1/+9
| |/ / / /
* | | | | Merge pull request #1752 from scalamacros/ticket/5841Adriaan Moors2012-12-112-55/+71
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Cleanups of reifyBoundTerm and reifyBoundTypeAndriy Polishchuk2012-12-111-62/+69
| * | | | SI-5841 reification of renamed importsAndriy Polishchuk2012-12-112-0/+9
| |/ / /
* | | | 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 #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 #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 #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