rust/library/std/src
Tomasz Miąsko b118569268 Use custom implementation of read_buf in Read for &'a FileDesc
This allows to skip an unnecessary buffer initialization.
2023-02-19 13:06:38 +01:00
..
backtrace
collections Fix typo in HashMap::with_capacity 2023-02-05 10:13:30 -08:00
env
error
f32
f64
ffi
fs Replace libc::{type} with crate::ffi::{type} 2023-01-28 11:24:13 +05:30
io std: add tracking issue for RawOsError 2023-02-08 12:35:27 +01:00
net Replace unwrap with ? in TcpListener doc 2023-01-31 21:04:49 +00:00
num
os Rollup merge of #107317 - ids1024:asfd-rc, r=dtolnay 2023-02-08 20:01:24 -08:00
panic
path
personality Replace libc::{type} with crate::ffi::{type} 2023-01-28 11:24:13 +05:30
prelude
process
sync Auto merge of #107329 - joboet:optimize_lazylock, r=m-ou-se 2023-02-18 09:29:21 +00:00
sys Use custom implementation of read_buf in Read for &'a FileDesc 2023-02-19 13:06:38 +01:00
sys_common Auto merge of #107329 - joboet:optimize_lazylock, r=m-ou-se 2023-02-18 09:29:21 +00:00
thread Rollup merge of #104659 - tshepang:reflow, r=workingjubilee 2023-02-19 13:03:39 +05:30
time
alloc.rs
ascii.rs
backtrace.rs
env.rs
error.rs
f32.rs Clarify wording on f64::round() and f32::round() 2023-02-05 19:44:21 -08:00
f64.rs Clarify wording on f64::round() and f32::round() 2023-02-05 19:44:21 -08:00
fs.rs Suggest simpler fs helper methods in File::{open,create} 2023-02-15 18:58:38 +00:00
keyword_docs.rs
lib.rs Remove a couple of #[doc(hidden)] pub fn and their #[feature] gates 2023-02-10 08:06:35 +01:00
macros.rs
num.rs
panic.rs
panicking.rs Remove various double spaces in source comments. 2023-01-14 17:22:04 +01:00
path.rs Auto merge of #107297 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini 2023-01-31 19:24:29 +00:00
personality.rs
primitive_docs.rs
process.rs
rt.rs
time.rs docs: remove colon from time header 2023-01-28 16:07:34 -07:00