summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/settings/ScalaSettings.scala
Commit message (Expand)AuthorAgeFilesLines
...
| * Rewrite closure invocations to the lambda body methodLukas Rytz2015-06-221-1/+6
* | Default to delambdafy:method and backend:GenBCodeLukas Rytz2015-06-261-4/+3
|/
* Fix 36 typos (d-f)Janek Bogucki2015-06-211-1/+1
* Compiler option for disabling nullness analysisLukas Rytz2015-06-041-3/+5
* SI-9302 -Xdisable-assertions raises elide levelSom Snytt2015-05-051-1/+2
* SI-3368 Default to coalescing for 2.11Som Snytt2015-04-161-1/+1
* SI-3368 ReviewSom Snytt2015-04-081-1/+1
* SI-3368 Promote xml option to -XxmlSom Snytt2015-04-081-12/+12
* SI-3368 CDATA gets a NodeSom Snytt2015-04-081-0/+12
* Don't force the GenASM backend when passing -optimizeLukas Rytz2015-04-011-6/+1
* Clean up the way compiler settings are accessed in the backend.Lukas Rytz2015-04-011-0/+9
* Command-line flag to control inlining heuristicsLukas Rytz2015-03-311-1/+8
* Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-111-0/+19
* After removing a live handler, need to re-run unreachableCodeLukas Rytz2015-03-111-3/+1
* Build a call graph for inlining decisionsLukas Rytz2015-03-111-2/+8
* Emit the ScalaInlineInfo attribute under GenASMLukas Rytz2015-03-111-0/+2
* Merge pull request #4201 from mpociecha/fix-typos-in-docs-and-commentsGrzegorz Kossakowski2015-01-141-3/+3
|\
| * Fix many typos in docs and commentsmpociecha2014-12-141-3/+3
* | Run dead code elimination by default in GenBCodeLukas Rytz2014-12-161-0/+1
|/
* Turn off flat classpath by default, mark one of its classes as sealedmpociecha2014-12-051-1/+1
* Add benchmarks to compare recursive and flat cp representationsmpociecha2014-12-051-1/+1
* Create possibility to skip flat classpath cachingmpociecha2014-12-051-0/+1
* Integrate flat classpath with the compilermpociecha2014-12-051-0/+7
* Merge pull request #4088 from lrytz/opt/cleanupOptimizationsLukas Rytz2014-11-101-8/+18
|\
| * GenBCode: Compact local variable slotsLukas Rytz2014-11-041-5/+7
| * GenBCode: Command-line flags for enabling cleanup optimizationsLukas Rytz2014-11-041-8/+16
* | Fix default value for ScalaVersionSettingLukas Rytz2014-11-041-3/+4
|/
* SI-7746 patmat: fix non-determinism, infeasible counter examplesGerard Basler2014-10-051-0/+2
* -Yopt mulit-choice flagLukas Rytz2014-09-091-0/+26
* Eliminate unreachable code in GenBCodeLukas Rytz2014-09-091-1/+1
* Use Enumeration for MultiChoiceSettingSom Snytt2014-09-051-20/+19
* -Ystatistics accepts a list of phases, cleanups in MultiChoiceSettingLukas Rytz2014-09-021-8/+17
* Merge pull request #3884 from mpociecha/remove-invalidation-from-globalGrzegorz Kossakowski2014-07-251-1/+0
|\
| * Remove invalidation from Global.scalampociecha2014-07-171-1/+0
* | SI-8525 MultiChoice takes a helper functionSom Snytt2014-07-181-2/+21
* | SI-8525 Multichoice helpSom Snytt2014-07-171-2/+5
|/
* SI-8503 -version is info settingSom Snytt2014-05-291-1/+1
* SI-5905 Sanity check -language optionsSom Snytt2014-02-281-2/+8
* Group settings should honor user-set individual optionsJason Zaugg2014-02-171-11/+3
* Expose a means to disable boolean settingsJason Zaugg2014-02-171-1/+1
* introduces -Yshow-symownersEugene Burmako2014-02-101-0/+1
* Merge pull request #3368 from retronym/ticket/8151Grzegorz Kossakowski2014-01-211-1/+0
|\
| * SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-151-1/+0
* | SI-8126 Add a '-Xsource' flag allowing compilation in e.g. 2.10 modeFrançois Garillot2014-01-161-36/+43
* | Merge pull request #3334 from som-snytt/issue/4841-helpAdriaan Moors2014-01-131-4/+4
|\ \ | |/ |/|
| * SI-4841 CLI help update for -XpluginSom Snytt2014-01-071-4/+4
* | Use macro expandee, rather than expansion, in pres. compilerJason Zaugg2014-01-081-1/+7
|/
* SI-7747 Support class based wrappers clean upSom Snytt2013-11-101-1/+1
* SI-7747 Support class based wrappers as alternative through switch -Yrepl-cla...Prashant Sharma2013-11-101-0/+1
* Adds a setting to delay delambdafication. If set then uncurry liftsJames Iry2013-11-061-0/+2