summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/settings
Commit message (Expand)AuthorAgeFilesLines
* [backport] new repo, version numbers for integration buildsLukas Rytz2017-03-091-1/+1
* Merge pull request #5343 from milessabin/topic/si-2712-backportAdriaan Moors2016-10-181-0/+1
|\
| * SI-2712 Add support for higher order unificationMiles Sabin2016-08-151-0/+1
* | SI-9832 -Xlint:help shows defaultSom Snytt2016-10-111-5/+13
|/
* it's Scaladoc, not "ScalaDoc" or "Scala doc"Seth Tisue2015-11-121-1/+1
* Use the presentation compiler to drive REPL tab completionJason Zaugg2015-09-021-0/+1
* Add an option to let pres compiler user manage threadingJason Zaugg2015-09-021-2/+2
* Rewrite closure invocations to the lambda body methodLukas Rytz2015-06-221-1/+6
* Fix 36 typos (d-f)Janek Bogucki2015-06-211-1/+1
* Merge pull request #4519 from lrytz/opt/nullness-2.11Jason Zaugg2015-06-071-3/+5
|\
| * Compiler option for disabling nullness analysisLukas Rytz2015-06-041-3/+5
* | Fix small grammar error in `Warnings`Simon Schäfer2015-05-221-1/+1
|/
* 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
* SI-7623 Trailing sequence wildcard warningSom Snytt2015-01-211-5/+8
* Merge pull request #4201 from mpociecha/fix-typos-in-docs-and-commentsGrzegorz Kossakowski2015-01-142-4/+4
|\
| * Fix many typos in docs and commentsmpociecha2014-12-142-4/+4
* | 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 #3934 from teemulehtinen/fsc-port-argGrzegorz Kossakowski2014-11-261-1/+3
|\
| * Add option -port to fscTeemu Lehtinen2014-10-131-1/+3
* | 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
* | | Merge pull request #4017 from lrytz/t6541Lukas Rytz2014-11-052-12/+21
|\ \ \
| * | | Fix default value for ScalaVersionSettingLukas Rytz2014-11-042-12/+21
| |/ /
* / / SI-8711 ScalaVersion.unparse doesn't produce valid versionsAntoine Gourlay2014-10-131-1/+1
|/ /
* | Merge pull request #3986 from som-snytt/issue/6502-no-cpGrzegorz Kossakowski2014-10-072-7/+24
|\ \ | |/ |/|
| * SI-6502 Repl reset/replay take settings argsSom Snytt2014-09-222-7/+24
* | 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
* Make MultiChoiceSetting.compute easier to understandLukas Rytz2014-09-081-18/+11
* Address PR feedback, fix MultiChoiceSetting.containsLukas Rytz2014-09-082-22/+18
* Use Enumeration for MultiChoiceSettingSom Snytt2014-09-054-164/+240
* -Ystatistics accepts a list of phases, cleanups in MultiChoiceSettingLukas Rytz2014-09-024-156/+187
* SI-5691 lint warning when a type parameter shadows an existing type.Antoine Gourlay2014-08-121-0/+3