summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Set scala.full.version during bootstrap,Adriaan Moors2015-03-021-1/+3
| * | | | | | | | Bump versions after 2.11.6 release.Adriaan Moors2015-03-022-3/+3
* | | | | | | | | Merge pull request #4378 from som-snytt/issue/9102Jason Zaugg2015-03-242-3/+87
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-9102: Improve testSom Snytt2015-03-112-4/+12
| * | | | | | | | | SI-9102: Reflect method invoke with mixed argsSom Snytt2015-03-112-3/+79
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #4381 from khernyo/issue/9219Jason Zaugg2015-03-243-8/+27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-9219 Stream toString returns unexpected resultSzabolcs Berecz2015-03-143-8/+27
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #4393 from soc/patch-2Jason Zaugg2015-03-241-7/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Move all modifiers to the same levelsoc2015-03-191-7/+7
* | | | | | | | | | 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
| | |/ / / /