about summary refs log tree commit diff
path: root/compiler/rustc_session/src/config
AgeCommit message (Expand)AuthorLines
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