summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* Warn about locally identifiable init order issues.Paul Phillips2013-03-123-0/+33
* Eliminated all forInteractive/forScaladoc uses.Paul Phillips2013-03-097-2/+177
* Moved scaladoc code into src/scaladoc.Paul Phillips2013-03-095-167/+0
* Moved scaladoc sources into separate directory.Paul Phillips2013-03-092-206/+0
* SI-7006 Fix the unreachable testJames Iry2013-03-081-3/+3
* Merge pull request #2216 from JamesIry/master_7231James Iry2013-03-082-0/+13
|\
| * SI-7231 Fix assertion when adapting Null type to Array typeJames Iry2013-03-082-0/+13
* | Merge pull request #2185 from JamesIry/master_unreachableGrzegorz Kossakowski2013-03-086-76/+337
|\ \ | |/ |/|
| * SI-7006 Prevent unreachable blocks in GenICodeJames Iry2013-03-066-76/+337
* | Merge pull request #2204 from adriaanm/merge-2.10.xPaul Phillips2013-03-0616-84/+276
|\ \ | |/ |/|
| * Merge 2.10.x into master.Adriaan Moors2013-03-058-84/+120
| |\
| | * Merge pull request #2199 from retronym/ticket/7214Adriaan Moors2013-03-051-0/+57
| | |\
| | * \ Merge pull request #2156 from vigdorchik/hierarchyAdriaan Moors2013-03-056-84/+106
| | |\ \
| | | * | SI-7109 SI-7153 Generalize the API to get docComments: allow to force docTreesEugene Vigdorchik2013-02-246-84/+106
| | * | | Merge pull request #2193 from adriaanm/patmat-refactorAdriaan Moors2013-03-056-63/+25
| | |\ \ \
| | | * \ \ Merge 2.10.1 into 2.10.xAdriaan Moors2013-03-034-63/+11
| | | |\ \ \
| | | | * | | [nomaster] SI-7195 minor version mustn't introduce warningsAdriaan Moors2013-03-013-63/+0
| | | | * | | Merge pull request #2168 from retronym/ticket/7183Adriaan Moors2013-03-012-0/+14
| | | | |\ \ \
| | | | | * | | SI-7183 Disable unreachability for withFilter matches.Jason Zaugg2013-02-252-0/+14
| | | * | | | | [port] SI-7183 Disable unreachability for withFilter matches.Adriaan Moors2013-03-032-0/+14
| * | | | | | | Merge 2.10.x into master.Adriaan Moors2013-03-051-0/+6
| |\| | | | | |
| | * | | | | | Merge pull request #2198 from retronym/ticket/7215Paul Phillips2013-03-051-0/+6
| | |\ \ \ \ \ \
| | | * | | | | | SI-7215 Fix transpose of an empty Array[Array[T]].Jason Zaugg2013-03-051-0/+6
| | * | | | | | | Merge pull request #2175 from retronym/ticket/7185Paul Phillips2013-03-054-0/+56
| | |\ \ \ \ \ \ \
| * | | | | | | | | Merge 2.10.x into master.Adriaan Moors2013-03-051-0/+26
| |\| | | | | | | |
| | * | | | | | | | Merge pull request #2178 from scalamacros/ticket/7190Paul Phillips2013-03-051-0/+26
| | |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | | * | | | | | | SI-7190 macros no longer give rise to bridgesEugene Burmako2013-02-271-0/+26
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *-----. \ \ \ \ \ \ \ \ Merge 2.10.x into master.Adriaan Moors2013-03-056-0/+124
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / | | |/| | | | / / / / / / | | | | |_|_|/ / / / / / | | | |/| | | | / / / / | | | | | |_|_|/ / / / | | | | |/| | | | | / | | | | | | |_|_|_|/ | | | | | |/| | | |
| | | | | * | | | | SI-7214 outer check based on dealiased pattern type.Jason Zaugg2013-03-051-0/+57
| | | | | | |/ / / | | | | | |/| | |
| | | | * | | | | Merge pull request #2167 from retronym/ticket/7126Adriaan Moors2013-03-011-0/+11
| | | | |\ \ \ \ \
| | | | | * | | | | SI-7126 Account for the alias types that don't dealias.Jason Zaugg2013-02-251-0/+11
| | | | | | |_|/ / | | | | | |/| | |
| | | * | | | | | SI-7185 Avoid NPE in TreeInfo.isExprSafeToInlineJason Zaugg2013-03-024-0/+56
| | * | | | | | | Merge pull request #2184 from adriaanm/revert-pr-2083Adriaan Moors2013-03-018-2071/+0
| | |\ \ \ \ \ \ \
| | | * | | | | | | Revert SI-6240 synchronization for runtime reflectionAdriaan Moors2013-03-018-2071/+0
| | | | |_|_|/ / / | | | |/| | | | |
| | * | | | | | | Merge pull request #2179 from adriaanm/merge-2.10.1Adriaan Moors2013-03-019-55/+119
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Merge pull request #2083 from scalamacros/ticket/6240Adriaan Moors2013-02-278-0/+2071
| | |\ \ \ \ \ \ \
| | | * | | | | | | runtime reflection: death from thousand threadsEugene Burmako2013-02-114-0/+2051
| | | * | | | | | | SI-7045 reflection now auto-initializes selfTypeEugene Burmako2013-02-112-0/+14
| | | * | | | | | | removes the crazy extraneous logEugene Burmako2013-02-112-0/+6
* | | | | | | | | | Add option to disable optimizationJames Iry2013-03-054-1/+33
|/ / / / / / / / /
* | | | | | | | | Check named-args-for-clarity incur no extra bytecodeJason Zaugg2013-03-053-0/+22
* | | | | | | | | Merge pull request #2197 from paulp/pr/integrate-range-positionsJames Iry2013-03-051-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Disentangled RangePositions from interactive.Paul Phillips2013-03-041-1/+2
* | | | | | | | | | Merge pull request #2195 from vigdorchik/lint_libraryPaul Phillips2013-03-051-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Since the problem in SI-6758 is fixed, it's ok to move checking for unused im...Eugene Vigdorchik2013-03-051-3/+3
* | | | | | | | | | | Merge pull request #2191 from mergeconflict/SI-7132Paul Phillips2013-03-052-10/+15
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | SI-7132 - don't discard Unit type in interpreterDan Rosen2013-03-022-10/+15
| | |/ / / / / / / / / | |/| | | | | | | | |
* / | | | | | | | | | SI-6816 Deprecate -Yeta-expand-keeps-starJames Iry2013-03-013-0/+13
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2180 from adriaanm/merge-2.10.1-masterAdriaan Moors2013-03-018-0/+80
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 2.10.1 into masterAdriaan Moors2013-02-278-0/+80
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | |