summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Expand)AuthorAgeFilesLines
* Fix and simplify typedTypeConstructor.Paul Phillips2012-12-2810-16/+16
* Merge pull request #1786 from retronym/ticket/6745-3Paul Phillips2012-12-266-0/+38
|\
| * SI-6745 Fix <init> lookupJason Zaugg2012-12-186-0/+38
* | Removed old pattern matcher.Paul Phillips2012-12-269-50/+27
* | Merge pull request #1506 from som-snytt/issue/6446-plugin-descPaul Phillips2012-12-2217-0/+192
|\ \
| * | PluginComponent contributes description to -Xshow-phases.Som Snytt2012-12-1817-0/+192
| |/
* | Merge pull request #1769 from soc/SI-6809Adriaan Moors2012-12-202-19/+6
|\ \
| * | SI-6809 Forbids deprecated case class definitions without parameter listSimon Ochsenreither2012-12-132-19/+6
* | | Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2012-12-2022-32/+197
|\ \ \ | |_|/ |/| |
| * | Merge pull request #1778 from JamesIry/p_SI-6795_2.10.xAdriaan Moors2012-12-192-0/+7
| |\ \
| | * | SI-6795 Simplify errors related to "abstract override" on type membersJames Iry2012-12-102-2/+2
| | * | SI-6795 Adds negative check for "abstract override" on types in traitsJames Iry2012-12-102-0/+7
| * | | Merge pull request #1709 from retronym/ticket/3995Adriaan Moors2012-12-192-0/+38
| |\ \ \
| | * | | Expand test with a stably qualified example.Jason Zaugg2012-12-052-1/+8
| | * | | SI-3995 Exclude companions with an existential prefix.Jason Zaugg2012-12-052-0/+31
| * | | | Merge pull request #1707 from retronym/ticket/5390Adriaan Moors2012-12-178-0/+56
| |\ \ \ \
| | * | | | SI-5390 Detect forward reference of case class applyJason Zaugg2012-12-048-0/+56
| | |/ / /
| * | | | Merge pull request #1706 from retronym/ticket/5361Adriaan Moors2012-12-153-2/+9
| |\ \ \ \
| | * | | | SI-5361 Avoid cyclic type with malformed refinementJason Zaugg2012-12-043-2/+9
| | |/ / /
| * | | | Merge pull request #1742 from scalamacros/ticket/4044Paul Phillips2012-12-121-6/+1
| |\ \ \ \
| | * | | | prevents spurious kind bound errorsEugene Burmako2012-12-101-6/+1
| * | | | | Merge pull request #1747 from hubertp/2.10.x-issue/6758Adriaan Moors2012-12-125-22/+84
| |\ \ \ \ \
| | * | | | | Fixes SI-6758: force LazyAnnnotationInfo for DefDef and TypeDefHubert Plociniczak2012-12-115-22/+84
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #1737 from retronym/ticket/6555Adriaan Moors2012-12-111-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | SI-6555 Better parameter name retentionJason Zaugg2012-12-081-2/+2
| | |/ / /
* | | | / Merge branch 'merge-wip-into-2.10.x' into merge-2.10-into-masterPaul Phillips2012-12-1126-30/+248
|\| | | | | |_|_|/ |/| | |
| * | | Merge pull request #1691 from retronym/ticket/6558Adriaan Moors2012-12-104-0/+59
| |\ \ \
| | * | | 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-022-0/+13
| * | | | Merge pull request #1711 from retronym/ticket/1672Adriaan Moors2012-12-102-0/+68
| |\ \ \ \
| | * | | | Addtional test cases for tail calls in catches.Jason Zaugg2012-12-052-1/+15
| | * | | | SI-1672 Catches are in tail position without finally.Jason Zaugg2012-12-052-0/+54
| | | |_|/ | | |/| |
| * | | | Merge pull request #1705 from paulp/warn-case-collisionAdriaan Moors2012-12-103-0/+22
| |\ \ \ \
| | * | | | Warn when generated classfiles differ only in case.Paul Phillips2012-12-053-0/+22
| | |/ / /
| * | | | Merge pull request #1700 from retronym/ticket/6535Adriaan Moors2012-12-102-0/+21
| |\ \ \ \
| | * | | | SI-6535 Step back from the precipice of a cycleJason Zaugg2012-12-042-0/+21
| | |/ / /
| * | | | Merge pull request #1675 from retronym/ticket/6667-2Adriaan Moors2012-12-104-0/+61
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | SI-6667 Abort after any ambiguous in-scope implicitJason Zaugg2012-11-264-0/+61
| * | | | Merge pull request #1668 from scalamacros/topic/pre-typemacrosAdriaan Moors2012-12-0710-28/+13
| |\ \ \ \
| | * | | | refactors handling of parent typesEugene Burmako2012-12-0610-28/+13
| | | |/ / | | |/| |
| * / | | SI-6696 removes "helper" tree factory methodsEugene Burmako2012-12-061-2/+2
| |/ / /
* | | | Merge branch 'merge-2.10-wip' into merge-2.10Paul Phillips2012-12-057-2/+24
|\| | |
| * | | Merge pull request #1682 from paulp/assert-about-qualifierPaul Phillips2012-12-031-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | Asserts about Tree qualifiers.Paul Phillips2012-11-291-2/+2
| * | | neg test addedmartende2012-11-276-0/+22
| |/ /
| * | Merge pull request #1663 from paulp/merge-2.10.wip-xAdriaan Moors2012-11-251-2/+8
| |\ \
| * \ \ Merge pull request #1647 from adriaanm/backport-1626-2.10.xAdriaan Moors2012-11-252-0/+10
| |\ \ \ | | |_|/ | |/| |
| | * | Fix for SI-6357, cycle with value classes.Paul Phillips2012-11-192-0/+10
* | | | Fix for SerialVersionUID instability.Paul Phillips2012-11-252-0/+26