summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | SI-6888 Loosen criteria for $outer search.Jason Zaugg2013-02-052-0/+22
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | introduces an exhaustive java-to-scala testEugene Burmako2013-02-053-17/+262
| * | | | | | | | SI-6989 privateWithin is now populated in reflectEugene Burmako2013-02-043-0/+54
* | | | | | | | | Merge commit '558c059227' into merge-210Paul Phillips2013-02-092-0/+12
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #2059 from VladUreche/issue/7060James Iry2013-02-062-0/+12
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | SI-7060 More conservative dead code elim markingVlad Ureche2013-02-052-0/+12
| | | |_|_|/ / / | | |/| | | | |
* | | | | | | | Merge commit '81d8f9d3da' into merge-210Paul Phillips2013-02-0953-128/+599
|\| | | | | | |
| * | | | | | | 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 #2063 from retronym/ticket/6667-2.10.x-revertAdriaan Moors2013-02-044-2/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [nomerge] SI-6667 Demote a new ambiguity error to a lint warning.Jason Zaugg2013-02-044-2/+6
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge pull request #2050 from kzys/jira-6017-v2Adriaan Moors2013-02-041-0/+5
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SI-6017 Scaladoc: Show all letters without dangling linksKato Kazuyoshi2013-02-031-1/+3
| | * | | | | | | | SI-6017 Generate Scaladoc's index links in Scala sideKato Kazuyoshi2013-02-031-0/+3
| * | | | | | | | | Merge pull request #2040 from scalamacros/ticket/7008Adriaan Moors2013-02-0420-6/+203
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | reflecting @throws defined in Scala codeEugene Burmako2013-02-044-0/+34
| | * | | | | | | | | evicts javac-artifacts.jarEugene Burmako2013-02-0115-8/+141
| | * | | | | | | | | SI-7008 @throws annotations are now populated in reflectEugene Burmako2013-02-014-1/+31
| * | | | | | | | | | Merge pull request #1992 from retronym/ticket/7033Adriaan Moors2013-02-041-0/+15
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | * | | | | | | | | SI-7033 Be symful when creating factory methods.Jason Zaugg2013-02-021-0/+15
| * | | | | | | | | | 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-0313-5/+398
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #1976 from retronym/backport/1468James Iry2013-02-032-0/+20
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | SI-7022 Additional test case for value class w. boundsJason Zaugg2013-02-021-0/+9
| | * | | | | | | | | | | | [backport] SI-6482, lost bounds in extension methods.Jason Zaugg2013-02-021-0/+11
| * | | | | | | | | | | | | Merge pull request #2033 from adriaanm/patmat-optAdriaan Moors2013-02-0319-120/+252
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | SI-6941 testsAdriaan Moors2013-01-314-0/+28
| | * | | | | | | | | | | | SI-6686 drop valdef unused in flatMapCond's blockAdriaan Moors2013-01-315-76/+69
| | * | | | | | | | | | | | no type test if static type <:< primitive value classAdriaan Moors2013-01-314-0/+35
| | * | | | | | | | | | | | don't store subpats bound to underscoreAdriaan Moors2013-01-315-8/+49
| | * | | | | | | | | | | | no null check for type-tested unapply argAdriaan Moors2013-01-315-103/+138
| | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #1911 from kzys/jira-4976Adriaan Moors2013-02-022-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | SI-4976 Scaladoc: Add a source link to package objectsKato Kazuyoshi2013-01-172-0/+2
| * | | | | | | | | | | | | Merge pull request #2044 from phaller/issue/7029Adriaan Moors2013-02-021-1/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | SI-7029 - Make test more robustPhilipp Haller2013-02-011-24/+12
| | * | | | | | | | | | | | | SI-7029 - Makes sure that uncaught exceptions are propagated to the UEH for t...Viktor Klang2013-01-311-0/+24
| | | |/ / / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #2019 from scalamacros/ticket/6539Eugene Burmako2013-02-012-1/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | SI-6539 moves @compileTimeOnly away from scala-reflectEugene Burmako2013-01-312-1/+7
| | | |_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #2042 from mt2309/SI-5151Paul Phillips2013-02-082-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | SI-5151 - Add firstKey and lastKey to LongMap.Michael Thorpe2013-01-312-0/+8
* | | | | | | | | | | | | | | Merge commit 'f3cdf146709e0dd98533ee77e8ca2566380cb932'Lukas Rytz2013-02-0413-5/+398
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix context for type checking early initializersLukas Rytz2013-02-031-0/+13
| * | | | | | | | | | | | | | Analyzer PluginsLukas Rytz2013-02-032-0/+318
| * | | | | | | | | | | | | | SI-1803, plus documentation and cleanups in Namers, mainly in typeSigLukas Rytz2013-02-038-4/+63
| * | | | | | | | | | | | | | Keep annotations when computing lubsLukas Rytz2013-02-031-0/+3