summary refs log tree commit diff
path: root/compiler/rustc_session/src/options.rs
AgeCommit message (Expand)AuthorLines
2021-06-10gcc-lld mvp1000teslas-0/+16
2021-06-04Auto merge of #85788 - rylev:force-warns, r=nikomatsakisbors-0/+1
2021-05-28Initial support for force-warnsRyan Levick-0/+1
2021-05-19fix split-debuginfo error messageXimin Luo-1/+1
2021-05-13Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakisbors-0/+2
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-0/+3
2021-05-11Introduce the (WIP) THIR unsafety checkerLeSeulArtichaut-0/+2
2021-05-11Fix typo in variable nameLingMan-2/+2
2021-05-10rustc_session: Use `Iterator::find` instead of manual searchVadim Petrochenkov-24/+19
2021-05-10rustc_session: Move more option building code from the `options!` macroVadim Petrochenkov-62/+83
2021-05-08Make -Z new-llvm-pass-manager an Option<bool>Nikita Popov-1/+1
2021-05-07Rollup merge of #84815 - richkadel:coverage-docs-update-2021-05, r=tmandryYuki Okushi-6/+6
2021-05-06Update coverage docs and command line helpRich Kadel-6/+6
2021-05-05Implement RFC 2951: Native link modifiersLuqman Aden-2/+2
2021-05-05Add -Z simulate-remapped-rust-src-base option to simulate path virutalisation...Andy Wang-0/+3
2021-05-02Fix nit in rustc_session::optionsJoshua Nelson-1/+1
2021-05-01Remove unused macro parametersJoshua Nelson-3/+3
2021-05-01Remove unused `parse_pathbuf_push` functionJoshua Nelson-12/+0
2021-05-01Don't recompile the same functions for each debugging optionJoshua Nelson-412/+461
2021-05-01Remove unused parse_opt_list functionJoshua Nelson-13/+0
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