rust/library/std/src
bors 883a241c08 Auto merge of #91101 - birkenfeld:io_error_docs, r=Mark-Simulacrum
Mention std::io::Error::from(ErrorKind) in Error::new() docs

This conversion is not very discoverable for the cases
where an error is required without extra payload.
2021-11-22 13:56:51 +00:00
..
backtrace
collections Fix collection entry API documentation. 2021-11-10 12:37:18 +02:00
env
error
f32 Implement IEEE 754-2019 minimun and maximum functions for f32/f64 2021-11-20 10:14:03 +01:00
f64
ffi
fs Rollup merge of #90942 - JohnTitor:should-os-error-3, r=m-ou-se 2021-11-19 13:06:35 +09:00
io Mention std::io::Error::from(ErrorKind) in Error::new() docs 2021-11-21 09:00:13 +01:00
lazy
net use matches!() macro in more places 2021-11-06 16:13:14 +01:00
num
os Rollup merge of #90835 - sunfishcode:sunfishcode/wasi-char-device, r=alexcrichton 2021-11-16 09:14:19 +09:00
panic
path add benchmarks and tests for Hash and Eq impls on Path 2021-11-09 20:54:00 +01:00
prelude
process
sync
sys Auto merge of #87704 - ChrisDenton:win-resolve-exe, r=yaahc 2021-11-20 18:23:11 +00:00
sys_common libcore: assume the input of next_code_point and next_code_point_reverse is UTF-8-like 2021-11-21 17:05:55 +01:00
thread Auto merge of #90774 - alexcrichton:tweak-const, r=m-ou-se 2021-11-18 23:54:14 +00:00
time
alloc.rs
ascii.rs
backtrace.rs
env.rs
error.rs
f32.rs
f64.rs
fs.rs Stabilize File::options() 2021-11-09 10:22:28 -08:00
keyword_docs.rs Simplify for loop desugar 2021-11-21 08:15:21 -06:00
lazy.rs
lib.rs Implement IEEE 754-2019 minimun and maximum functions for f32/f64 2021-11-20 10:14:03 +01:00
macros.rs
num.rs
panic.rs
panicking.rs
path.rs Prefix can be case-insensitive, delegate to its Hash impl instead of trying to hash the raw bytes 2021-11-11 21:44:12 +01:00
primitive_docs.rs Remove unnecessary doc links 2021-11-19 19:13:53 +03:00
process.rs Rollup merge of #88601 - ibraheemdev:termination-result-infallible, r=yaahc 2021-11-16 09:14:15 +09:00
rt.rs
time.rs