summaryrefslogtreecommitdiff
path: root/test/junit
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-249-9/+408
|\
| * Fix 25 typos (g-i)Janek Bogucki2015-06-222-2/+2
| * Merge pull request #4529 from lrytz/inlineAccessibilityJason Zaugg2015-06-191-6/+10
| |\
| | * Fix illegal inlining of instructions accessing protected membersLukas Rytz2015-05-281-6/+10
| * | Merge pull request #4527 from nicky-zs/fix_BigDecimalLukas Rytz2015-06-181-0/+32
| |\ \
| | * | make BigDecimalTest.testMathContext a bit easier to understandZhong Sheng2015-06-181-13/+14
| | * | add more test for testMathContextZhong Sheng2015-05-291-2/+26
| | * | add unit test for MathContext lostZhong Sheng2015-05-281-0/+7
| | |/
| * | SI-9348 Fix missing last element in exclusive floating point rangesNiko Vuokko2015-06-172-1/+38
| * | Merge pull request #4534 from Ichoran/sorting-reimplAdriaan Moors2015-06-161-0/+69
| |\ \
| | * | Clean implementation of sorts for scala.util.Sorting.Rex Kerr2015-06-011-0/+69
| * | | Merge pull request #4519 from lrytz/opt/nullness-2.11Jason Zaugg2015-06-072-0/+247
| |\ \ \ | | |/ / | |/| |
| | * | Fix aliasing / nullness of CHECKCASTLukas Rytz2015-06-041-0/+26
| | * | Address review feedbackLukas Rytz2015-05-251-9/+9
| | * | Enable nullness analysis in the inlinerLukas Rytz2015-05-251-0/+16
| | * | Nullness AnalysisLukas Rytz2015-05-221-0/+205
| | |/
| * / SI-9332 Iterator.span exhausts leading iteratorSom Snytt2015-05-271-0/+10
| |/
* | Require and target Java 8Jason Zaugg2015-05-263-16/+6
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-015-2/+70
|\|
| * Merge pull request #4415 from Ichoran/issue/9254Adriaan Moors2015-04-221-0/+25
| |\
| | * SI-9254 UnrolledBuffer appends in wrong positionRex Kerr2015-03-311-0/+25
| * | Merge pull request #4416 from Ichoran/issue/9197Adriaan Moors2015-04-221-0/+24
| |\ \
| | * | SI-9197 Duration.Inf not a singleton when deserializedRex Kerr2015-03-311-0/+24
| | |/
| * | Merge pull request #4462 from som-snytt/issue/badtabAdriaan Moors2015-04-221-0/+20
| |\ \
| | * | SI-9275 Fix row-first display in REPLSom Snytt2015-04-211-0/+20
| * | | Merge pull request #4461 from adriaanm/rebase-4446Adriaan Moors2015-04-221-1/+1
| |\ \ \
| | * | | Fix many typosMichał Pociecha2015-04-211-1/+1
| | |/ /
| * / / Remove stdout/stderr output from Junit testsJason Zaugg2015-04-211-1/+0
| |/ /
* | | Merge pull request #4429 from ruippeixotog/issue/8552Adriaan Moors2015-04-221-0/+22
|\ \ \
| * | | SI-8627 Two-argument indexOf does not work for IteratorRui Gonçalves2015-04-041-0/+22
* | | | Merge commit '555f8f0' into merge/2.11-to-2.12-apr-21Lukas Rytz2015-04-211-3/+55
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #4431 from adriaanm/rebase-4379Adriaan Moors2015-04-131-3/+55
| |\ \ \
| | * | | Patmat: efficient reasoning about mutual exclusionGerard Basler2015-04-061-3/+55
* | | | | Merge commit 'fedbfd7' into merge/2.11-to-2.12-apr-21Lukas Rytz2015-04-218-26/+95
|\| | | |
| * | | | Merge pull request #4413 from lrytz/opt/inliningEverythingLukas Rytz2015-04-077-26/+92
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SI-9139 don't inline across @strictfp modesLukas Rytz2015-04-011-0/+21
| | * | | Test case: cannot inline a private call into a different class.Lukas Rytz2015-04-011-0/+27
| | * | | Clean up the way compiler settings are accessed in the backend.Lukas Rytz2015-04-016-26/+19
| | * | | Don't try to inline native methodsLukas Rytz2015-04-011-0/+11
| | * | | Eliminate unreachable code before inlining a methodLukas Rytz2015-04-012-1/+15
| | | |/ | | |/|
| * | | Merge pull request #4370 from gbasler/ticket/SI-9181Adriaan Moors2015-04-061-0/+3
| |\ \ \ | | |/ / | |/| |
| | * | Add a check to ensure that if the formulas originating from the exhaustivity /Gerard Basler2015-03-021-0/+3
* | | | Merge commit '32f520f' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-012-2/+24
|\| | |
| * | | Merge pull request #4318 from soc/topic/remove-deprecation-warningsLukas Rytz2015-03-281-2/+2
| |\ \ \
| | * | | new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-261-2/+2
| * | | | SI-9038 fix scaladoc syntax highlightning to leave unicode aloneAntoine Gourlay2015-03-261-0/+22
| |/ / /
* | | / Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-0133-93/+2307
|\| | | | |_|/ |/| |
| * | Don't inline methods containing super calls into other classesLukas Rytz2015-03-122-13/+61
| * | Test case for SI-9111 workaround.Lukas Rytz2015-03-111-1/+42
| * | Ensure to re-write only trait method calls of actual trait methodsLukas Rytz2015-03-111-0/+70