about summary refs log tree commit diff
path: root/compiler/rustc_session/src/config.rs
AgeCommit message (Expand)AuthorLines
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
2024-03-25Implement `-L builtin:$path`Lukas Wirth-5/+5
2024-03-25Rollup merge of #122842 - pacak:explicit_name, r=michaelwoeristerMatthias Krüger-0/+5
2024-03-22Don't emit an error about failing to produce a file with a specific nameMichael Baikov-0/+5
2024-03-21Remove `CodegenBackend::target_override`.Nicholas Nethercote-27/+18
2024-03-20Reduce `pub` usage in `rustc_session`.Nicholas Nethercote-28/+26
2024-03-17some minor code simplificationsMatthias Krüger-7/+1
2024-03-14coverage: `-Zcoverage-options=branch` is no longer a placeholderZalathar-1/+1
2024-03-13coverage: Add `-Zcoverage-options` for fine control of coverageZalathar-6/+20
2024-03-13coverage: Remove all unstable values of `-Cinstrument-coverage`Zalathar-37/+1
2024-03-11Rollup merge of #116793 - WaffleLapkin:target_rules_the_backend, r=cjgillotJubilee-13/+5
2024-03-11Rename `IntoDiagnosticArg` as `IntoDiagArg`.Nicholas Nethercote-4/+4
2024-03-10Introduce perma-unstable `wasm-c-abi` flagdaxpedda-1/+2