.. |
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
|
|
|
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
|
fixup! docs: Improve AsRef / AsMut docs on blanket impls
|
2022-07-19 23:53:40 +02:00 |
ffi
|
Stabilize core::ffi::CStr , alloc::ffi::CString , and friends
|
2022-07-15 03:10:35 -07:00 |
fmt
|
update cfg(bootstrap)s
|
2022-07-01 15:48:23 +02:00 |
future
|
Stabilize future_poll_fn
|
2022-07-16 10:04:14 +09: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
|
Rollup merge of #98839 - 5225225:assert_transmute_copy_size, r=thomcc
|
2022-07-18 21:14:42 +05:30 |
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
|
|
|
ptr
|
Auto merge of #98866 - nagisa:nagisa/align-offset-wroom, r=Mark-Simulacrum
|
2022-07-16 23:28:28 +00:00 |
slice
|
Auto merge of #99223 - saethlin:panicless-split-mut, r=Mark-Simulacrum
|
2022-07-18 10:16:58 +00: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 #98383 - m-ou-se:remove-memory-order-restrictions, r=joshtriplett
|
2022-07-18 08:39:57 +09:00 |
task
|
|
|
unicode
|
revert changes to unicode stability
|
2022-07-08 21:18:15 +00:00 |
any.rs
|
|
|
ascii.rs
|
|
|
asserting.rs
|
|
|
bool.rs
|
|
|
borrow.rs
|
|
|
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
|
|
|
hint.rs
|
|
|
internal_macros.rs
|
|
|
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
|
|
|
option.rs
|
Fix links in std/core documentation
|
2022-07-05 21:33:39 +02:00 |
panic.rs
|
|
|
panicking.rs
|
|
|
pin.rs
|
|
|
primitive_docs.rs
|
update cfg(bootstrap)s
|
2022-07-01 15:48:23 +02:00 |
primitive.rs
|
|
|
result.rs
|
Fix links in std/core documentation
|
2022-07-05 21:33:39 +02:00 |
time.rs
|
|
|
tuple.rs
|
update cfg(bootstrap)s
|
2022-07-01 15:48:23 +02:00 |
unit.rs
|
|
|