summaryrefslogtreecommitdiff
path: root/test/junit/scala
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.11.x' into topic/merge-2.11.x-to-2.12.x-20160210Jason Zaugg2016-02-101-0/+28
|\
| * Merge pull request #4937 from szeiger/issue/9623-2.11Seth Tisue2016-02-081-0/+28
| |\
| | * SI-9623 Avoid unnecessary hasNext calls in JoinIterator & ConcatIteratorStefan Zeiger2016-02-011-0/+28
* | | Merge remote-tracking branch 'origin/2.12.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-02-046-6/+497
|\ \ \
| * \ \ Merge pull request #4920 from lrytz/oldOptimizerTestsLukas Rytz2016-02-034-6/+379
| |\ \ \
| | * | | Re-write and Re-enable optimizer testsLukas Rytz2016-02-032-0/+356
| | * | | show erroneous compiler flags in junit compiler testsLukas Rytz2016-02-031-2/+4
| | * | | Improve simplifyJumpsLukas Rytz2016-02-031-4/+19
| * | | | Merge pull request #4737 from soc/SI-9315Lukas Rytz2016-02-031-0/+70
| |\ \ \ \
| | * | | | SI-9315 Desugar string concat to java.lang.StringBuilder ...Simon Ochsenreither2016-02-031-0/+70
| | |/ / /
| * | | | Clarified and expanded which Builders were reusableRex Kerr2016-01-301-0/+48
* | | | | Merge commit 'cc6fea6' into merge/2.11.x-to-2.12.x-20160203Jason Zaugg2016-02-041-1/+11
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | SI-9534 Use BoxedUnit in all cases for creating Array[Unit]Stefan Zeiger2016-01-271-1/+11
| | |_|/ | |/| |
* | | | Merge commit 'bf599bc' into merge/2.11.x-to-2.12.x-20160203Jason Zaugg2016-02-032-0/+78
|\| | | | |/ / |/| |
| * | SI-9605 Searching does not use binary search for ArrayRui Gonçalves2016-01-121-0/+48
| * | SI-9581 Fix overflow on Vector take and drop methodsRui Gonçalves2015-12-061-0/+30
* | | SI-9398 Treat case classes as one-element ADTs for analysisJason Zaugg2016-01-291-1/+1
| |/ |/|
* | Rename junit tests to end in *Test to make them run in ANTLukas Rytz2016-01-254-7/+5
* | Rewrite test: no local for underscoreLukas Rytz2016-01-251-0/+19
* | Rewrite test: no null in patmatLukas Rytz2016-01-251-0/+13
* | Rewrite test: no type test on primitives in patmatLukas Rytz2016-01-251-0/+19
* | Rewrite test for SI-7006Lukas Rytz2016-01-251-0/+24
* | Rewrite test for inlining higher-order functionsLukas Rytz2016-01-251-0/+20
* | Rewrite test for inlining from sealed classLukas Rytz2016-01-252-1/+29
* | Rewrite copy propagation testLukas Rytz2016-01-251-6/+73
* | Rewrite test for SI-5313Lukas Rytz2016-01-251-1/+92
* | Rewrite test for SI-6955Lukas Rytz2016-01-251-0/+28
* | Rewrite test for SI-6956Lukas Rytz2016-01-251-0/+58
* | Merge remote-tracking branch 'upstream/2.12.x' into opt/elimBoxesLukas Rytz2016-01-246-19/+201
|\ \
| * | Fix problems with a locale-dependent decimal mark in StringContextTestMichał Pociecha2016-01-131-16/+36
| * | Make StringContextTest pass on WindowsLinas Medziunas2016-01-131-3/+2
| * | Merge pull request #4875 from slothspot/ticket/9454Lukas Rytz2015-12-181-0/+1
| |\ \
| | * | [SI-9454] Add isAlive method into sys.process.Process traitDmitry Melnichenko2015-12-111-0/+1
| * | | SI-9583: Update SystemProperties.empty to return a mutable.Map to fix buildersShane Delmore2015-12-101-0/+27
| |/ /
| * | Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-242-0/+99
| |\|
| | * Merge pull request #4809 from wpopielarski/delambdafy-multiple-outputsJason Zaugg2015-11-131-0/+73
| | |\
| | | * Test addedwpopielarski2015-11-061-0/+73
| | * | SI-9497 Fix SetLike#clear() default implementationRui Gonçalves2015-10-211-0/+26
| | |/
| * | SI-9363 - Add empty serializabletriggerNZ2015-11-241-0/+2
| * | Fix for SI-9363triggerNZ2015-11-241-0/+34
* | | Jump optimizations may enable more push-pop eliminationLukas Rytz2016-01-241-0/+16
* | | SI-8601 Don't treat newarray as dead codeLukas Rytz2016-01-241-2/+2
* | | Harden methods to recognize method invocations to optimizeLukas Rytz2016-01-231-1/+1
* | | Run DCE before the closure optimizer (fixes a crash)Lukas Rytz2016-01-201-0/+19
* | | Apply local optimization based on nullness informationLukas Rytz2015-12-152-13/+67
* | | Eliminate unnecessary castsLukas Rytz2015-12-153-10/+41
* | | Eliminate non-escaping boxes, tuples and refsLukas Rytz2015-12-152-55/+332
* | | Make some testing tools from InlinerTest available to other testsLukas Rytz2015-12-133-20/+17
* | | Rename test MethodLevelOpts -> MethodLevelOptsTestLukas Rytz2015-12-131-4/+4
* | | Support specialized functions in closure optimizerLukas Rytz2015-11-132-0/+207