summaryrefslogtreecommitdiff
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 #4338 from Ichoran/opt-SeqLike-2.11.xGrzegorz Kossakowski2015-03-231-25/+50
|\ \
| * | Performance optimization - SeqLikeRex Kerr2015-02-201-25/+50
* | | Merge pull request #4312 from lrytz/opt/inliningGrzegorz Kossakowski2015-03-2061-455/+3994
|\ \ \
| * | | Don't inline methods containing super calls into other classesLukas Rytz2015-03-123-16/+76
| * | | 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-114-34/+119
| * | | Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-1141-451/+1157
| * | | Limit the size of the ByteCodeRepository cacheLukas Rytz2015-03-114-5/+39
| * | | Cast receiver if necessary when rewriting trait calls to impl methodLukas Rytz2015-03-117-21/+74
| * | | Inline final methods defined in traitsLukas Rytz2015-03-1118-199/+805
| * | | Workaround for SI-9111Lukas Rytz2015-03-116-16/+84
| * | | Don't crash the inliner in mixed compilationLukas Rytz2015-03-119-44/+146
| * | | After removing a live handler, need to re-run unreachableCodeLukas Rytz2015-03-112-15/+22
| * | | Looking up the ClassNode for an InternalName returns an OptionLukas Rytz2015-03-119-44/+58
| * | | Integrate the inliner into the backend pipelineLukas Rytz2015-03-115-14/+389
| * | | Build a call graph for inlining decisionsLukas Rytz2015-03-1112-137/+553
| * | | Reuse the same compiler instance for all tests in a JUnit classLukas Rytz2015-03-1113-51/+175
| * | | Tools to perform inlining.Lukas Rytz2015-03-1112-52/+534
| * | | Find instructions that would cause an IllegalAccessError when inlinedLukas Rytz2015-03-117-9/+375
* | | | Merge pull request #4391 from robertzk/2.11.xGrzegorz Kossakowski2015-03-201-1/+1
|\ \ \ \
| * | | | Fix typo in brutallyResetAttrs commentRobertZK2015-03-181-1/+1
|/ / / /
* | | | Merge pull request #4388 from retronym/ticket/9223Grzegorz Kossakowski2015-03-173-1/+17
|\ \ \ \
| * | | | SI-9223 By-name constructor params should not be aliasedJason Zaugg2015-03-173-1/+17
| | |_|/ | |/| |
* | | | Merge pull request #4383 from lrytz/upgrade-asm-squashedGrzegorz Kossakowski2015-03-177-34/+279
|\ \ \ \
| * | | | Upgrade ASM to 5.0.3Lukas Rytz2015-03-147-32/+270
| * | | | Clarifications to src/asm/READMELukas Rytz2015-03-141-2/+9
| |/ / /
* | | | Merge pull request #4384 from sschaef/issue9226-npe-in-gen-asmGrzegorz Kossakowski2015-03-161-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | SI-9226 Fix NPE in GenASM.writeIfNotTooBigSimon Schäfer2015-03-161-1/+1
|/ / /
* | | Merge pull request #4377 from lrytz/opt/scalaInlineInfoGrzegorz Kossakowski2015-03-1110-31/+396
|\| |
| * | Emit the ScalaInlineInfo attribute under GenASMLukas Rytz2015-03-1110-31/+396
* | | Quote `_` properly in lexical syntax.Adriaan Moors2015-03-051-1/+1
* | | Fix links to EPFL CI and nightly downloads.Adriaan Moors2015-02-261-2/+2
* | | Merge pull request #4357 from retronym/merge/2.10.x-to-2.11.x-20150224v2.11.6Adriaan Moors2015-02-244-12/+82
|\ \ \
| * \ \ Merge commit 'b2f5101' into merge/2.10.x-to-2.11.x-20150224Jason Zaugg2015-02-240-0/+0
| |\ \ \
| | * \ \ Merge pull request #4307 from som-snytt/issue/4339-2.10-bGrzegorz Kossakowski2015-02-238-42/+80
| | |\ \ \
| | | * | | [backport] SI-9060 Backpatch fifth-edition namesSom Snytt2015-02-153-39/+25
| | | * | | [backport] SI-4339 Event errors and attribute fixSom Snytt2015-02-135-3/+55
| | * | | | Merge pull request #4351 from adriaanm/scaladoc-2.10Adriaan Moors2015-02-201-1/+1
| | |\ \ \ \
| | | * | | | Scaladoc js location synch more robustAdriaan Moors2015-02-201-1/+1
| | |/ / / /
| * | | | | Merge commit 'ad845ff' into merge/2.10.x-to-2.11.x-20150224Jason Zaugg2015-02-244-12/+82
| |\| | | |
| | * | | | Merge pull request #4289 from retronym/ticket/8689Grzegorz Kossakowski2015-02-154-14/+84
| | |\ \ \ \
| | | * | | | SI-8689 Avoid internal error in Promise after sequence of completionsViktor Klang2015-02-044-14/+84
| | | |/ / /
| * | | | | Merge commit 'fbbd1b2' into merge/2.10.x-to-2.11.x-20150224Jason Zaugg2015-02-240-0/+0
| |\| | | |
| | * | | | Merge pull request #4303 from milessabin/topic/backport-7753Grzegorz Kossakowski2015-02-155-37/+123
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Backported fix for SI-7753 to 2.10.x.Miles Sabin2015-02-095-37/+123
| | |/ / /
| | * | | Merge pull request #4290 from adriaanm/2.10.xJason Zaugg2015-02-047-0/+856
| | |\ \ \
| | | * | | New CI validation scriptsAdriaan Moors2015-02-037-0/+856
| | |/ / /
| | * | | Merge pull request #4186 from som-snytt/issue/9027-backportGrzegorz Kossakowski2014-12-083-6/+16
| | |\ \ \