summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | SI-9178 Test for the status quo of eta-expansion to Func0Jason Zaugg2015-11-172-0/+14
| | * | | | SI-9178 Don't eta expand param-less method types to SAMsJason Zaugg2015-10-278-0/+41
| * | | | | Remove ICodeSimon Ochsenreither2015-10-316-60/+13
| * | | | | Merge pull request #4814 from soc/topic/drop-genasmLukas Rytz2015-10-2989-258/+266
| |\ \ \ \ \
| | * | | | | Remove GenASM, merge remaining common code snippetsSimon Ochsenreither2015-10-2789-258/+266
* | | | | | | Jump optimizations may enable more push-pop eliminationLukas Rytz2016-01-241-0/+16
* | | | | | | SI-8601 Don't treat newarray as dead codeLukas Rytz2016-01-242-2/+3
* | | | | | | 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-153-14/+68
* | | | | | | 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 #4808 from retronym/ticket/9527Seth Tisue2015-10-274-0/+28
|\ \ \ \ \ \
| * | | | | | SI-9527 Fix NPE in ambiguous implicit error generationJason Zaugg2015-10-214-0/+28
| | |_|_|_|/ | |/| | | |
* | | | | | 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
| |/ / / /
* | | | | Merge pull request #4820 from lrytz/t9535Lukas Rytz2015-10-273-0/+36
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SI-9535 correct bytecode and generic signatures for @throws[TypeParam]Lukas Rytz2015-10-263-0/+36
* | | | | Merge pull request #4815 from som-snytt/test/stringcontext-fJason Zaugg2015-10-273-193/+160
|\ \ \ \ \
| * | | | | f interp test is junitSom Snytt2015-10-253-193/+160
| |/ / / /
* | | | | Merge pull request #4807 from lrytz/opt/innerClassAttrLukas Rytz2015-10-262-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Simplify and correctify calculation of the InnerClass attributeLukas Rytz2015-10-202-4/+4
* | | | | Merge pull request #4802 from SethTisue/merge-2.11-to-2.12-oct-16Lukas Rytz2015-10-213-0/+88
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | merge 2.11.x onto 2.12.x, Oct 16 2015Seth Tisue2015-10-163-0/+88
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge pull request #4798 from performantdata/issue/9513Seth Tisue2015-10-151-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
| | | |/
| | * | Merge pull request #4771 from som-snytt/issue/9492-hereSeth Tisue2015-10-142-0/+46
| | |\ \ | | | |/ | | |/|
| | | * SI-9492 REPL paste here docSom Snytt2015-09-272-0/+46
* | | | 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-0513-5/+167
|\| |
| * | Merge pull request #4720 from retronym/ticket/9029Jason Zaugg2015-09-2912-5/+148
| |\ \ | | |/ | |/|
| | * SI-7850 Additional tests for name based patmatJason Zaugg2015-09-212-0/+28
| | * SI-8989 Better error message for invalid extractor patternJason Zaugg2015-09-215-5/+51
| | * SI-9029 Fix regression in extractor patternsJason Zaugg2015-09-215-0/+69
| * | Improve presentation compilation of annotationsJason Zaugg2015-09-241-0/+11
| * | Support completion in erroneous string interpolation.Jason Zaugg2015-09-241-0/+8
| * | Merge pull request #4757 from lrytz/t9375-2.11Lukas Rytz2015-09-227-7/+356
| |\ \
| | * | [backport] SI-9375 add synthetic readResolve only for static modulesLukas Rytz2015-09-227-7/+356
| | |/
* | | Merge pull request #4769 from retronym/topic/anyrefmap-serializableLukas Rytz2015-10-051-2/+3
|\ \ \
| * | | Make AnyRefMap serializableJason Zaugg2015-09-251-2/+3