summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-2023-377/+2007
|\ \
| * | Don't inline methods containing super calls into other classesLukas Rytz2015-03-121-3/+15
| * | Ensure to re-write only trait method calls of actual trait methodsLukas Rytz2015-03-113-34/+49
| * | Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-1118-399/+853
| * | Limit the size of the ByteCodeRepository cacheLukas Rytz2015-03-113-4/+38
| * | Cast receiver if necessary when rewriting trait calls to impl methodLukas Rytz2015-03-115-16/+53
| * | Inline final methods defined in traitsLukas Rytz2015-03-118-148/+232
| * | Workaround for SI-9111Lukas Rytz2015-03-113-16/+60
| * | Don't crash the inliner in mixed compilationLukas Rytz2015-03-112-37/+64
| * | 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-116-41/+55
| * | Integrate the inliner into the backend pipelineLukas Rytz2015-03-113-4/+178
| * | Build a call graph for inlining decisionsLukas Rytz2015-03-119-131/+396
| * | Reuse the same compiler instance for all tests in a JUnit classLukas Rytz2015-03-111-0/+8
| * | Tools to perform inlining.Lukas Rytz2015-03-1111-52/+341
| * | Find instructions that would cause an IllegalAccessError when inlinedLukas Rytz2015-03-115-8/+174
* | | Fix typo in brutallyResetAttrs commentRobertZK2015-03-181-1/+1
* | | Merge pull request #4388 from retronym/ticket/9223Grzegorz Kossakowski2015-03-171-1/+1
|\ \ \
| * | | SI-9223 By-name constructor params should not be aliasedJason Zaugg2015-03-171-1/+1
* | | | 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
| |/ / /
* / / / SI-9226 Fix NPE in GenASM.writeIfNotTooBigSimon Schäfer2015-03-161-1/+1
|/ / /
* | | Merge pull request #4377 from lrytz/opt/scalaInlineInfoGrzegorz Kossakowski2015-03-117-4/+301
|\| |
| * | Emit the ScalaInlineInfo attribute under GenASMLukas Rytz2015-03-117-4/+301
* | | Merge pull request #4357 from retronym/merge/2.10.x-to-2.11.x-20150224v2.11.6Adriaan Moors2015-02-241-4/+1
|\ \ \
| * \ \ Merge commit 'ad845ff' into merge/2.10.x-to-2.11.x-20150224Jason Zaugg2015-02-241-4/+1
| |\ \ \ | | |_|/ | |/| |
| | * | Merge pull request #4289 from retronym/ticket/8689Grzegorz Kossakowski2015-02-151-5/+2
| | |\ \
| | | * | SI-8689 Avoid internal error in Promise after sequence of completionsViktor Klang2015-02-041-5/+2
| | * | | Backported fix for SI-7753 to 2.10.x.Miles Sabin2015-02-091-34/+55
| | |/ /
| | * | SI-9027 Backport xml parser fixSom Snytt2014-12-041-6/+5
| | * | Merge pull request #3998 from retronym/backport/7756Grzegorz Kossakowski2014-09-241-8/+27
| | |\ \
| | | * | [backport] SI-7756 Uncripple refchecks in case bodiesJason Zaugg2014-09-231-8/+27
| | * | | Merge pull request #3859 from xeno-by/topic/fundep-materialization-210xGrzegorz Kossakowski2014-09-112-4/+30
| | |\ \ \
| | | * | | -Xfundep-materialization => -Yfundep-materializationEugene Burmako2014-09-092-4/+4
| | | * | | pull request feedbackEugene Burmako2014-07-031-0/+1
| | | * | | [backport] SI-7470 implements fundep materializationEugene Burmako2014-07-022-4/+29
| | * | | | [backport] SI-8787 Backport Regex docSom Snytt2014-08-261-186/+291
| | * | | | Merge pull request #3865 from xeno-by/topic/extractor-macros-210xGrzegorz Kossakowski2014-08-192-42/+64
| | |\ \ \ \
| | | * | | | [backport] transformers no longer ignore UnApply.funEugene Burmako2014-07-032-42/+64
| | | |/ / /
| | * | | | Merge pull request #3860 from gourlaysama/wip/t7710-backportGrzegorz Kossakowski2014-08-192-2/+34
| | |\ \ \ \
| | | * | | | [backport] SI-7710 fix memory performance of RegexParsers in jdk7u6+Antoine Gourlay2014-08-122-2/+34
| | | |/ / /
* | | | | | Merge pull request #4353 from xeno-by/topic/plugin-enter-statsAdriaan Moors2015-02-231-1/+1
|\ \ \ \ \ \
| * | | | | | fixes pluginsEnterStatsEugene Burmako2015-02-221-1/+1
| | |_|_|_|/ | |/| | | |
* / | | | | SI-9172 FlatMapped views throw exception on filterRex Kerr2015-02-221-1/+1
|/ / / / /
* | | | | Scaladoc js location synch more robustAdriaan Moors2015-02-201-1/+1
* | | | | SI-9126 Missing .seqs causes problems with parallel GenXsRex Kerr2015-02-202-2/+2
|/ / / /
* | | | Merge pull request #4340 from retronym/topic/infix-completionAdriaan Moors2015-02-195-6/+13
|\ \ \ \