summaryrefslogtreecommitdiff
path: root/test/junit
Commit message (Expand)AuthorAgeFilesLines
* SI-9691 BufferedIterator should expose a headOptionChristopher Davenport2016-07-151-0/+28
* Merge pull request #5234 from som-snytt/review/printersLukas Rytz2016-07-131-0/+16
|\
| * Constant print control in unicodeSom Snytt2016-06-161-1/+5
| * Refactor triple quote quotingSom Snytt2016-06-161-4/+8
| * Avoid triple-quoting triple quotesSom Snytt2016-06-161-0/+8
* | SI-9515 closure elimination also for non-Scala-Function SAM typesLukas Rytz2016-07-041-0/+20
* | Emit trait method bodies in staticsJason Zaugg2016-06-287-28/+67
|/
* Keep line numbers when inlining from the same compilation unitLukas Rytz2016-06-062-1/+49
* SI-9256 check companions in same compilation unit only if same runLukas Rytz2016-06-063-17/+29
* clear all flags when resetting a symbolLukas Rytz2016-06-061-0/+11
* Store source file paths of classes being compiled in the bytecode repoLukas Rytz2016-06-062-2/+2
* Merge pull request #5099 from retronym/ticket/9390Jason Zaugg2016-06-062-3/+3
|\
| * SI-9390 Emit local defs that don't capture this as staticJason Zaugg2016-06-012-3/+3
* | Merge pull request #5157 from retronym/topic/lambda-staticsJason Zaugg2016-06-067-41/+47
|\|
| * Treat self parameter as non-null in the optimizerLukas Rytz2016-06-012-2/+2
| * Lambda impl methods static and more stably namedJason Zaugg2016-06-016-40/+46
* | Merge pull request #5207 from lrytz/nan-compareAdriaan Moors2016-06-021-0/+38
|\ \
| * | Fix comparisons involving NaNLukas Rytz2016-06-021-0/+38
* | | Merge commit '4196569' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-011-0/+48
|\ \ \ | |/ / |/| |
| * | SI-9688 Make merge in immutable HashMap1 work with null kv.Łukasz Gieroń2016-05-231-0/+48
* | | SI-9767 document and test behaviour of String->integer/float conversionsMike Pheasant2016-06-011-0/+31
| |/ |/|
* | Merge pull request #5076 from soc/topic/deprecations-sinceLukas Rytz2016-05-301-1/+1
|\ \
| * | Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-291-1/+1
* | | Merge pull request #5191 from som-snytt/issue/9382Lukas Rytz2016-05-302-16/+68
|\ \ \ | |/ / |/| |
| * | SI-9382 Zippy clean-up in aisle 2 & 3Som Snytt2016-05-262-16/+68
* | | Merge pull request #5102 from milessabin/2.12.xJason Zaugg2016-05-271-3/+3
|\ \ \
| * | | -Xexperimental mode now only includes -Ypartial-unificationMiles Sabin2016-05-241-3/+3
| |/ /
* | | 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-271-0/+19
|\ \ \
| * | | Fully qualify types in REPL generated codeDale Wijnand2016-05-261-0/+19
* | | | Rename -Yopt to -opt, -Yopt-warnings to -opt-warningsLukas Rytz2016-05-2521-33/+33
|/ / /
* / / SI-9522 release key reference when deleting from OpenHashMapPerformant Data LLC2016-05-241-1/+57
|/ /
* | SI-9121 test case (fixed in new optimizer), SI-9179 test caseLukas Rytz2016-05-232-0/+54
* | 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
* | | SI-7916: ScriptEngine supportSom Snytt2016-05-191-0/+83
|/ /
* | 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
* | Merge pull request #5103 from ruippeixotog/improve-list-map-set-perfLukas Rytz2016-05-172-0/+101
|\ \
| * | Improve performance and behavior of ListMap and ListSetRui Gonçalves2016-05-172-0/+101
* | | Reduce boilerplate in compiler JUnit tests (#5158)Jason Zaugg2016-05-1625-258/+112