summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | SI-9583: Update SystemProperties.empty to return a mutable.Map to fix buildersShane Delmore2015-12-101-0/+27
| |/ / /
| * | | Merge pull request #4863 from retronym/topic/leaner-patmat-codegenLukas Rytz2015-11-241-10/+4
| |\ \ \
| | * | | DRY-er trees in pattern matcher code gen.Jason Zaugg2015-11-241-10/+4
| * | | | Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-2421-27/+155
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge pull request #4828 from retronym/topic/existential-containsLukas Rytz2015-11-163-0/+15
| | |\ \ \
| | | * | | Attacking exponential complexity in TypeMapsJason Zaugg2015-11-133-0/+15
| | * | | | Merge pull request #4839 from SethTisue/reword-dependent-type-errorSeth Tisue2015-11-141-2/+2
| | |\ \ \ \
| | | * | | | less confusing wording for a dependent method type errorSeth Tisue2015-11-071-2/+2
| | | |/ / /
| | * | | | Merge pull request #4809 from wpopielarski/delambdafy-multiple-outputsJason Zaugg2015-11-131-0/+73
| | |\ \ \ \
| | | * | | | Test addedwpopielarski2015-11-061-0/+73
| | | |/ / /
| | * | | | Merge pull request #4843 from SethTisue/scaladoc-little-d-pleaseJason Zaugg2015-11-139-9/+9
| | |\ \ \ \
| | | * | | | it's Scaladoc, not "ScalaDoc" or "Scala doc"Seth Tisue2015-11-129-9/+9
| | | |/ / /
| | * | | | Merge pull request #4810 from ruippeixotog/fix-mutable-setlike-clearAdriaan Moors2015-11-121-0/+26
| | |\ \ \ \
| | | * | | | SI-9497 Fix SetLike#clear() default implementationRui Gonçalves2015-10-211-0/+26
| | * | | | | Merge pull request #4804 from jvican/issue/9503Adriaan Moors2015-11-121-0/+1
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | [SI-9503] Deprecate scala.collection.immutable.PagedSeqjvican2015-11-041-0/+1
| | * | | | | SI-4950 Test reductionSom Snytt2015-10-252-13/+18
| | | |/ / / | | |/| | |
| | * | | | Merge pull request #4795 from SethTisue/windows-ciLukas Rytz2015-10-213-3/+11
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | add comment about Cygwin trouble to test/partestSeth Tisue2015-10-081-0/+8
| | | * | | fix t7634 to work on CygwinSeth Tisue2015-10-082-3/+3
| * | | | | SI-9363 - Add empty serializabletriggerNZ2015-11-241-0/+2
| * | | | | Fix for SI-9363triggerNZ2015-11-241-0/+34
| | |_|/ / | |/| | |
| * | | | Merge pull request #4822 from retronym/ticket/9178Lukas Rytz2015-11-1810-0/+55
| |\ \ \ \
| | * | | | 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
|\ \ \ \ \ | |/ / / / |/| | | |