summaryrefslogtreecommitdiff
path: root/test/junit
Commit message (Expand)AuthorAgeFilesLines
* SI-8346 Re-established soundness of toSet (element type widening)Rex Kerr2015-08-261-0/+81
* Fix typos in spec, docs and commentsMichał Pociecha2015-08-231-1/+1
* SI-9393 fix modifiers of ClassBTypes for Java annotationsLukas Rytz2015-07-241-0/+89
* [backport] Prevent infinite recursion in ProdConsAnalyzerLukas Rytz2015-07-231-0/+42
* Improve some names (t-v)Janek Bogucki2015-07-151-1/+1
* Fix 23 typos (m-o)Janek Bogucki2015-06-282-2/+2
* Merge pull request #4552 from lrytz/opt/closureInliningJason Zaugg2015-06-243-12/+262
|\
| * Producers / Consumers AnalysisLukas Rytz2015-06-223-12/+262
* | 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
|/
* 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 #4431 from adriaanm/rebase-4379Adriaan Moors2015-04-131-3/+55
|\ \
| * | Patmat: efficient reasoning about mutual exclusionGerard Basler2015-04-061-3/+55
* | | 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 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
|/ /
* | 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
* | Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-1111-43/+283