summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright to 2013Carlo Dapor2013-01-0212-12/+12
* Merge pull request #1816 from scalamacros/topic/enclosuresEugene Burmako2012-12-305-1/+59
|\
| * enclosures are now strongly typed and are no longer valsEugene Burmako2012-12-255-1/+59
* | Merge pull request #1807 from scalamacros/topic/ident-deprecation-warningsEugene Burmako2012-12-303-0/+20
|\ \
| * | changes the flags to not depend on partestEugene Burmako2012-12-281-1/+1
| * | the scanner is now less eager about deprecationsEugene Burmako2012-12-253-0/+20
| |/
* | Merge pull request #1809 from scalamacros/topic/ident-attachmentsPaul Phillips2012-12-294-0/+23
|\ \
| * | 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-29155-342/+394
|\ \
| * | cleans up usages of <init>Eugene Burmako2012-12-299-9/+9
| * | Changes reflection tests to use shorter name constructorsDen Shabalin2012-12-25154-341/+341
| * | 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-2011-33/+20
|\ \
| * | SI-6809 Forbids deprecated case class definitions without parameter listSimon Ochsenreither2012-12-1311-33/+20
* | | Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2012-12-2054-52/+745
|\ \ \
| * \ \ 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