summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/settings
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5102 from milessabin/2.12.xJason Zaugg2016-05-271-1/+2
|\
| * -Xexperimental mode now only includes -Ypartial-unificationMiles Sabin2016-05-241-1/+1
| * SI-2712 Add support for higher order unificationMiles Sabin2016-05-241-0/+1
* | Merge pull request #5186 from lrytz/inlinerM5Jason Zaugg2016-05-271-1/+3
|\ \
| * | Debug flag to print a summary of the inliner's workLukas Rytz2016-05-241-1/+3
| |/
* / Rename -Yopt to -opt, -Yopt-warnings to -opt-warningsLukas Rytz2016-05-251-42/+42
|/
* Merge pull request #5112 from lrytz/dropRecursiveClasspathJason Zaugg2016-05-051-6/+0
|\
| * Remove abstraction layer in classpath implementationLukas Rytz2016-05-021-5/+0
| * remove recursive classpath implementationLukas Rytz2016-04-231-1/+0
* | Emit a warning when a constant expression evaluates to an ArithmeticException...Olli Helenius2016-05-021-0/+2
* | More efficient code for deciding if a mixin forwarder is needed (#5116)Lukas Rytz2016-04-251-0/+2
|/
* General cleanups and less warnings during a Scala buildsoc2016-04-042-3/+2
* Remove dead code now that `genBCodeActive` is always true.Adriaan Moors2016-03-261-1/+1
* Enable flat classpath by defaultLukas Rytz2016-03-221-1/+1
* Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-162-46/+16
* rename -YoptTrace to -Yopt-traceLukas Rytz2016-02-031-1/+1
* -YoptTrace takes a package/Class.method parameterLukas Rytz2016-01-251-1/+1
* Merge remote-tracking branch 'upstream/2.12.x' into opt/elimBoxesLukas Rytz2016-01-242-5/+2
|\
| * Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-241-1/+1
| |\
| | * it's Scaladoc, not "ScalaDoc" or "Scala doc"Seth Tisue2015-11-121-1/+1
| * | Remove ICodeSimon Ochsenreither2015-10-311-1/+0
| * | Remove GenASM, merge remaining common code snippetsSimon Ochsenreither2015-10-271-3/+1
* | | Jump optimizations may enable more push-pop eliminationLukas Rytz2016-01-241-0/+2
* | | Ensure that `-Yopt:l:none` takes precedence, tidy optimizer settingsLukas Rytz2015-12-151-17/+28
* | | Eliminate unnecessary castsLukas Rytz2015-12-151-1/+3
* | | Eliminate non-escaping boxes, tuples and refsLukas Rytz2015-12-151-1/+3
* | | Clean up optimizer settings.Lukas Rytz2015-11-101-13/+9
* | | Copy propagation, remove unused values (closures!) and local variablesLukas Rytz2015-11-101-1/+3
|/ /
* | Remove the old REPL tab completion implementationJason Zaugg2015-09-231-1/+0
* | Merge commit '03aaf05' into merge-2.11-to-2.12-sep-22Lukas Rytz2015-09-221-2/+3
|\|
| * 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
| |\