summaryrefslogtreecommitdiff
path: root/test/junit
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | 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
|\ \ \ | |_|/ |/| |
| * | SI-9059 Random.alphanumeric is inefficientDenton Cockburn2015-02-131-0/+15
| |/
* | Merge pull request #4304 from adriaanm/rebase-4219Adriaan Moors2015-02-132-17/+16
|\ \ | |/ |/|
| * SI-8818 FreshName extractor forgives suffixSom Snytt2015-02-092-17/+16
* | Merge pull request #4280 from kanielc/SI-9095Adriaan Moors2015-02-092-0/+50
|\ \
| * | SI-9095 Memory leak in LinkedHasMap and LinkedHashSetDenton Cockburn2015-01-312-0/+50
* | | Merge pull request #4209 from kanielc/SI-8988Adriaan Moors2015-02-091-0/+37
|\ \ \ | |_|/ |/| |
| * | SI-8988 Escaping character in StringLike.split(c) prevents usage of optimized...Denton Cockburn2015-01-091-0/+37
* | | Merge pull request #4133 from som-snytt/issue/8976Ichoran2015-02-044-6/+113
|\ \ \