summaryrefslogtreecommitdiff
path: root/test/junit
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-1111-43/+283
| * | Limit the size of the ByteCodeRepository cacheLukas Rytz2015-03-111-1/+1
| * | Cast receiver if necessary when rewriting trait calls to impl methodLukas Rytz2015-03-112-5/+21
| * | Inline final methods defined in traitsLukas Rytz2015-03-1110-51/+573
| * | Don't crash the inliner in mixed compilationLukas Rytz2015-03-113-7/+42
| * | Looking up the ClassNode for an InternalName returns an OptionLukas Rytz2015-03-113-3/+3
| * | Integrate the inliner into the backend pipelineLukas Rytz2015-03-112-10/+211
| * | Build a call graph for inlining decisionsLukas Rytz2015-03-113-6/+157
| * | Reuse the same compiler instance for all tests in a JUnit classLukas Rytz2015-03-1111-51/+158
| * | Tools to perform inlining.Lukas Rytz2015-03-111-0/+193
| * | Find instructions that would cause an IllegalAccessError when inlinedLukas Rytz2015-03-112-1/+201
| * | Emit the ScalaInlineInfo attribute under GenASMLukas Rytz2015-03-111-0/+85
| |/
| * SI-9126 Missing .seqs causes problems with parallel GenXsRex Kerr2015-02-202-20/+44
| * Merge pull request #4330 from Ichoran/issue/8917Adriaan Moors2015-02-191-0/+9
| |\
| | * SI-8917 collection.mutable.BitSet's &= operator doesn't clear endRex Kerr2015-02-131-0/+9
| * | Merge pull request #4329 from adriaanm/followup-4235Adriaan Moors2015-02-181-0/+29
| |\ \
| | * | Use if/then/else to avoid box(unbox(_))Adriaan Moors2015-02-181-0/+29
| * | | Merge pull request #4328 from adriaanm/rework-4230Adriaan Moors2015-02-171-0/+15
| |\ \ \ | | |_|/ | |/| |