summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/settings
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | First version of inliningh heuristics that prefer higher-order methosLukas Rytz2015-09-181-2/+2
* | Tone down inliner warnings for callsites not annotated @inlineLukas Rytz2015-09-171-1/+3
* | Move call graph and code repo building to the same placeLukas Rytz2015-08-181-1/+1
* | SI-9270 Default xml coalescing off in 2.12Som Snytt2015-07-251-1/+1
* | Merge pull request #4627 from som-snytt/issue/9396Lukas Rytz2015-07-161-7/+3
|\ \
| * | SI-9396 Runner computes path only onceSom Snytt2015-07-131-7/+3
* | | Warn when combining settings for the old optimizer with -YGenBCodeLukas Rytz2015-07-031-0/+17
* | | Set -Xsource to 2.12 by defaultLukas Rytz2015-07-031-1/+1
|/ /
* | Merge pull request #4601 from som-snytt/issue/9377Lukas Rytz2015-07-031-4/+2
|\ \
| * | SI-9377 Update ScalaVersion error textSom Snytt2015-07-021-4/+1
| * | SI-9377 ScalaVersion init no longer fails if versionlessSom Snytt2015-07-021-0/+1
* | | SI-9350 Command option -XreporterSom Snytt2015-06-291-0/+1
|/ /
* | Merge commit 'bb102e7' into merge-2.11-to-2.12-june-26Lukas Rytz2015-06-261-1/+6
|\|
| * 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
* | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-242-5/+7
|\|
| * 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
| |/
* | Require and target Java 8Jason Zaugg2015-05-263-2/+10
* | Merge commit '1b7e660' into merge-2.11-may-12Lukas Rytz2015-05-121-1/+2
|\|
| * SI-9302 -Xdisable-assertions raises elide levelSom Snytt2015-05-051-1/+2
* | Merge commit '555f8f0' into merge/2.11-to-2.12-apr-21Lukas Rytz2015-04-211-0/+12
|\|
| * 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
* | Merge commit 'fedbfd7' into merge/2.11-to-2.12-apr-21Lukas Rytz2015-04-211-7/+18
|\|
| * 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
* | Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-012-10/+38
|\|
| * 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
* | SI-9167 Clarify ScalaVersion parsingSom Snytt2015-02-201-28/+22
|/
* 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