summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #3772 from densh/si/8609Adriaan Moors2014-07-031-0/+12
|\ \ \ \ \
| * | | | | SI-8609 Fix flattening of definitions and imports in quasiquotesDenys Shabalin2014-05-211-0/+12
* | | | | | Merge pull request #3828 from retronym/ticket/8675Adriaan Moors2014-07-034-0/+63
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | SI-8675 Add another test case for swallowed type errorsJason Zaugg2014-06-262-0/+28
| * | | | | SI-8675 Avoid unreported error after second try using implicit viewJason Zaugg2014-06-252-0/+35
* | | | | | SI-8690 BufferedSource.mkString mistakenly skipped the first char.Antoine Gourlay2014-06-292-0/+14
| |_|_|/ / |/| | | |
* | | | | Merge pull request #3778 from xeno-by/topic/plugins-is-blackboxJason Zaugg2014-06-275-0/+40
|\ \ \ \ \
| * | | | | adds MacroPlugin.pluginsIsBlackboxEugene Burmako2014-05-225-0/+40
* | | | | | Merge pull request #3780 from xeno-by/topic/rangepos-macro-argsJason Zaugg2014-06-274-0/+16
|\ \ \ \ \ \
| * | | | | | macro args now correctly preserve range positionsEugene Burmako2014-05-234-0/+16
| |/ / / / /
* | | | | | Merge pull request #3832 from jrudolph/w/fix-tailrecJason Zaugg2014-06-274-2/+92
|\ \ \ \ \ \
| * | | | | | SI-8657 don't miss tailrec defs in more positionsJohannes Rudolph2014-06-254-2/+92
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3749 from huitseeker/issue/DeprecWarningJason Zaugg2014-06-2761-71/+71
|\ \ \ \ \ \
| * | | | | | SI-8185 Correct grammar for single-warning compilation runFrançois Garillot2014-05-1461-71/+71
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #3758 from gourlaysama/wip/t7372Ichoran2014-06-261-2/+2
|\ \ \ \ \ \
| * | | | | | SI-7372 fix wrong insertion point for binary & linear search.Antoine Gourlay2014-06-041-2/+2
* | | | | | | Merge pull request #3806 from clhodapp/fix/SI-6967Adriaan Moors2014-06-253-31/+67
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | SI-6967 Fix ClassTag unapply for primitivesclhodapp2014-06-103-31/+67
* | | | | | | SI-8672 Better end-of-sentence detection for ScaladocJason Zaugg2014-06-202-0/+36
* | | | | | | Merge pull request #3797 from retronym/topic/exhaust-compoundJason Zaugg2014-06-113-0/+45
|\ \ \ \ \ \ \
| * | | | | | | SI-8631 Treat `A with Sealed` as enumerable for pattern matchingJason Zaugg2014-06-103-0/+45
* | | | | | | | Merge pull request #3781 from retronym/topic/8611Jason Zaugg2014-06-117-0/+129
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8611 Avoid accidental patmat unification with refinement typesJason Zaugg2014-06-107-0/+129
| |/ / / / / / /
* | | | | | | | Merge pull request #3777 from som-snytt/issue/5905-testJason Zaugg2014-06-101-3/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | SI-5905 Clarify test caseSom Snytt2014-05-221-3/+5
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #3815 from retronym/topic/java8-support-2Adriaan Moors2014-06-104-104/+31
|\ \ \ \ \ \ \
| * | | | | | | Support Java 8 in the checkfile for neg/t6289Jason Zaugg2014-06-041-1/+1
| * | | | | | | Java 6-8 agnosticism for a testJason Zaugg2014-06-043-103/+30
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #3818 from som-snytt/issue/repl-javap-app8Adriaan Moors2014-06-101-1/+24
|\ \ \ \ \ \ \
| * | | | | | | Java 8 support for run/repl-javap-app.checkSom Snytt2014-06-051-1/+24
* | | | | | | | Merge pull request #3812 from retronym/merge/2.10.x-to-2.11.x-20140604Adriaan Moors2014-06-104-1/+31
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-2.11.x-2014...Jason Zaugg2014-06-044-1/+31
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | SI-8596 Fix rangepos crasher with defaults, poly methodsJason Zaugg2014-05-294-1/+31
* | | | | | | | Test: classfile reading during inlining works if there is dead codeLukas Rytz2014-06-052-0/+101
* | | | | | | | Make test repl-javap-app independent of precise constant pool indicesLukas Rytz2014-06-042-6/+19
* | | | | | | | Tone down the noise in the output of t7974Lukas Rytz2014-06-042-30/+1
* | | | | | | | Merge pull request #3743 from ruippeixotog/issue/8553Ichoran2014-06-041-0/+16
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | SI-8553 WrappedArray throws exception on lastIndexWhere when index out of rangeRui Gonçalves2014-05-121-0/+16
* | | | | | | | Merge pull request #3803 from xeno-by/ticket/8637Adriaan Moors2014-06-032-0/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8637 fixes toolbox phase corruptionEugene Burmako2014-05-302-0/+9
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #3796 from som-snytt/issue/8630Adriaan Moors2014-06-033-0/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8630 lineToString no longer long by one at eofSom Snytt2014-05-273-0/+13
* | | | | | | | | Merge pull request #3795 from som-snytt/issue/8475Adriaan Moors2014-06-031-0/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-8475 GroupedIterator is also lazy when paddedSom Snytt2014-05-271-0/+8
| |/ / / / / / / /
* | | | | | | | | Merge pull request #3774 from lrytz/opt/backendWipLukas Rytz2014-06-013-6/+210
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Unit tests for reflect/internal/NamesLukas Rytz2014-06-011-0/+95
| * | | | | | | | Unit tests for new BType classesLukas Rytz2014-06-012-6/+115
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #3770 from retronym/ticket/8607Grzegorz Kossakowski2014-05-292-8/+41
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8607 Generalize previous change to preEraseJason Zaugg2014-05-211-8/+5
| * | | | | | | | SI-8607 Fix erasure for value class inheriting from private classJason Zaugg2014-05-211-0/+36