summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Improve diagnostic error on failed genLoadIdentJason Zaugg2015-03-241-7/+9
* Merge pull request #4312 from lrytz/opt/inliningGrzegorz Kossakowski2015-03-2021-377/+1998
|\
| * 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
| * Tools to perform inlining.Lukas Rytz2015-03-1111-52/+341
| * Find instructions that would cause an IllegalAccessError when inlinedLukas Rytz2015-03-114-8/+173
* | 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
* | | 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
* | fixes pluginsEnterStatsEugene Burmako2015-02-221-1/+1
|/
* Merge pull request #4340 from retronym/topic/infix-completionAdriaan Moors2015-02-191-3/+3
|\
| * SI-9153 More complete and stable results for completionsJason Zaugg2015-02-171-2/+2
| * Cache name for dummy argument used in implicit searchJason Zaugg2015-02-171-1/+1
* | Merge pull request #4335 from lylek/issue/4959Adriaan Moors2015-02-181-21/+18
|\ \
| * | SI-4959 - UNIX bin scripts now work for paths with spacesLyle Kopnicky2015-02-151-21/+18
| |/
* / SI-9157 Avoid exponential blowup with chained type projectionsJason Zaugg2015-02-181-1/+0
|/
* Merge pull request #4296 from lrytz/t9105Adriaan Moors2015-02-138-74/+280
|\
| * Fix InnerClass / EnclosingMethod for closures nested in value classesLukas Rytz2015-02-074-23/+96
| * Fix InnerClass/EnclosingMethod for trait impl and specialized classesLukas Rytz2015-02-075-39/+90
| * SI-9124 fix EnclosingMethod of classes nested in implOnly trait defsLukas Rytz2015-02-071-1/+5
| * SI-9105 Fix EnclosingMethod for classes defined in lambdasLukas Rytz2015-02-076-24/+102
* | Merge pull request #4195 from lrytz/t8841Adriaan Moors2015-02-133-11/+43
|\ \
| * | SI-8841 report named arg / assignment ambiguity also in silent mode.Lukas Rytz2014-12-123-11/+43
* | | Merge pull request #4263 from lrytz/t9097Adriaan Moors2015-02-093-5/+6
|\ \ \
| * | | Refactor transformStats impls for consistencyJason Zaugg2015-02-032-4/+3
| * | | SI-9097 Remove spurious warning about conflicting filenamesLukas Rytz2015-01-201-1/+3
* | | | Merge pull request #4288 from adriaanm/retronym-ticket/9041Adriaan Moors2015-02-091-0/+10
|\ \ \ \
| * | | | SI-9041 Avoid unreported type error with overloading, implicitsJason Zaugg2015-02-021-0/+10
* | | | | Merge pull request #4274 from retronym/ticket/9123Adriaan Moors2015-02-091-0/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-9123 More coherent trees with patmat, dependent typesJason Zaugg2015-01-291-0/+5
| |/ / /
* | | | Merge pull request #4248 from retronym/ticket/9086Jason Zaugg2015-02-051-1/+5
|\ \ \ \
| * | | | SI-9086 Fix regression in implicit searchJason Zaugg2015-01-291-1/+5
| |/ / /
* | | | Merge pull request #4260 from retronym/ticket/9093Lukas Rytz2015-02-031-1/+1
|\ \ \ \
| * | | | SI-9093 Fix value discarding / multiple param list crasherJason Zaugg2015-01-201-1/+1
| | |/ / | |/| |
* | | | SI-7623 Trailing sequence wildcard warningSom Snytt2015-01-212-6/+11
| |/ / |/| |
* | | Merge pull request #4214 from som-snytt/issue/5154Jason Zaugg2015-01-221-4/+3
|\ \ \ | |/ / |/| |
| * | SI-5154 Parse leading literal brace in XML patternSom Snytt2014-12-161-4/+3