summaryrefslogtreecommitdiff
path: root/test/junit
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fix specialized function class names in closure optimizerLukas Rytz2015-11-101-0/+17
* | | Copy propagation, remove unused values (closures!) and local variablesLukas Rytz2015-11-103-27/+184
* | | Track aliases of primitive values in AliasingFrameLukas Rytz2015-10-292-1/+64
|/ /
* | Merge pull request #4794 from densh/topic/predef-autoboxingSeth Tisue2015-10-271-0/+35
|\ \
| * | Fixes an inconsistency between BoxesRunTime and Predef's autoboxingDenys Shabalin2015-10-081-0/+35
* | | f interp test is junitSom Snytt2015-10-251-0/+160
* | | Merge pull request #4802 from SethTisue/merge-2.11-to-2.12-oct-16Lukas Rytz2015-10-211-0/+42
|\ \ \
| * \ \ merge 2.11.x onto 2.12.x, Oct 16 2015Seth Tisue2015-10-161-0/+42
| |\ \ \ | | |/ / | |/| / | | |/
| | * Suppress unneeded import.Performant Data LLC2015-10-141-2/+2
| | * SI-9513 decrement "deleted" count in OpenHashMap.put() when slot reusedPerformant Data LLC2015-10-101-0/+42
* | | Allow @inline/noinline at callsites (in addition to def-site)Lukas Rytz2015-10-202-12/+69
* | | Correctly handle post-inline requests of non-existing callsitesLukas Rytz2015-10-201-4/+36
* | | Simplify post inlining requestsLukas Rytz2015-10-203-128/+40
* | | Don't create inline requests for callsites that cannot be inlinedLukas Rytz2015-10-202-20/+94
|/ /
* | Merge commit 'bb3ded3' into merge-2.11-to-2.12-oct-5Lukas Rytz2015-10-051-0/+19
|\|
| * Improve presentation compilation of annotationsJason Zaugg2015-09-241-0/+11
| * Support completion in erroneous string interpolation.Jason Zaugg2015-09-241-0/+8