rust/library/core/src
Dylan DPC d5232c6b93
Rollup merge of #95579 - Cyborus04:slice_flatten, r=scottmcm
Add `<[[T; N]]>::flatten{_mut}`

Adds `flatten` to convert `&[[T; N]]` to `&[T]` (and `flatten_mut` for `&mut [[T; N]]` to `&mut [T]`)
2022-04-08 11:48:21 +02:00
..
alloc Rollup merge of #95354 - dtolnay:rustc_const_stable, r=lcnr 2022-04-02 03:34:21 +02:00
array trivial cfg(bootstrap) changes 2022-04-05 23:18:40 +02:00
async_iter Add Stream alias for AsyncIterator 2022-03-15 20:59:13 -07:00
char Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrum 2022-04-07 07:34:04 +00:00
convert Rollup merge of #92541 - asquared31415:from-docs, r=m-ou-se 2022-03-09 23:14:10 +01:00
ffi make memcmp return a value of c_int_width instead of i32 2022-04-02 17:21:08 -07:00
fmt Rollup merge of #95438 - m-ou-se:sync-unsafe-cell, r=joshtriplett 2022-04-04 20:41:32 +02:00
future Rollup merge of #91192 - r00ster91:futuredocs, r=GuillaumeGomez 2022-02-21 19:36:46 +01:00
hash Make the stdlib largely conform to strict provenance. 2022-03-29 20:18:21 -04:00
iter Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, r=Mark-Simulacrum 2022-03-10 23:12:57 +01:00
macros Rollup merge of #95646 - mgeisler:mention-std-env-var, r=Dylan-DPC 2022-04-07 06:04:52 +02:00
mem core: document that the align_of* functions return the alignment in bytes 2022-04-03 19:06:21 +01:00
num trivial cfg(bootstrap) changes 2022-04-05 23:18:40 +02:00
ops Rollup merge of #95663 - notriddle:notriddle/unsafe-fn-closure, r=compiler-errors 2022-04-05 22:58:59 +02:00
panic Revert "Mark Location::caller() as #[inline]" 2022-04-06 18:45:11 +02:00
prelude update cfg(bootstrap)s 2022-01-28 15:01:07 +01:00
ptr trivial cfg(bootstrap) changes 2022-04-05 23:18:40 +02:00
slice Rollup merge of #95579 - Cyborus04:slice_flatten, r=scottmcm 2022-04-08 11:48:21 +02:00
str Auto merge of #95760 - Dylan-DPC:rollup-uskzggh, r=Dylan-DPC 2022-04-07 09:50:11 +00:00
sync Rollup merge of #95354 - dtolnay:rustc_const_stable, r=lcnr 2022-04-02 03:34:21 +02:00
task Rollup merge of #89869 - kpreid:from-doc, r=yaahc 2022-02-17 06:29:57 +01:00
unicode Regenerate tables for Unicode 14.0.0 2021-10-06 17:49:33 -07:00
any.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
ascii.rs Inline <EscapeDefault as Iterator>::next 2022-03-10 15:35:22 +01:00
bool.rs trivial cfg(bootstrap) changes 2022-04-05 23:18:40 +02:00
borrow.rs Make Borrow and BorrowMut impls const 2021-12-04 21:57:39 +09:00
cell.rs Add tracking issue for sync_unsafe_cell. 2022-03-29 19:54:00 +02:00
clone.rs trivial cfg(bootstrap) changes 2022-04-05 23:18:40 +02:00
cmp.rs Edit docs on consistency of PartialOrd and PartialEq 2022-03-04 13:31:32 -06:00
default.rs Add #[must_use] to remaining core functions 2021-10-30 18:21:29 -04:00
hint.rs Add core::hint::must_use 2022-03-08 10:58:03 -08:00
internal_macros.rs Add a copy of cfg_if to core's internal_macros.rs 2022-03-01 16:24:10 -08:00
intrinsics.rs Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrum 2022-04-07 07:34:04 +00:00
lazy.rs Rollup merge of #89869 - kpreid:from-doc, r=yaahc 2022-02-17 06:29:57 +01:00
lib.rs trivial cfg(bootstrap) changes 2022-04-05 23:18:40 +02:00
marker.rs trivial cfg(bootstrap) changes 2022-04-05 23:18:40 +02:00
option.rs trivial cfg(bootstrap) changes 2022-04-05 23:18:40 +02:00
panic.rs resolve the conflict in compiler/rustc_session/src/parse.rs 2022-03-16 20:12:30 +08:00
panicking.rs trivial cfg(bootstrap) changes 2022-04-05 23:18:40 +02:00
pin.rs fix pin doc typo 2022-03-06 21:40:30 +08:00
primitive_docs.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
primitive.rs
result.rs trivial cfg(bootstrap) changes 2022-04-05 23:18:40 +02:00
time.rs Adjust feature names that disagree on const stabilization version 2022-03-31 12:34:48 -07:00
tuple.rs
unit.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00