rust/library/std/src
2022-01-25 12:44:40 -05:00
..
backtrace Add Frames iterator for Backtrace 2021-01-23 11:56:33 -06:00
collections Disable test_try_reserve on Android 2022-01-22 13:51:57 +00:00
env std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
error silence tidy errors 2022-01-07 13:59:27 -08:00
f32 Implement IEEE 754-2019 minimun and maximum functions for f32/f64 2021-11-20 10:14:03 +01:00
f64 Remove fNN::lerp - consensus unlikely 2021-10-25 22:44:41 -05:00
ffi Correct docs in Arc and Rc. 2022-01-20 04:54:03 -05:00
fs Fix CVE-2022-21658 for UNIX-like 2022-01-19 15:59:22 +01:00
io delete Stdin::split forwarder 2022-01-20 15:37:44 -06:00
lazy Upgrade wasm32 image to Ubuntu 20.04 2021-02-06 13:05:56 +01:00
net fix stability attribute for tcp::IntoIncoming 2022-01-13 16:04:02 -05:00
num rustc_expand: Mark inner #![test] attributes as soft-unstable 2020-11-20 19:35:03 +03:00
os Rollup merge of #88794 - sunfishcode:sunfishcode/try-clone, r=joshtriplett 2022-01-25 05:51:09 +01:00
panic review: fix nits and move panic safety tests to the correct place 2020-09-25 23:10:24 +02:00
path add benchmarks and tests for Hash and Eq impls on Path 2021-11-09 20:54:00 +01:00
prelude Remove deprecated LLVM-style inline assembly 2022-01-12 18:51:31 +01:00
process Rollup merge of #92208 - ChrisDenton:win-bat-cmd, r=dtolnay 2021-12-23 00:28:56 +01:00
sync Make Receiver::into_iter into a clickable link 2022-01-03 20:17:57 +03:00
sys make Windows abort_internal Miri-compatible 2022-01-25 12:44:40 -05:00
sys_common Help optimize out backtraces when disabled 2022-01-17 02:21:24 +00:00
thread Rollup merge of #92555 - m-ou-se:scoped-threads, r=Amanieu 2022-01-23 20:13:02 +01:00
time Add #[must_use] to remaining std functions (O-Z) 2021-10-30 23:37:32 -04:00
alloc.rs Rename rterr to rtprintpanic 2021-05-19 15:52:09 +02:00
ascii.rs Convert many files to intra-doc links 2020-09-02 17:37:40 -04:00
backtrace.rs Change Backtrace::enabled atomic from SeqCst to Relaxed 2021-12-20 12:34:10 -08:00
env.rs Rollup merge of #89999 - talagrand:GetTempPath2, r=m-ou-se 2021-12-09 05:08:31 +01:00
error.rs Rollup merge of #91938 - yaahc:error-reporter, r=m-ou-se 2022-01-13 08:11:18 +01:00
f32.rs Remove fNN::lerp - consensus unlikely 2021-10-25 22:44:41 -05:00
f64.rs Remove fNN::lerp - consensus unlikely 2021-10-25 22:44:41 -05:00
fs.rs Rollup merge of #93112 - pietroalbini:pa-cve-2022-21658-nightly, r=pietroalbini 2022-01-20 17:10:43 +01:00
keyword_docs.rs eplace usages of vec![].into_iter with [].into_iter 2022-01-09 14:09:25 +11:00
lazy.rs Add #[must_use] to core and std constructors 2021-10-10 02:44:26 -04:00
lib.rs Rollup merge of #92828 - Amanieu:unwind-abort, r=dtolnay 2022-01-22 15:32:49 +01:00
macros.rs Add diagnostic items for macros 2022-01-06 14:59:33 +00:00
num.rs Add Saturating type (based on Wrapping type) 2021-08-10 19:27:01 +02:00
panic.rs Implement panic::update_hook 2022-01-07 17:28:20 +01:00
panicking.rs Rollup merge of #92828 - Amanieu:unwind-abort, r=dtolnay 2022-01-22 15:32:49 +01:00
path.rs Rollup merge of #92513 - Xuanwo:path-buf, r=dtolnay 2022-01-24 12:29:50 +01:00
primitive_docs.rs Update docs. 2021-12-04 19:40:33 +01:00
process.rs Update stdlib to the 2021 edition 2021-12-18 00:21:53 +11:00
rt.rs Rollup merge of #89068 - bjorn3:restructure_rt2, r=joshtriplett 2021-10-31 13:20:04 +01:00
time.rs Fix doc formatting for time.rs 2022-01-10 14:22:45 +03:00