summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4418 from lrytz/t8731-relaxAdriaan Moors2015-03-311-2/+0
|\
| * SI-8731 don't issue a @switch warning for two-case matchesLukas Rytz2015-03-311-2/+0
* | Merge pull request #4375 from som-snytt/issue/8861Lukas Rytz2015-03-311-3/+2
|\ \
| * | SI-8861 Handle alias when probing for AnySom Snytt2015-03-091-3/+2
* | | Merge pull request #4318 from soc/topic/remove-deprecation-warningsLukas Rytz2015-03-2839-84/+96
|\ \ \ | |_|/ |/| |
| * | Removed warningsEECOLOR2015-03-2628-36/+48
| * | new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-2610-13/+13
| * | Deprecations: Use of isPackage, hasSymbol, getter, setter...Simon Ochsenreither2015-03-2614-35/+35
* | | Merge pull request #4358 from xeno-by/topic/names-defaultsLukas Rytz2015-03-261-1/+1
|\ \ \ | |/ / |/| |
| * | better errors for macro applications with wrong number of argumentsEugene Burmako2015-02-241-1/+1
| |/
* | Merge pull request #4310 from som-snytt/issue/9127-bLukas Rytz2015-03-251-7/+4
|\ \
| * | SI-9127 Xlint doesn't think spaces are significantSom Snytt2015-02-211-7/+4
* | | 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-241-2/+2
|\ \ \ \
| * | | | SI-9020 Avoid spurious value discarding warning post-typerJason Zaugg2015-03-121-2/+2
* | | | | Merge pull request #4364 from som-snytt/issue/sessiontestJason Zaugg2015-03-241-1/+2
|\ \ \ \ \
| * | | | | SI-9170 More flexible SessionTestSom Snytt2015-03-031-1/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #4387 from retronym/ticket/9231Jason Zaugg2015-03-241-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-9231 Don't attempt implicit search for erroneous parameterJason Zaugg2015-03-171-1/+1
| | |/ / | |/| |
* | | | 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