summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2075 from vigdorchik/tocakeAdriaan Moors2013-02-072-16/+37
|\
| * Add a request to presentation compiler to fetch doc comment information.Eugene Vigdorchik2013-02-062-16/+37
* | Merge pull request #2068 from scalamacros/ticket/7064Adriaan Moors2013-02-0717-45/+108
|\ \
| * | [nomaster] verifies compat with 2.10.0Eugene Burmako2013-02-052-0/+49
| * | [nomaster] Revert "refactors handling of parent types"Eugene Burmako2013-02-058-28/+39
| * | [nomaster] Revert "introduces global.pendingSuperCall"Eugene Burmako2013-02-057-17/+20
* | | [nomaster] Revert "SI-5017 Poor performance of :+ operator on Arrays"James Iry2013-02-062-15/+0
* | | 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 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 #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
|\ \ \ \ \ \ \
| * | | | | | | 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
| * | | | | | | case module toString is syntheticLukas Rytz2013-02-031-1/+1
* | | | | | | | 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 #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 #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 #1975 from retronym/ticket/6601-revertJames Iry2013-02-015-8/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | A test case to guide the eventual fix for SI-6601.Jason Zaugg2013-01-272-0/+11
| * | | | | | | | Revert "SI-6601 Publicise derived value contstructor after pickler"Jason Zaugg2013-01-263-8/+0
| |/ / / / / / /