summary refs log tree commit diff
path: root/compiler/rustc_session/src/config.rs
AgeCommit message (Expand)AuthorLines
2021-06-14Soft disable incrementalMark Rousskov-1/+6
2021-04-27Make `real_rust_path_dir` a TRACKED_NO_CRATE_HASH optionJoshua Nelson-0/+30
2021-04-27Add [TRACKED_NO_CRATE_HASH] and [SUBSTRUCT] directivesJoshua Nelson-0/+1
2021-04-27Test that non_default_option is not the default optionJoshua Nelson-3/+3
2021-04-24Rollup merge of #84436 - jyn514:private, r=petrochenkovYuki Okushi-2/+2
2021-04-22Make a few functions privateJoshua Nelson-2/+2
2021-04-20Improve the docstrings of the `Lto` struct.Edd Barrett-5/+7
2021-04-10Don't tell users to use a nightly flag on the stable channelKornel-8/+11
2021-04-07Remove the insta-stable `cfg(wasm)`Simonas Kazlauskas-3/+0
2021-04-05Rollup merge of #82483 - tmiasko:option-from-str, r=matthewjasperDylan DPC-0/+1
2021-04-05Rollup merge of #80525 - devsnek:wasm64, r=nagisaDylan DPC-0/+3
2021-04-04Rollup merge of #73945 - est31:unused_externs, r=Mark-SimulacrumDylan DPC-3/+32
2021-04-04wasm64Gus Caplan-0/+3
2021-04-03Move SanitizerSet to rustc_targetSimonas Kazlauskas-64/+3
2021-04-01Clarify `--print target-list` is a rustc's optionJohnTitor-1/+1
2021-03-27Remove (lots of) dead codeJoshua Nelson-26/+2
2021-03-25Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandrybors-4/+38
2021-03-24Auto merge of #83050 - osa1:issue83048, r=matthewjasperbors-1/+1
2021-03-19coverage bug fixes and optimization supportRich Kadel-4/+38
2021-03-15Make source-based code coverage compatible with MIR inliningTomasz Miąsko-19/+0
2021-03-12Run analyses before thir-tree dumpsÖmer Sinan Ağacan-1/+1
2021-03-11Add `-Z unpretty` flag for the THIRLeSeulArtichaut-0/+4
2021-03-09Use FromStr trait for number option parsingTomasz Miąsko-0/+1
2021-03-08Make doctests collect and emit the unused externsest31-0/+4
2021-03-08Make parse_json return JsonConfigest31-3/+16
2021-03-08Gate the printing on --json=unused-externsest31-3/+15
2021-03-05Extract mir_opt_level to a method and use Option to be able to know if the va...Santiago Pastorino-14/+16
2021-03-03Add `-Z unpretty` flags for the ASTLeSeulArtichaut-3/+15
2021-03-01Change default Solaris x86 target to x86_64-pc-solarisJakub Kulik-1/+1
2021-02-25Rollup merge of #82269 - LeSeulArtichaut:cleanup-ppmode, r=spastorinoAaron Hill-53/+64
2021-02-23Auto merge of #82102 - nagisa:nagisa/fix-dwo-name, r=davidtwcobors-11/+0
2021-02-19Cleanup `PpMode` and friendsLeSeulArtichaut-53/+64
2021-02-18nhwn: make treat_err_as_bug Option<NonZeroUsize>Nathan Nguyen-0/+2
2021-02-16rustdoc: treat edition 2021 as unstableEric Huss-1/+1
2021-02-14Set path of the compile unit to the source directorySimonas Kazlauskas-11/+0
2021-02-07HWASan supportTri Vo-6/+14
2021-02-07Add `--extern-loc` to augment unused crate dependency diagnosticsJeremy Fitzhardinge-0/+116
2021-01-29Pre-canoncalize ExternLocation::ExactPathsRyan Levick-4/+6
2021-01-29Rollup merge of #79570 - alexcrichton:split-debuginfo, r=bjorn3Yuki Okushi-26/+19
2021-01-28rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`Alex Crichton-26/+19
2021-01-26Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebankbors-2/+2
2021-01-17Skip linking if it is not requiredMiguel Ojeda-0/+14
2021-01-16Enforce that query results implement DebugAaron Hill-2/+2
2021-01-12Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichtonYuki Okushi-0/+2
2021-01-08Add wasi-exec-model cg option for emitting wasi reactorsNoah-0/+2
2021-01-07Auto merge of #80709 - lzutao:target-enumerate, r=petrochenkovbors-1/+1
2021-01-08Rollup merge of #80521 - richkadel:llvm-coverage-counters-2.4.0, r=wesleywiserYuki Okushi-2/+8
2021-01-06Prefer enum Endian in rustc_target::TargetLzu Tao-1/+1
2021-01-04Inlining enabled by -mir-opt-level > 1 is incompatible with coverageRich Kadel-2/+8
2020-12-31Require `-Z unstable-options` for unstable editions.Mara Bos-3/+2