summaryrefslogtreecommitdiff
path: root/test/junit
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ | | |_|/ | |/| |
| | * | 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
| |\ \ \
| | * | | SI-8976 MutableList.tail.iterator.size is lengthSom Snytt2014-12-064-6/+113
| * | | | Merge pull request #4204 from mpociecha/correct-decimal-marks-in-testsGrzegorz Kossakowski2015-02-031-3/+12
| |\ \ \ \
| | * | | | Fix problems with a locale-dependent decimal mark in StringContextTestmpociecha2014-12-141-3/+12
| * | | | | Silence a feature warning in JUnit test code.Jason Zaugg2015-02-031-0/+1
| * | | | | SI-9133 Harden against infinite loop in NoSymbol.ownerJason Zaugg2015-02-031-0/+5
| | |_|_|/ | |/| | |
| * | | | Merge pull request #4259 from mzitnik/2.11.xIchoran2015-01-301-0/+20
| |\ \ \ \
| | * | | | SI-9072 Vector ++ concatenation of parallel collection cause inconsistent res...Mark Zitnik2015-01-181-0/+20
* | | | | | Merge pull request #4352 from som-snytt/issue/9167-2.12Jason Zaugg2015-03-241-1/+43
|\ \ \ \ \ \
| * | | | | | SI-9167 Clarify ScalaVersion parsingSom Snytt2015-02-201-1/+43
* | | | | | | SI-9134 Verify Stream#withFilter#map lazy in tailMarc Siegel2015-02-251-0/+25
* | | | | | | Merge pull request #4284 from ms-tg/SI-8990-rebase-on-2.12-squashedAdriaan Moors2015-02-231-0/+65
|\ \ \ \ \ \ \
| * | | | | | | SI-8990 Allow GC during lazy evaluation of Stream#withFilterMarc Siegel2015-02-201-0/+65
| |/ / / / / /
* / / / / / / SI-9113 Converting `null` collection Java<->Scala yields `null`Roman Hargrave2015-02-181-0/+279
|/ / / / / /
* | | | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-299-7/+806
|\| | | | |
| * | | | | Merge pull request #4253 from retronym/ticket/9087Grzegorz Kossakowski2015-01-201-0/+61
| |\ \ \ \ \
| | * | | | | SI-9087 Fix min/max of reversed Double/Float orderingsJason Zaugg2015-01-201-0/+61
| | |/ / / /