about summary refs log tree commit diff
path: root/compiler/rustc_session/src/config.rs
AgeCommit message (Expand)AuthorLines
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
2024-08-11Fix #128930: Print documentation of CLI options missing their argGeorge Bateman-1/+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