1
Fork 0
rust/compiler/rustc_monomorphize/src
Martin Nordholts ddee45e1d7 Support #[unix_sigpipe = "inherit|sig_dfl|sig_ign"] on fn main()
This makes it possible to instruct libstd to never touch the signal
handler for `SIGPIPE`, which makes programs pipeable by default (e.g.
with `./your-program | head -n 1`) without `ErrorKind::BrokenPipe`
errors.
2022-08-28 19:46:45 +02:00
..
partitioning Rollup merge of #98868 - tmiasko:unreachable-coverage, r=wesleywiser 2022-07-22 11:53:40 +05:30
collector.rs Support #[unix_sigpipe = "inherit|sig_dfl|sig_ign"] on fn main() 2022-08-28 19:46:45 +02:00
lib.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
polymorphize.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
util.rs Use LocalDefId for closures more 2022-07-30 15:59:17 -05:00