about summary refs log tree commit diff
path: root/compiler/rustc_session/src/config.rs
AgeCommit message (Expand)AuthorLines
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-1/+0
2025-01-21remove support for the #[start] attributeRalf Jung-1/+0
2025-01-20Rollup merge of #135330 - bjorn3:respect_sysroot_in_version_printing, r=lqdMatthias Krüger-2/+6
2025-01-20Respect --target in get_backend_from_raw_matchesbjorn3-2/+6
2025-01-20Rollup merge of #135747 - ehuss:filename-quote, r=SparrowLii许杰友 Jieyou Xu (Joe)-1/+1
2025-01-19Rename FileName::QuoteExpansion to CfgSpecEric Huss-1/+1
2025-01-19Manual cleanup of some `is_{or_none|some_and}` usagesYotam Ofek-2/+2
2025-01-19Run `clippy --fix` for `unnecessary_map_or` lintYotam Ofek-1/+1
2025-01-16Update docs for `-Clink-dead-code` to discourage its useZalathar-7/+0
2025-01-11Rollup merge of #134030 - folkertdev:min-fn-align, r=workingjubileeMatthias Krüger-0/+2
2025-01-10add `-Zmin-function-alignment`Folkert de Vries-0/+2
2024-12-23Use `#[derive(Default)]` instead of manually implementing itEsteban Küber-7/+2
2024-12-19coverage: Add a synthetic test for when all spans are discardedZalathar-2/+8
2024-12-18refactor: replace &PathBuf with &Path to enhance generalityIntegral-1/+1
2024-12-10We don't need `NonNull::as_ptr` debuginfoScott McMurray-4/+12
2024-11-29Rename `-Zparse-only`.Nicholas Nethercote-2/+2
2024-11-26Remove -Zfuel.Camille GILLOT-8/+0
2024-11-21Rollup merge of #130236 - yaahc:unstable-feature-usage, r=estebankMatthias Krüger-1/+1
2024-11-20unstable feature usage metricsJane Losare-Lusby-1/+1
2024-11-18Overhaul the `-l` option parser (for linking to native libs)Zalathar-5/+6
2024-11-18Move `-l` option parsing into its own submoduleZalathar-140/+4
2024-11-11Remove `rustc_session::config::rustc_short_optgroups`Zalathar-25/+24
2024-11-11Store option strings directly, not in a boxed `apply` closureZalathar-23/+31
2024-11-11Auto merge of #126597 - estebank:unicode-output, r=fmeasebors-13/+22
2024-11-10Address review commentsLeón Orell Valerian Liehr-16/+16
2024-11-10Add Unicode block-drawing compiler output supportEsteban Küber-0/+9
2024-11-08Simplify command-line-argument declarations in librustdocZalathar-14/+0
2024-11-08Simplify command-line-option declarations in the compilerZalathar-117/+147
2024-11-08Use a method to apply `RustcOptGroup` to `getopts::Options`Zalathar-1/+5
2024-11-06Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgrbors-13/+0
2024-11-05Rollup merge of #132562 - alexcrichton:remove-wasm32-wasi, r=jieyouxuMatthias Krüger-13/+0
2024-11-05Rollup merge of #132259 - mrkajetanp:branch-protection-pauth-lr, r=davidtwcoMatthias Krüger-0/+1
2024-11-04Rollup merge of #132355 - practicalrs:fix_117638, r=SparrowLiiMatthias Krüger-0/+4
2024-11-03Remove the `wasm32-wasi` target from rustcAlex Crichton-13/+0
2024-11-02Add `--print host-triple`Noratrieb-0/+2
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-10/+10
2024-11-01Fix compiler panic with a large number of threadsMichal Piotrowski-0/+4
2024-10-31rustc_codegen_llvm: Add a new 'pc' option to branch-protectionKajetan Puchalski-0/+1
2024-10-31Remove support for `-Zprofile` (gcov-style coverage instrumentation)Zalathar-13/+1
2024-10-15stabilize `-Znext-solver=coherence`lcnr-0/+5
2024-10-01add unstable support for outputting file checksums for use in cargoJacob Kiesel-0/+4
2024-10-01Replace -Z default-hidden-visibility with -Z default-visibilityDavid Lattimore-1/+3
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-4/+4
2024-09-17Rollup merge of #128961 - GKFX:issue-128930-explain-missing-option, r=jieyouxuMatthias Krüger-1/+1
2024-09-11Revert 'Stabilize -Znext-solver=coherence'Michael Goulet-5/+0
2024-09-05stabilize `-Znext-solver=coherence`lcnr-0/+5
2024-09-02chore: Fix typos in 'compiler' (batch 2)Alexander Cyon-5/+5
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