summaryrefslogtreecommitdiff
path: root/test/junit
Commit message (Expand)AuthorAgeFilesLines
...
| * | Generate leaner code for branchesLukas Rytz2016-02-131-4/+79
* | | SI-8790 test caseLukas Rytz2016-02-131-0/+20
|/ /
* | Merge pull request #4944 from lrytz/stringBuilderNoBoxLukas Rytz2016-02-122-36/+114
|\ \
| * | SI-9571 Avoid boxing primitives in string concatenationMarko Elezovic2016-02-061-36/+99
| * | test case for optimizing BooleanOrdering.compareLukas Rytz2016-02-041-0/+15
* | | Merge pull request #4957 from retronym/topic/merge-2.11.x-to-2.12.x-20160210Seth Tisue2016-02-111-0/+28
|\ \ \
| * \ \ 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 pull request #4924 from ShaneDelmore/SI-9452Lukas Rytz2016-02-102-0/+21
|\ \ \ \ \
| * \ \ \ \ Merge branch '2.12.x' into SI-9452Shane Delmore2016-02-046-6/+497
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Extend BigInt with Ordered for java interopShane Delmore2016-02-011-0/+16
| * | | | | Extend BigDecimal with Ordered for java interopShane Delmore2016-02-011-0/+5
* | | | | | Merge pull request #4868 from retronym/ticket/9542-comboJason Zaugg2016-02-101-1/+27
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-9542 Unify different reprs. of module type refsJason Zaugg2016-02-011-1/+27
| |/ / / /
* | | | | 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
| | |/