about summary refs log tree commit diff
path: root/compiler/rustc_session/src/config
AgeCommit message (Expand)AuthorLines
2025-01-06Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubileeJacob Pratt-0/+5
2025-01-06Add support for wasm exception handling to Emscripten targetHood Chatham-0/+5
2025-01-02Make the `test` cfg a "userspace" check-cfgUrgau-2/+5
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-1/+1
2024-12-11generalize 'forbidden feature' concept so that even (un)stable feature can be...Ralf Jung-1/+1
2024-11-18Overhaul the `-l` option parser (for linking to native libs)Zalathar-116/+218
2024-11-18Move `-l` option parsing into its own submoduleZalathar-0/+140
2024-11-05Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubileebors-2/+3
2024-11-04mark some target features as 'forbidden' so they cannot be (un)setRalf Jung-2/+3
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-2/+2
2024-10-27compiler: Add rustc_abi dependence to the compilerJubilee Young-1/+1
2024-10-02Adjust check-cfg get_many_mut usage following API changeUrgau-12/+12
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-4/+4
2024-08-28fmt-debug optionKornel-1/+18
2024-08-07Disallow setting built-in cfgs via set the command-lineUrgau-0/+65
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+4
2024-05-05Add `rustfmt` cfg to well known cfgs listUrgau-3/+5
2024-05-02Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`Martin Nordholts-1/+1
2024-04-15Move --check-cfg documentation to stable booksUrgau-1/+1
2024-04-06Put checks that detect UB under their own flag below debug_assertionsBen Kimock-0/+6
2024-04-05Move cfg and check-cfg configuration in it's own module and add docsUrgau-0/+373
2024-01-12update paths in commentsjoboet-2/+2
2022-10-20Change process spawning to inherit the parent's signal mask by defaultRain-5/+8
2022-08-31unix_sigpipe: Inline compiler sigpipe constants in stdMartin Nordholts-0/+2
2022-08-28Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`Martin Nordholts-0/+20