rust/library/std/src
Dylan DPC 21d36e0daf
Rollup merge of #79213 - yoshuawuyts:stabilize-slice-fill, r=m-ou-se
Stabilize `core::slice::fill`

Tracking issue https://github.com/rust-lang/rust/issues/70758

Stabilizes the `core::slice::fill` API in Rust 1.50, adding a `memset` doc alias so people coming from C/C++ looking for this operation can find it in the docs. This API hasn't seen any changes since we changed the signature in https://github.com/rust-lang/rust/pull/71165/, and it seems like the right time to propose stabilization. Thanks!

r? `@m-ou-se`
2020-12-25 03:39:31 +01:00
..
backtrace Add column number support to Backtrace 2020-11-15 13:09:56 +01:00
collections Rollup merge of #78083 - ChaiTRex:master, r=m-ou-se 2020-12-19 15:15:57 +09:00
env
error
f32
f64
ffi Auto merge of #78833 - CDirkx:parse_prefix, r=dtolnay 2020-12-16 00:47:50 +00:00
fs std: Fix test got_symlink_permission on Windows 2020-11-16 21:09:26 +03:00
io Auto merge of #77801 - fusion-engineering-forks:pin-mutex, r=Mark-Simulacrum 2020-12-10 23:43:20 +00:00
lazy
memchr
net Auto merge of #79342 - CDirkx:ipaddr-const, r=oli-obk 2020-12-19 13:13:41 +00:00
num rustc_expand: Mark inner #![test] attributes as soft-unstable 2020-11-20 19:35:03 +03:00
os
panic
path Refactor parse_prefix on Windows 2020-11-07 16:15:48 +01:00
prelude Edit formatting in Rust Prelude docs 2020-12-17 21:22:58 -08:00
process
sync Fix documentation typo 2020-12-22 12:19:46 +01:00
sys Update library/std/src/sys/windows/thread_parker.rs 2020-12-22 12:33:11 +01:00
sys_common Migrate standard library away from compare_and_swap 2020-12-22 12:19:46 +01:00
thread Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
time Duration::zero() -> Duration::ZERO 2020-10-21 20:44:03 -07:00
alloc.rs Add missing punctuation to std::alloc docs 2020-12-17 21:49:32 -08:00
ascii.rs
backtrace.rs Add column number support to Backtrace 2020-11-15 13:09:56 +01:00
env.rs
error.rs
f32.rs Auto merge of #79473 - m-ou-se:clamp-in-core, r=m-ou-se 2020-12-19 21:57:38 +00:00
f64.rs Auto merge of #79473 - m-ou-se:clamp-in-core, r=m-ou-se 2020-12-19 21:57:38 +00:00
fs.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
future.rs
keyword_docs.rs Rollup merge of #79211 - yoshuawuyts:future-doc-alias, r=Mark-Simulacrum 2020-12-19 15:16:01 +09:00
lazy.rs Add (internal-only) SyncOnceCell::get_or_init_pin. 2020-12-08 22:57:50 +01:00
lib.rs Stabilize core::slice::fill 2020-12-22 00:16:04 +01:00
macros.rs Use ? in core/std macros 2020-10-26 07:15:37 +09:00
memchr.rs
num.rs
panic.rs Add tracking issue number for panic_any. 2020-10-28 21:23:45 +01:00
panicking.rs Merge set_panic and set_print into set_output_capture. 2020-11-10 21:58:13 +01:00
path.rs Clean up intra-doc links in std::path 2020-10-27 20:54:30 -07:00
primitive_docs.rs Rollup merge of #80159 - jyn514:array, r=m-ou-se 2020-12-21 02:47:33 +01:00
process.rs Auto merge of #78439 - lzutao:rm-clouldabi, r=Mark-Simulacrum 2020-11-23 19:01:19 +00:00
rt.rs
time.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00