summary refs log tree commit diff
path: root/compiler/rustc_session/src/config.rs
AgeCommit message (Expand)AuthorLines
2024-08-30make `-Z mir-include-spans` a dedicated enumRémy Rakic-0/+22
2024-08-28fmt-debug optionKornel-2/+22
2024-08-28clarify a few thingsOrion Gonzalez-0/+1
2024-08-08Split `ColorConfig` off of `HumanReadableErrorType`Esteban Küber-15/+23
2024-08-07Disallow setting built-in cfgs via set the command-lineUrgau-1/+4
2024-08-05Don't ICE if getting the input's file_stem failsChris Denton-3/+7
2024-07-29Reformat `use` declarations.Nicholas Nethercote-34/+36
2024-07-07use "bootstrap" instead of "rustbuild" in comments and docsonur-ozkan-1/+1
2024-06-28Rollup merge of #124741 - nebulark:patchable-function-entries-pr, r=estebank,...Matthias Krüger-2/+33
2024-06-25Updated code for changes to RFC, added additional error handling, addedFlorian Schmiderer-5/+9
2024-06-25Support for -Z patchable-function-entryMatthew Maurer-1/+28
2024-06-25Auto merge of #126326 - eggyal:ununsafe-StableOrd, r=michaelwoeristerbors-2/+4
2024-06-23compiler: Accept -Cforce-frame-pointers=alwaysJubilee Young-1/+1
2024-06-23compiler: Support nightly -Cforce-frame-pointers=non-leafJubilee Young-1/+10
2024-06-23compiler(nfc): -Cforce-frame-pointers is a FramePointerJubilee Young-4/+3
2024-06-22Ensure careful consideration is given by implsAlan Egerton-1/+3
2024-06-18Unconditionally warn on usage of `wasm32-wasi`Alex Crichton-0/+14
2024-06-17coverage: Add debugging flag `-Zcoverage-options=no-mir-spans`Zalathar-1/+8
2024-06-12Un-unsafe the `StableOrd` traitAlan Egerton-2/+2
2024-05-30coverage: Add CLI support for `-Zcoverage-options=condition`Dorian Péron-1/+17
2024-05-29Rollup merge of #124320 - Urgau:print-check-cfg, r=petrochenkov许杰友 Jieyou Xu (Joe)-1/+13
2024-05-24remove proof tree formatter, make em shallowlcnr-10/+0
2024-05-22rustc_codegen_llvm: add support for writing summary bitcodeAugie Fackler-4/+20
2024-05-04Make `rustc_session::config::Input` clone-ableUrgau-0/+1
2024-05-03Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxuMichael Goulet-1/+4
2024-05-02Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`Martin Nordholts-1/+4
2024-04-30Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-deadMatthias Krüger-0/+2
2024-04-30Remove `extern crate tracing` from numerous crates.Nicholas Nethercote-0/+1
2024-04-29coverage: Replace boolean options with a `CoverageLevel` enumZalathar-4/+20
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-0/+1
2024-04-25Add `--print=check-cfg` to get the expected configsUrgau-1/+13
2024-04-25Rollup merge of #124333 - Urgau:better-bad-print, r=fmeaseMatthias Krüger-3/+6
2024-04-24Improve diagnostic for unknown --print requestUrgau-3/+6
2024-04-23Mark @RUSTC_BUILTIN search path usage as unstableLukas Wirth-1/+7
2024-04-20Rollup merge of #123409 - ZhuUx:master, r=oli-obkMatthias Krüger-0/+2
2024-04-19Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiserbors-1/+2
2024-04-19coverage. Add coverage-options=mcdc as gate for MC/DC instrumentzhuyunxing-0/+2
2024-04-16Rollup merge of #122811 - nnethercote:mv-SourceMap-init, r=WaffleLapkinGuillaume Gomez-1/+11
2024-04-16Construct `SourceMap` at the same time as `SessionGlobals`.Nicholas Nethercote-1/+11
2024-04-15Stabilize checking of cfgs at compile-time: --check-cfg optionUrgau-1/+1
2024-04-14Stabilize --json unused-externs(-silent)Jeremy Fitzhardinge-7/+0
2024-04-12add `-Z linker-features` to toggle lld on the CLIRémy Rakic-1/+43
2024-04-05Move cfg and check-cfg configuration in it's own module and add docsUrgau-342/+6
2024-03-29Auto merge of #123194 - matthiaskrgr:rollup-vhdc8hw, r=matthiaskrgrbors-4/+6
2024-03-28Introduce `FileNameMapping::to_real_filename` and use it everywhereUrgau-7/+2
2024-03-28Simplify trim-paths feature by merging all debuginfo options togetherUrgau-16/+6
2024-03-28compiler: fix few needless_pass_by_ref_mut clippy lintsklensy-2/+2
2024-03-28compiler: fix some clippy needless_pass_by_ref_mutklensy-2/+4
2024-03-25Replace implementation with @RUSTC_BUILTIN prefix substitution varLukas Wirth-0/+1
2024-03-25Make sysroot mandatory for rustdocLukas Wirth-2/+1