summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Deprecations: Use of isPackage, hasSymbol, getter, setter...Simon Ochsenreither2015-03-2617-52/+50
* Merge pull request #4310 from som-snytt/issue/9127-bLukas Rytz2015-03-256-9/+29
|\
| * SI-9127 Xlint doesn't think spaces are significantSom Snytt2015-02-216-9/+29
* | Merge pull request #4397 from retronym/topic/icode-diagnosticGrzegorz Kossakowski2015-03-241-7/+9
|\ \
| * | Improve diagnostic error on failed genLoadIdentJason Zaugg2015-03-241-7/+9
* | | Merge pull request #4380 from retronym/ticket/9020Jason Zaugg2015-03-243-2/+13
|\ \ \
| * | | SI-9020 Avoid spurious value discarding warning post-typerJason Zaugg2015-03-123-2/+13
* | | | Merge pull request #4360 from retronym/ticket/9170Jason Zaugg2015-03-243-0/+13
|\ \ \ \
| * | | | SI-9170 Fix resident compilation / specialization NPEJason Zaugg2015-02-254-1/+15
* | | | | Merge pull request #4364 from som-snytt/issue/sessiontestJason Zaugg2015-03-244-15/+106
|\ \ \ \ \
| * | | | | SI-9170 More flexible SessionTestSom Snytt2015-03-034-15/+106
| | |_|_|/ | |/| | |
* | | | | Merge pull request #4387 from retronym/ticket/9231Jason Zaugg2015-03-243-1/+14
|\ \ \ \ \
| * | | | | SI-9231 Don't attempt implicit search for erroneous parameterJason Zaugg2015-03-173-1/+14
| | |_|/ / | |/| | |
* | | | | Merge pull request #4371 from adriaanm/2.11.6-bumpJason Zaugg2015-03-243-4/+6
|\ \ \ \ \
| * | | | | 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