summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4389 from retronym/topic/jesperJason Zaugg2015-03-241-0/+30
|\
| * Resurrect a test for type inferenceJason Zaugg2015-03-171-0/+30
* | Merge pull request #4312 from lrytz/opt/inliningGrzegorz Kossakowski2015-03-2037-78/+1978
|\ \
| * | 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-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
* | | SI-9223 By-name constructor params should not be aliasedJason Zaugg2015-03-172-0/+16
| |/ |/|
* | Merge pull request #4377 from lrytz/opt/scalaInlineInfoGrzegorz Kossakowski2015-03-113-27/+95
|\|
| * Emit the ScalaInlineInfo attribute under GenASMLukas Rytz2015-03-113-27/+95
* | Merge pull request #4357 from retronym/merge/2.10.x-to-2.11.x-20150224v2.11.6Adriaan Moors2015-02-243-8/+81
|\ \
| * \ Merge commit 'ad845ff' into merge/2.10.x-to-2.11.x-20150224Jason Zaugg2015-02-243-8/+81
| |\ \
| | * \ Merge pull request #4289 from retronym/ticket/8689Grzegorz Kossakowski2015-02-153-9/+82
| | |\ \
| | | * | SI-8689 Avoid internal error in Promise after sequence of completionsViktor Klang2015-02-043-9/+82
| | * | | Backported fix for SI-7753 to 2.10.x.Miles Sabin2015-02-094-3/+68
| | |/ /
| | * | Merge pull request #3998 from retronym/backport/7756Grzegorz Kossakowski2014-09-247-0/+42
| | |\ \
| | | * | [backport] SI-7756 Uncripple refchecks in case bodiesJason Zaugg2014-09-237-0/+42
| | * | | Merge pull request #3859 from xeno-by/topic/fundep-materialization-210xGrzegorz Kossakowski2014-09-1117-0/+185
| | |\ \ \
| | | * | | -Xfundep-materialization => -Yfundep-materializationEugene Burmako2014-09-092-2/+2
| | | * | | [backport] SI-7470 implements fundep materializationEugene Burmako2014-07-0217-0/+185
| | * | | | Merge pull request #3865 from xeno-by/topic/extractor-macros-210xGrzegorz Kossakowski2014-08-193-0/+50
| | |\ \ \ \
| | | * | | | [backport] transformers no longer ignore UnApply.funEugene Burmako2014-07-033-0/+50
| | | |/ / /
* | | | | / fixes pluginsEnterStatsEugene Burmako2015-02-222-0/+80
| |_|_|_|/ |/| | | |
* | | | | 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
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |