summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5102 from milessabin/2.12.xJason Zaugg2016-05-2731-4/+470
|\
| * -Xexperimental mode now only includes -Ypartial-unificationMiles Sabin2016-05-242-4/+4
| * SI-2712 Add support for higher order unificationMiles Sabin2016-05-2429-0/+466
* | Merge pull request #5186 from lrytz/inlinerM5Jason Zaugg2016-05-271-5/+5
|\ \
| * | Debug flag to print a summary of the inliner's workLukas Rytz2016-05-241-5/+5
| |/
* | Merge pull request #5192 from dwijnand/wip/scala-repl-no-importsJason Zaugg2016-05-2710-15/+586
|\ \
| * | Fully qualify types in REPL generated codeDale Wijnand2016-05-2610-15/+586
* | | Rename -Yopt to -opt, -Yopt-warnings to -opt-warningsLukas Rytz2016-05-2570-83/+83
|/ /
* | Merge pull request #5124 from performantdata/bug/SI-9522Lukas Rytz2016-05-251-1/+57
|\ \
| * | SI-9522 release key reference when deleting from OpenHashMapPerformant Data LLC2016-05-241-1/+57
| |/
* | Merge pull request #4935 from som-snytt/issue/8044-tickvarAdriaan Moors2016-05-245-0/+31
|\ \
| * | SI-8044 Allow any id in explicit pattern bindingSom Snytt2016-05-201-0/+8
| * | SI-8044 Test for quoted not-a-varidSom Snytt2016-05-202-0/+8
| * | SI-8044 Allow binding backquoted varid in patternsSom Snytt2016-05-203-0/+15
* | | Merge pull request #5175 from som-snytt/issue/9656-range-toStringStefan Zeiger2016-05-244-8/+65
|\ \ \ | |_|/ |/| |
| * | SI-9656 Range.toString distinguishes Numeric stepSteve Robinson2016-05-194-8/+65
* | | Merge pull request #5179 from liff/topic/SI-9781Adriaan Moors2016-05-232-0/+8
|\ \ \
| * | | SI-9781 Don't convert erroneous expression to assignmentOlli Helenius2016-05-202-0/+8
| | |/ | |/|
* | | Merge pull request #5106 from milessabin/topic/hkgadtAdriaan Moors2016-05-233-0/+101
|\ \ \
| * | | Added pos test with multiple cases; added neg tests.Miles Sabin2016-05-063-4/+87
| * | | Added missing result type to test.Miles Sabin2016-04-201-1/+1
| * | | SI-9760 Fix for higher-kinded GADT refinementMiles Sabin2016-04-191-0/+18
* | | | Merge pull request #5181 from chrisokasaki/issue/9776Adriaan Moors2016-05-231-0/+102
|\ \ \ \
| * | | | SI-9776: Fix type of PriorityQueue.newBuilder and improve performancechrisokasaki2016-05-221-0/+102
* | | | | Merge pull request #5164 from viktorklang/wip-future-docs-√Adriaan Moors2016-05-232-1/+32
|\ \ \ \ \
| * | | | | Improves the test cases for the scala-concurrent-tckViktor Klang2016-05-132-1/+32
* | | | | | Merge pull request #5122 from lrytz/t9121Stefan Zeiger2016-05-232-0/+54
|\ \ \ \ \ \
| * | | | | | SI-9121 test case (fixed in new optimizer), SI-9179 test caseLukas Rytz2016-05-232-0/+54
* | | | | | | Merge pull request #5162 from milessabin/t9361Lukas Rytz2016-05-232-0/+16
|\ \ \ \ \ \ \
| * | | | | | | SI-9361 fixed assert allowing display of improved error message.Miles Sabin2016-05-142-0/+16
* | | | | | | | Merge pull request #5153 from petermz/ticket/5463Lukas Rytz2016-05-231-0/+21
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | SI-5463 Check .jars before using thempeterz2016-05-171-0/+21
* | | | | | | | Merge pull request #5180 from lrytz/junit-passJason Zaugg2016-05-2346-2036/+2051
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Adapt naming convention for collection.convert null safety testLukas Rytz2016-05-203-279/+286
| * | | | | | | All JUnit tests pass without bootstrap (when run in intellij, sbt)Lukas Rytz2016-05-203-92/+123
| * | | | | | | Split RunTest and BytecodeTest into parts, put in matching packages.Lukas Rytz2016-05-2013-610/+660
| * | | | | | | Cleanup in BytecodeTestLukas Rytz2016-05-201-28/+20
| * | | | | | | Small cleanup in JUnit testLukas Rytz2016-05-201-5/+1
| * | | | | | | Clean up bytecode testing methods.Lukas Rytz2016-05-2022-462/+496
| * | | | | | | Better abstraction for JUnit run testsLukas Rytz2016-05-202-11/+22
| * | | | | | | Better abstraction for bytecode tests. Also organize some imports.Lukas Rytz2016-05-2030-555/+453
| * | | | | | | Rename nsc.backend.jvm.CodeGenTools to testing.BytecodeTestingLukas Rytz2016-05-2030-39/+35
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #4988 from som-snytt/issue/backtick-barAdriaan Moors2016-05-201-0/+7
|\ \ \ \ \ \ \
| * | | | | | | SI-9665 Backquoted vbar in extractor patternSom Snytt2016-03-151-0/+7
* | | | | | | | SI-7916: ScriptEngine supportSom Snytt2016-05-197-25/+85
| |/ / / / / / |/| | | | | |
* | | | | | | Test case for SI-5183, tagged primitives in case classes (#5144)Ben Hutchison2016-05-192-0/+42
* | | | | | | Merge pull request #5176 from lrytz/t9671Lukas Rytz2016-05-193-16/+122
|\ \ \ \ \ \ \
| * | | | | | | SI-9066 fix null.asInstanceOf[Unit]Lukas Rytz2016-05-182-23/+23
| * | | | | | | SI-9671, SI-7397 fix null.asInstanceOf[Int] when pt erases to ObjectLukas Rytz2016-05-183-10/+116
* | | | | | | | Generate static forwarders for object members in companion interface (#5131)Jason Zaugg2016-05-193-0/+11
|/ / / / / / /