summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-1123-52/+304
* 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
* Workaround for SI-9111Lukas Rytz2015-03-113-0/+24
* Don't crash the inliner in mixed compilationLukas Rytz2015-03-117-7/+82
* 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-113-27/+95
* SI-9126 Missing .seqs causes problems with parallel GenXsRex Kerr2015-02-202-20/+44
* Merge pull request #4347 from retronym/ticket/8801Adriaan Moors2015-02-191-0/+21
|\
| * SI-8801 Another test for fixed exponential-time compilationJason Zaugg2015-02-201-0/+21
* | Merge pull request #4340 from retronym/topic/infix-completionAdriaan Moors2015-02-196-0/+412
|\ \
| * | Remove incorrect completions: implicits can't add type membersJason Zaugg2015-02-172-4/+2
| * | SI-9153 More complete and stable results for completionsJason Zaugg2015-02-176-0/+414
* | | 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 #4319 from axel22/fix-si-7943Adriaan Moors2015-02-191-0/+19
|\ \ \
| * | | Fix SI-7943 -- make `TrieMap.getOrElseUpdate` atomic.Aleksandar Prokopec2015-02-181-0/+19
* | | | Fix the Scaladoc tests under Java 8Jason Zaugg2015-02-191-0/+8
* | | | 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 #4309 from som-snytt/issue/9116-bAdriaan Moors2015-02-182-3/+9
|\ \ \ \ \
| * | | | | SI-9116 Set.subsets has a param listSom Snytt2015-02-092-3/+9
| | |/ / / | |/| | |
* | | | | Merge pull request #4341 from retronym/ticket/9157Adriaan Moors2015-02-181-0/+13
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | SI-9157 Avoid exponential blowup with chained type projectionsJason Zaugg2015-02-181-0/+13
| | |_|/ | |/| |
* | | | 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 #4296 from lrytz/t9105Adriaan Moors2015-02-137-27/+483
|\ \ \
| * | | Test java reflection on scala library / reflect / compiler jarsLukas Rytz2015-02-071-0/+65
| * | | Fix InnerClass / EnclosingMethod for closures nested in value classesLukas Rytz2015-02-074-13/+86
| * | | Fix InnerClass/EnclosingMethod for trait impl and specialized classesLukas Rytz2015-02-072-2/+124
| * | | SI-9124 fix EnclosingMethod of classes nested in implOnly trait defsLukas Rytz2015-02-072-0/+48
| * | | SI-9105 Fix EnclosingMethod for classes defined in lambdasLukas Rytz2015-02-075-19/+167
* | | | 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 #4195 from lrytz/t8841Adriaan Moors2015-02-136-11/+52
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-8841 report named arg / assignment ambiguity also in silent mode.Lukas Rytz2014-12-126-11/+52
* | | | Merge pull request #4263 from lrytz/t9097Adriaan Moors2015-02-091-0/+34
|\ \ \ \
| * | | | SI-9097 Consolidate testSom Snytt2015-01-203-12/+10
| * | | | SI-9097 Remove spurious warning about conflicting filenamesLukas Rytz2015-01-203-0/+36
* | | | | 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 #4288 from adriaanm/retronym-ticket/9041Adriaan Moors2015-02-092-0/+21
|\ \ \ \ \ \