summaryrefslogtreecommitdiff
path: root/test/junit
Commit message (Expand)AuthorAgeFilesLines
* 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
* | SI-9666: Use inline group names in Regex (#4990)som-snytt2016-05-111-0/+64
* | Merge pull request #5112 from lrytz/dropRecursiveClasspathJason Zaugg2016-05-054-232/+24
|\ \
| * | Remove abstraction layer in classpath implementationLukas Rytz2016-05-023-29/+24
| * | remove recursive classpath implementationLukas Rytz2016-04-233-206/+3
* | | Merge pull request #5132 from acdenhartog/patch-1Jason Zaugg2016-05-051-0/+7
|\ \ \
| * | | test PriorityQueue.reverseArno den Hartog2016-05-021-0/+7
* | | | Merge pull request #5140 from lrytz/inlineDefaultMethodsJason Zaugg2016-05-053-12/+39
|\ \ \ \ | |_|_|/ |/| | |
| * | | SD-140 inline the correct default methodLukas Rytz2016-04-283-12/+39
| |/ /
* | | Merge pull request #5094 from lrytz/classOfUnitAdriaan Moors2016-04-271-0/+12
|\ \ \ | |/ / |/| |
| * | Fix erasure for classOf[Unit], don't erase to classOf[BoxedUnit]Lukas Rytz2016-04-201-0/+12
| |/
* / SI-9684 Deprecate JavaConversionsSom Snytt2016-04-2213-13/+13
|/
* Merge pull request #5096 from lrytz/traitParentsLukas Rytz2016-04-207-56/+313
|\
| * Ensure that lzycompute methods are entered into the scopeLukas Rytz2016-04-201-2/+14
| * Ensure ClassBTypes constructed from symbol and classfile are identicalLukas Rytz2016-04-201-13/+1
| * Clean up code gen for method invocationsLukas Rytz2016-04-203-6/+147
| * SD-98 don't emit unnecessary mixin forwardersLukas Rytz2016-04-123-21/+139
| * Rewrite JUnit tests to avoid `@Test` methods in traitsLukas Rytz2016-04-121-14/+12
* | Merge pull request #5100 from lrytz/unitBoxLukas Rytz2016-04-201-0/+119
|\ \
| * | SI-6710 / PR 5072 follow-up: fix Unit.box / Unit.unboxLukas Rytz2016-04-201-0/+119
| |/
* / Hide ScalaRunTime.isTuple inside stringOf.Sébastien Doeraene2016-04-131-61/+4
|/
* Fix InlineInfo attribute for nested module accessorsLukas Rytz2016-04-071-29/+67
* Remove unused optimizer warnings related to trait impl classesLukas Rytz2016-04-041-24/+0
* Remove dead code in the optimizer related to trait impl classesLukas Rytz2016-04-041-21/+20
* Merge pull request #5071 from janekdb/topic/2.12.x-scaladoc-ExceptionsLukas Rytz2016-04-011-0/+42
|\
| * Add initial unit test for Catch and augment documentationJanek Bogucki2016-03-311-0/+42
* | Merge pull request #5059 from lrytz/t9702Adriaan Moors2016-03-311-0/+143
|\ \
| * | SI-9702 Fix backend crash with classOf[T] annotation argumentLukas Rytz2016-03-301-0/+143
* | | Merge pull request #4971 from adriaanm/genbcode-delambdafyAdriaan Moors2016-03-314-9/+188
|\ \ \ | |_|/ |/| |
| * | Specialization precludes use of LambdaMetaFactory for SAMAdriaan Moors2016-03-291-0/+24
| * | Jason's review feedback (ThisReferringMethodTraverser)Adriaan Moors2016-03-261-0/+6
| * | Test bytecode emitted for indy sammyAdriaan Moors2016-03-261-0/+130
| * | Additional SAM restrictions identified by JasonAdriaan Moors2016-03-262-4/+4
| * | Treat `Function` literals uniformly, expecting SAM or FunctionN.Adriaan Moors2016-03-261-5/+24
| |/