summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.10.x'Adriaan Moors2013-01-163-0/+19
|\
| * Merge pull request #1879 from adriaanm/ticket-6955Paul Phillips2013-01-152-0/+27
| |\
| | * SI-6955 switch emission no longer foiled by type aliasAdriaan Moors2013-01-102-0/+27
| * | SI-6126 Test case for varargs of tagged primitives.Jason Zaugg2013-01-131-0/+8
| * | Merge pull request #1869 from retronym/backport/1826Paul Phillips2013-01-1113-70/+70
| |\ \
| | * | Backport of SI-6846.Jason Zaugg2013-01-0813-70/+70
| | |/
| * / SI-6928, VerifyError with self reference to super.Paul Phillips2013-01-072-0/+11
| |/
* | Merge pull request #1880 from som-snytt/issue/6894-javap-appPaul Phillips2013-01-1510-0/+136
|\ \
| * | Restore pending repl-javap tests that now succeed under java 6.Som Snytt2013-01-118-0/+118
| * | Fixes and features for javap (fixing SI-6894)Som Snytt2013-01-112-0/+18
* | | Merge pull request #1881 from adriaanm/rebase-1879-masterPaul Phillips2013-01-152-0/+29
|\ \ \
| * | | SI-6955 switch emission no longer foiled by type aliasAdriaan Moors2013-01-112-0/+29
| |/ /
| * | Moved repl javap tests into pending.Paul Phillips2013-01-118-118/+0
| * | 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
* | | | macroExpandAll is now triggered by typedEugene Burmako2013-01-092-0/+11
* | | | refactors handling of macros in replEugene Burmako2013-01-092-2/+2
* | | | SI-5903 extractor macros do workEugene Burmako2013-01-098-0/+72
|/ / /
* | | 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
| |/ / /