summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2051 from adriaanm/ticket-7039Adriaan Moors2013-02-042-0/+12
|\
| * SI-7039 unapplySeq result type independent of subpattern countAdriaan Moors2013-02-012-0/+12
* | Merge pull request #2040 from scalamacros/ticket/7008Adriaan Moors2013-02-0419-5/+203
|\ \
| * | reflecting @throws defined in Scala codeEugene Burmako2013-02-044-0/+34
| * | evicts javac-artifacts.jarEugene Burmako2013-02-0114-7/+141
| * | SI-7008 @throws annotations are now populated in reflectEugene Burmako2013-02-013-0/+30
* | | Merge pull request #2001 from JamesIry/2.10.x_SI-5313Grzegorz Kossakowski2013-02-042-0/+66
|\ \ \
| * | | SI-5313 Test clobbers on the back edge of a loopJames Iry2013-02-022-2/+10
| * | | SI-5313 Eliminate more stores by replacing clobbers with null storesJames Iry2013-01-302-1/+9
| * | | SI-5313 Do not eliminate stores that potentially wipe referenesJames Iry2013-01-282-0/+50
* | | | Merge pull request #2039 from scalamacros/ticket/7046Eugene Burmako2013-02-042-0/+15
|\ \ \ \
| * | | | SI-7046 reflection now auto-initializes knownDirectSubclassesEugene Burmako2013-01-312-0/+15
* | | | | Merge pull request #2022 from lrytz/analyzerPlugins210Lukas Rytz2013-02-035-1/+344
|\ \ \ \ \
| * | | | | Analyzer PluginsLukas Rytz2013-02-032-0/+318
| * | | | | SI-1803, plus documentation and cleanups in Namers, mainly in typeSigLukas Rytz2013-02-032-0/+25
| * | | | | case module toString is syntheticLukas Rytz2013-02-031-1/+1
* | | | | | Merge pull request #2033 from adriaanm/patmat-optAdriaan Moors2013-02-033-120/+110
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-6686 drop valdef unused in flatMapCond's blockAdriaan Moors2013-01-312-73/+69
| * | | | | don't store subpats bound to underscoreAdriaan Moors2013-01-311-8/+2
| * | | | | no null check for type-tested unapply argAdriaan Moors2013-01-311-103/+103
| |/ / / /
* | | | | Merge pull request #1979 from retronym/backport/1499James Iry2013-02-012-0/+41
|\ \ \ \ \
| * | | | | [backport] Fix for SI-6206, inconsistency with apply.Jason Zaugg2013-01-262-0/+41
* | | | | | Merge pull request #2026 from JamesIry/2.10.x_SI-2818Grzegorz Kossakowski2013-02-012-0/+10
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | SI-2818 Make List.foldRight always do a reverse/foldLeft flipJames Iry2013-01-312-0/+10
* | | | | | Merge pull request #2043 from lrytz/t3353Adriaan Moors2013-02-012-0/+11
|\ \ \ \ \ \
| * | | | | | SI-3353 don't extract <unapply-selector> into named-arg local valLukas Rytz2013-01-312-0/+11
* | | | | | | Merge pull request #1960 from ViniciusMiana/2.10.xJames Iry2013-02-011-0/+18
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | SI-6853 changed private method remove to be tail recursive.Vinicius Miana2013-01-251-0/+18
* | | | | | | Merge pull request #2015 from paulp/rc1-backportsPaul Phillips2013-01-317-0/+119
|\ \ \ \ \ \ \
| * | | | | | | SI-6584, Stream#distinct uses too much memory.Paul Phillips2013-01-302-0/+24
| * | | | | | | SI-5604, selections on package objects.Paul Phillips2013-01-302-0/+58
| * | | | | | | SI-4729, overriding java varargs in scala.Paul Phillips2013-01-303-0/+37
| * | | | | | | SI-2418, remove restriction on final vars.Paul Phillips2013-01-302-0/+11
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #2006 from retronym/backport/1226Paul Phillips2013-01-312-0/+36
|\ \ \ \ \ \ \
| * | | | | | | SI-6572 Test case, originally fixed in a3680be.Jason Zaugg2013-01-292-0/+36
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #2037 from JamesIry/2.10.x_SI-2418Paul Phillips2013-01-312-0/+11
|\ \ \ \ \ \ \
| * | | | | | | [backport] Removed restriction on final vars, SI-2418.Paul Phillips2013-01-312-0/+11
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #2034 from scalamacros/topic/reify-staticXXXPaul Phillips2013-01-311-18/+18
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | evicts eponymous packages and objects from testsEugene Burmako2013-01-311-18/+18
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #1989 from adriaanm/rework-pr-1945Paul Phillips2013-01-313-13/+8
|\ \ \ \ \ \
| * | | | | | SI-6968 Simple Tuple patterns aren't irrefutableJason Zaugg2013-01-273-13/+8
* | | | | | | SI-6669 Add . to the default scalap classpathJames Iry2013-01-301-0/+26
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #2007 from retronym/backport/1021Adriaan Moors2013-01-302-0/+11
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | [backport] Fix for SI-6154, VerifyError originating in uncurry.Paul Phillips2013-01-292-0/+11
| | |_|/ / | |/| | |
* / | | | [backport] Disabled SI-6987.Paul Phillips2013-01-292-44/+0
|/ / / /
* | | | Merge pull request #1927 from JamesIry/SI-6863_2.10.xJames Iry2013-01-281-0/+114
|\ \ \ \ | |/ / / |/| | |
| * | | SI-6863 Fix verify error in captured var inited from expr with try/catchJames Iry2013-01-251-0/+114
| |/ /
* | | Merge pull request #1857 from retronym/ticket/6443-2.10.xAdriaan Moors2013-01-277-0/+82
|\ \ \
| * | | SI-6443 Expand test coverage with varargs, by-name.Jason Zaugg2013-01-164-0/+38
| * | | SI-6443 Widen dependent param types in uncurryJason Zaugg2013-01-163-0/+44