rust/compiler/rustc_monomorphize/src
bors 4c62024cd5 Auto merge of #130803 - cuviper:file-buffered, r=joshtriplett
Add `File` constructors that return files wrapped with a buffer

In addition to the light convenience, these are intended to raise visibility that buffering is something you should consider when opening a file, since unbuffered I/O is a common performance footgun to Rust newcomers.

ACP: https://github.com/rust-lang/libs-team/issues/446
Tracking Issue: #130804
2024-09-25 04:57:12 +00:00
..
collector Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
collector.rs Rollup merge of #130764 - compiler-errors:inherent, r=estebank 2024-09-24 19:47:50 -04:00
errors.rs Add warn(unreachable_pub) to rustc_monomorphize. 2024-08-29 20:13:06 +10:00
lib.rs Dogfood feature(file_buffered) 2024-09-24 14:25:16 -07:00
partitioning.rs Dogfood feature(file_buffered) 2024-09-24 14:25:16 -07:00
polymorphize.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
util.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00