summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1817 from scalamacros/topic/introduce-top-levelv2.11.0-M1Eugene Burmako2013-01-0616-4/+136
|\
| * adds c.introduceTopLevelEugene Burmako2013-01-0516-4/+136
* | Merge pull request #1847 from JamesIry/SI-6916_masterPaul Phillips2013-01-062-0/+19
|\ \
| * | SI-6916 makes FlatHashTable#remove a Boolean not Option[A]James Iry2013-01-042-0/+19
* | | SI-6918 Changes REPL output from "defined module" to "defined object"Simon Ochsenreither2013-01-057-10/+10
|/ /
* | Merge pull request #1839 from JamesIry/SI-6908_masterAdriaan Moors2013-01-042-0/+74
|\ \ | |/ |/|
| * SI-6908 Makes FlatHashTable as well as derived classes support null valuesJames Iry2013-01-032-0/+74
* | Merge pull request #1785 from non/bug/fix-copyToArrayAdriaan Moors2013-01-042-0/+46
|\ \ | |/ |/|
| * Fix Iterator#copyToArray (fixes SI-6827).Erik Osheim2012-12-202-0/+46
* | 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 #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-29134-293/+293
|\ \ \
| * | | cleans up usages of <init>Eugene Burmako2012-12-299-9/+9
| * | | Changes reflection tests to use shorter name constructorsDen Shabalin2012-12-25134-292/+292
| |/ /
* | | Cleaning up type alias usage.Paul Phillips2012-12-281-2/+2
* | | Fix and simplify typedTypeConstructor.Paul Phillips2012-12-2812-68/+68
* | | Removed old pattern matcher.Paul Phillips2012-12-264-89/+1
|/ /
* | Merge pull request #1506 from som-snytt/issue/6446-plugin-descPaul Phillips2012-12-224-31/+53
|\ \
| * | PluginComponent contributes description to -Xshow-phases.Som Snytt2012-12-184-31/+53
| |/
* | Merge pull request #1769 from soc/SI-6809Adriaan Moors2012-12-203-3/+3
|\ \
| * | SI-6809 Forbids deprecated case class definitions without parameter listSimon Ochsenreither2012-12-133-3/+3
* | | Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2012-12-209-10/+290
|\ \ \
| * \ \ Merge pull request #1727 from scalamacros/ticket/6548Paul Phillips2012-12-192-0/+14
| |\ \ \
| | * | | SI-6548 reflection now correctly enters jinnersEugene Burmako2012-12-072-0/+14
| * | | | 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 #1737 from retronym/ticket/6555Adriaan Moors2012-12-112-0/+37
| |\ \ \ \ \
| | * | | | | SI-6555 Better parameter name retentionJason Zaugg2012-12-082-0/+37
| | |/ / / /
* | | | | / Deskolemize type skolems before pickling.Paul Phillips2012-12-153-0/+43
| |_|_|_|/ |/| | | |
* | | | | Cleanup in module var creation.Paul Phillips2012-12-122-6/+10
* | | | | Merge branch 'merge-wip-into-2.10.x' into merge-2.10-into-masterPaul Phillips2012-12-1153-47/+514
|\| | | | | |_|_|/ |/| | |
| * | | Merge pull request #1752 from scalamacros/ticket/5841Adriaan Moors2012-12-1114-0/+132
| |\ \ \
| | * | | SI-5841 reification of renamed importsAndriy Polishchuk2012-12-1114-0/+132
| | |/ /
| * | | Merge pull request #1733 from retronym/ticket/6614Adriaan Moors2012-12-102-0/+19
| |\ \ \
| | * | | SI-6614 Test case for fixed ArrayStack misconduct.Jason Zaugg2012-12-082-0/+19
| | |/ /
| * | | Merge pull request #1732 from retronym/ticket/6690Adriaan Moors2012-12-101-0/+62
| |\ \ \
| | * | | SI-6690 Release reference to last dequeued element.Jason Zaugg2012-12-081-0/+62
| * | | | Merge pull request #1729 from JamesIry/SI-5789-2_2.10.xAdriaan Moors2012-12-102-0/+28
| |\ \ \ \
| | * | | | SI-5789 Use the ReplTest framework in the testJames Iry2012-12-072-21/+21
| | * | | | SI-5789 Checks in the right version of the testJames Iry2012-12-071-3/+1
| | * | | | SI-5789 Removes assertion about implclass flag in Mixin.scalaJames Iry2012-12-072-0/+30
| | | |_|/ | | |/| |
| * | | | Merge pull request #1713 from retronym/ticket/5894Adriaan Moors2012-12-101-0/+17
| |\ \ \ \
| | * | | | SI-5894 Don't emit static forwarders for macros.Jason Zaugg2012-12-051-0/+17
| | | |/ / | | |/| |
| * | | | Merge pull request #1711 from retronym/ticket/1672Adriaan Moors2012-12-101-0/+28
| |\ \ \ \
| | * | | | Addtional test cases for tail calls in catches.Jason Zaugg2012-12-051-0/+28
| | |/ / /