summary refs log tree commit diff
path: root/compiler/rustc_session/src/options.rs
AgeCommit message (Expand)AuthorLines
2021-04-29Use doc-comment instad of comments consistentlyJoshua Nelson-58/+59
2021-04-27Make `real_rust_path_dir` a TRACKED_NO_CRATE_HASH optionJoshua Nelson-3/+15
2021-04-27Add [TRACKED_NO_CRATE_HASH] and [SUBSTRUCT] directivesJoshua Nelson-24/+61
2021-04-27Test that non_default_option is not the default optionJoshua Nelson-1/+1
2021-04-15Track `-C link-dead-code` during incremental compilationAaron Hill-1/+1
2021-04-05Rollup merge of #82483 - tmiasko:option-from-str, r=matthewjasperDylan DPC-14/+14
2021-04-04Rollup merge of #73945 - est31:unused_externs, r=Mark-SimulacrumDylan DPC-0/+3
2021-04-03Move SanitizerSet to rustc_targetSimonas Kazlauskas-1/+1
2021-03-27Address review commentsJoshua Nelson-2/+0
2021-03-25Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandrybors-2/+40
2021-03-21Enable mutable noalias by default for LLVM 12Nikita Popov-1/+1
2021-03-21Convert -Z mutable-noalias to Optional<bool>Nikita Popov-1/+1
2021-03-19coverage bug fixes and optimization supportRich Kadel-2/+40
2021-03-10Remove the -Zinsert-sideeffectSimonas Kazlauskas-4/+0
2021-03-09Use FromStr trait for number option parsingTomasz Miąsko-14/+14
2021-03-08Gate the printing on --json=unused-externsest31-0/+3
2021-03-05Fix MIR optimization level descriptionSantiago Pastorino-1/+1
2021-03-05Extract mir_opt_level to a method and use Option to be able to know if the va...Santiago Pastorino-2/+2
2021-03-03Add `-Z unpretty` flags for the ASTLeSeulArtichaut-0/+2
2021-02-27Use optional values for inlining thresholdsTomasz Miąsko-2/+2
2021-02-27Add option enabling MIR inlining independently of mir-opt-levelTomasz Miąsko-0/+2
2021-02-18nhwn: make treat_err_as_bug Option<NonZeroUsize>Nathan Nguyen-4/+5
2021-02-07HWASan supportTri Vo-1/+2
2021-02-07Add `--extern-loc` to augment unused crate dependency diagnosticsJeremy Fitzhardinge-0/+1
2021-01-30Rollup merge of #81468 - est31:cfg_version, r=petrochenkovYuki Okushi-0/+2
2021-01-29Treat nightlies for a version as completeest31-0/+2
2021-01-28rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`Alex Crichton-22/+13
2021-01-12Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichtonYuki Okushi-1/+19
2021-01-08Add wasi-exec-model cg option for emitting wasi reactorsNoah-1/+19
2020-12-16session: add `split-dwarf` flagDavid Wood-0/+19
2020-12-14Convenience funcs for `some_option.unwrap_or(...)`Rich Kadel-1/+1
2020-12-14Improve warnings on incompatible options involving -Zinstrument-coverageRich Kadel-6/+6
2020-12-07Dogfood 'str_split_once() with `compiler/`Eric Arellano-3/+4
2020-12-03Combination of commitsRich Kadel-2/+1
2020-11-29Add -Z normalize-docs and enable it for compiler docsJoshua Nelson-0/+2
2020-11-24TRACK '-Z polonius' flagCamelid-1/+1
2020-11-24Rollup merge of #79367 - Dirbaio:trap-unreachable, r=jonas-schievinkJonas Schievink-0/+2
2020-11-24Allow disabling TrapUnreachable via -Ztrap-unreachable=noDario Nieuwenhuis-0/+2
2020-11-23Allow using `-Z fewer-names=no` to retain value namesTomasz Miąsko-1/+1
2020-11-10Add flags customizing behaviour of MIR inliningTomasz Miąsko-0/+4
2020-11-05Responded to all feedback as of 2020-10-30Rich Kadel-2/+5
2020-11-03Rollup merge of #77950 - arlosi:sha256, r=eddybMara Bos-1/+1
2020-11-02Auto merge of #78592 - fpoli:nll-facts-dir, r=matthewjasperbors-0/+2
2020-11-02Auto merge of #78605 - nox:relax-elf-relocations, r=nagisabors-0/+2
2020-10-31Implement -Z relax-elf-relocations=yes|noAnthony Ramine-0/+2
2020-10-30Some workAaron Hill-2/+2
2020-10-30Implement rustc side of report-future-incompatAaron Hill-0/+2
2020-10-30Add option to customize the nll-facts' folder locationFederico Poli-0/+2
2020-10-26Implement -Z function-sections=yes|noAnthony Ramine-0/+2
2020-10-26Fix some outdated commentsAnthony Ramine-3/+3