rust/library/core/src
Aaron Hill ef8e322b14
Mark stabilized intrinsics with rustc_allowed_through_unstable_modules
Fixes #99286

PR #95956 accidentally made these intrinsics unstable when
accessed through the unstable path segment 'std::intrinsics'
2022-07-15 11:18:40 -05:00
..
alloc Remove duplication of layout size check 2022-07-11 17:58:42 -04:00
array Add Iterator::next_chunk 2022-06-21 08:57:02 +02:00
async_iter Add Stream alias for AsyncIterator 2022-03-15 20:59:13 -07:00
cell Move/rename lazy::{OnceCell, Lazy} to cell::{OnceCell, LazyCell} 2022-06-16 19:53:59 +04:00
char Fix links in std/core documentation 2022-07-05 21:33:39 +02:00
convert Warn on unused doc(hidden) on trait impl items 2022-05-08 22:53:14 +02:00
ffi Rollup merge of #98315 - joshtriplett:stabilize-core-ffi-c, r=Mark-Simulacrum 2022-07-14 14:14:20 +05:30
fmt update cfg(bootstrap)s 2022-07-01 15:48:23 +02:00
future Stabilize into_future 2022-06-30 17:22:41 +02:00
hash Fix links in std/core documentation 2022-07-05 21:33:39 +02:00
iter clarify that ExactSizeIterator::len returns the remaining length 2022-06-30 19:45:36 +02:00
macros add rt flag to allowed internal unstable for RustcEncodable/Decodable 2022-07-08 21:18:15 +00:00
mem Take advantage of known-valid-align in layout.rs 2022-07-10 20:34:39 -04:00
num Clarify that [iu]size bounds were only defined for the target arch 2022-07-11 15:08:38 +08:00
ops Add a link to the unstable book page on Generator doc comment 2022-06-20 23:19:50 +09:00
panic Update integer_atomics tracking issue 2022-07-08 17:52:04 -04:00
prelude Create 2024 edition 2022-04-02 02:45:49 -04:00
ptr Partially stabilize const_slice_from_raw_parts 2022-07-09 23:20:02 +02:00
slice Partially stabilize const_slice_from_raw_parts 2022-07-09 23:20:02 +02:00
str Auto merge of #97367 - WaffleLapkin:stabilize_checked_slice_to_str_conv, r=dtolnay 2022-06-19 05:51:42 +00:00
sync Rollup merge of #99094 - AldaronLau:atomic-ptr-extra-space, r=Dylan-DPC 2022-07-11 00:33:48 +02:00
task Rollup merge of #93966 - rkuhn:patch-1, r=tmandry 2022-05-25 07:08:41 +09:00
unicode revert changes to unicode stability 2022-07-08 21:18:15 +00:00
any.rs Fix typos in Provider API docs 2022-06-10 20:58:27 -07:00
ascii.rs Inline <EscapeDefault as Iterator>::next 2022-03-10 15:35:22 +01:00
asserting.rs [RFC 2011] Library code 2022-05-22 07:18:32 -03:00
bool.rs Stabilize bool::then_some 2022-05-04 13:22:08 +02:00
borrow.rs Make Borrow and BorrowMut impls const 2021-12-04 21:57:39 +09:00
cell.rs UnsafeCell now has no niches, ever. 2022-07-07 10:46:22 +00:00
clone.rs update cfg(bootstrap)s 2022-07-01 15:48:23 +02:00
cmp.rs update cfg(bootstrap)s 2022-07-01 15:48:23 +02:00
default.rs Add documentation 2022-04-07 20:03:24 -04:00
hint.rs Clarify unreachable_unchecked docs 2022-05-06 09:34:41 +02:00
internal_macros.rs ignore a doctest for the non-exported macro 2022-05-03 18:33:56 +09:00
intrinsics.rs Mark stabilized intrinsics with rustc_allowed_through_unstable_modules 2022-07-15 11:18:40 -05:00
lazy.rs Move/rename lazy::{OnceCell, Lazy} to cell::{OnceCell, LazyCell} 2022-06-16 19:53:59 +04:00
lib.rs Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddyb 2022-07-13 19:32:34 +05:30
marker.rs docs: show Clone and Copy on () doc pages 2022-06-07 12:12:49 -07:00
option.rs Fix links in std/core documentation 2022-07-05 21:33:39 +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 the generator example for pin!() 2022-05-05 09:58:13 +10:00
primitive.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
primitive_docs.rs update cfg(bootstrap)s 2022-07-01 15:48:23 +02:00
result.rs Fix links in std/core documentation 2022-07-05 21:33:39 +02:00
time.rs Rollup merge of #96051 - newpavlov:duration_rounding, r=nagisa,joshtriplett 2022-05-26 20:15:07 -07:00
tuple.rs update cfg(bootstrap)s 2022-07-01 15:48:23 +02:00
unit.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00