summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | fixes the typedIdent problem for goodEugene Burmako2012-12-284-0/+23
| |/ / / /
* | | | | Merge pull request #1818 from scalamacros/topic/auto-duplicate-expansionsEugene Burmako2012-12-294-0/+36
|\ \ \ \ \
| * | | | | macro expansions are now auto-duplicatedEugene Burmako2012-12-254-0/+36
| |/ / / /
* | | | | Merge pull request #1814 from scalamacros/topic/reflectionEugene Burmako2012-12-29143-309/+361
|\ \ \ \ \
| * | | | | cleans up usages of <init>Eugene Burmako2012-12-299-9/+9
| * | | | | Changes reflection tests to use shorter name constructorsDen Shabalin2012-12-25142-308/+308
| * | | | | Adds extractors for TypeName, TermName and ModifiersDen Shabalin2012-12-251-0/+52
| |/ / / /
* | | | | SI-6846, regression in type constructor inference.Paul Phillips2012-12-281-0/+28
* | | | | Cleaning up type alias usage.Paul Phillips2012-12-281-2/+2
* | | | | Shored up a hidden dealiasing dependency.Paul Phillips2012-12-284-3/+24
* | | | | Fix and simplify typedTypeConstructor.Paul Phillips2012-12-2841-108/+105
* | | | | Merge pull request #1786 from retronym/ticket/6745-3Paul Phillips2012-12-267-0/+42
|\ \ \ \ \
| * | | | | SI-6745 Fix <init> lookupJason Zaugg2012-12-187-0/+42
| | |/ / / | |/| | |
* | | | | Removed old pattern matcher.Paul Phillips2012-12-2616-145/+32
| |/ / / |/| | |
* | | | Merge pull request #1506 from som-snytt/issue/6446-plugin-descPaul Phillips2012-12-2221-32/+225
|\ \ \ \
| * | | | PluginComponent contributes description to -Xshow-phases.Som Snytt2012-12-1821-32/+225
| |/ / /
* | | | Merge pull request #1769 from soc/SI-6809Adriaan Moors2012-12-2010-31/+18
|\ \ \ \
| * | | | SI-6809 Forbids deprecated case class definitions without parameter listSimon Ochsenreither2012-12-1310-31/+18
* | | | | Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2012-12-2048-44/+733
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #1790 from paulp/2.10.0-wip-mergeAdriaan Moors2012-12-202-0/+6
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/2.10.0-wip' into 2.10.0-wip-mergePaul Phillips2012-12-192-0/+6
| | |\ \ \ \
| * | \ \ \ \ Merge pull request #1788 from retronym/ticket/6848Paul Phillips2012-12-202-0/+4
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Implicit vars should have non-implicit setters.Jason Zaugg2012-12-192-0/+4
| * | | | | | 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 #1727 from scalamacros/ticket/6548Paul Phillips2012-12-193-1/+15
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SI-6548 reflection now correctly enters jinnersEugene Burmako2012-12-073-1/+15
| * | | | | | | | | Merge pull request #1759 from scalamacros/topic/annotatedPaul Phillips2012-12-194-0/+59
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | fixes incorrect handling of Annotated in lazy copierEugene Burmako2012-12-134-0/+59
| * | | | | | | | | | Merge pull request #1707 from retronym/ticket/5390Adriaan Moors2012-12-179-0/+67
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | * | | | | | | | | Test showing the absence of a forward referenceJason Zaugg2012-12-161-0/+11
| | * | | | | | | | | 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 #1766 from scalamacros/topic/typed-ident-attachmentsEugene Burmako2012-12-144-0/+22
| |\ \ \ \ \ \ \ \
| | * | | | | | | | typedIdent no longer destroys attachmentsEugene Burmako2012-12-134-0/+22
| * | | | | | | | | Merge pull request #1754 from retronym/ticket/6288Adriaan Moors2012-12-145-10/+239
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Expand pattern match position tests.Jason Zaugg2012-12-122-11/+82
| | * | | | | | | | | SI-6288 Remedy ill-positioned extractor binding.Jason Zaugg2012-12-122-11/+12
| | * | | | | | | | | SI-6288 Fix positioning of label jumpsJason Zaugg2012-12-122-0/+102
| | * | | | | | | | | SI-6288 Position argument of unapplyJason Zaugg2012-12-112-0/+55
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | 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 #1758 from hubertp/2.10.x-issue/strip-tvarsAdriaan Moors2012-12-121-0/+25
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Recurse into instantiations when stripping type vars.Hubert Plociniczak2012-12-121-0/+25
| | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #1747 from hubertp/2.10.x-issue/6758Adriaan Moors2012-12-125-22/+84
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |