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