summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1849 from som-snytt/issue/6894-javap-appPaul Phillips2013-01-108-0/+118
|\
| * Repl javap decodes various synthetic names for us (fixing SI-6894)Som Snytt2013-01-098-0/+118
* | Merge branch '2.10.x'Adriaan Moors2013-01-0811-83/+180
|\ \
| * \ Merge pull request #1840 from paulp/issue/6911Paul Phillips2013-01-063-69/+106
| |\ \
| | * | SI-6911, regression in generated case class equality.Paul Phillips2013-01-033-69/+106
| * | | Merge pull request #1841 from adriaanm/rebase-6827-2.10.xAdriaan Moors2013-01-042-0/+46
| |\ \ \
| | * | | Fix Iterator#copyToArray (fixes SI-6827).Erik Osheim2013-01-042-0/+46
| | |/ /
| * | | Merge pull request #1739 from jedesah/Array_optPaul Phillips2013-01-042-0/+15
| |\ \ \ | | |/ / | |/| |
| | * | SI-5017 Poor performance of :+ operator on ArraysJean-Remi Desjardins2012-12-232-0/+15
| * | | Merge pull request #1822 from paulp/issue/6194Paul Phillips2013-01-032-0/+9
| |\ \ \
| | * | | SI-6194, repl crash.Paul Phillips2012-12-272-0/+9
| * | | | LinearSeq lengthCompare without an iterator.Paul Phillips2012-12-282-10/+16
| * | | | SI-6415, overly eager evaluation in Stream.Jean-Remi Desjardins2012-12-282-0/+34
| |/ / /
* | | | 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
| |\ \ \