rust/library/core/src
Matthias Krüger 0982eab839
Rollup merge of #107736 - tgross35:atomic-as-ptr, r=m-ou-se
Rename atomic 'as_mut_ptr' to 'as_ptr' to match Cell (ref #66893)

Originally discussed in https://github.com/rust-lang/rust/issues/66893#issuecomment-1419198623

~~This uses #107706 as a base to avoid a merge conflict once that gets rolled up (so disregard const changes in the diff until it does)~~ all merged & rebased

`@rustbot` label +T-libs-api
r? m-ou-se
2023-02-22 20:05:57 +01:00
..
alloc Clarify new_size for realloc means bytes 2023-02-09 23:56:20 -08:00
array Auto merge of #107634 - scottmcm:array-drain, r=thomcc 2023-02-13 10:18:48 +00:00
async_iter
cell
char Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcm 2023-02-12 11:09:06 +00:00
convert
ffi Document that CStr::as_ptr returns a type alias 2023-02-16 14:22:08 +00:00
fmt
future
hash
intrinsics
iter Rollup merge of #104068 - yancyribbens:partial-cmp-doc-update, r=scottmcm 2023-02-17 00:19:33 +01:00
macros
mem
num Use named arguments for int_impl macro 2023-02-20 18:18:49 +00:00
ops Constify RangeBounds, RangeX::contains and RangeX::is_empty. 2023-02-15 15:50:54 +01:00
panic
prelude
ptr "Basic usage" is redundant for there is just one example 2023-02-14 01:43:41 +02:00
slice Rollup merge of #106933 - schuelermine:fix/doc/102451, r=Amanieu 2023-02-19 13:03:40 +05:30
str
sync Rename atomic 'as_mut_ptr' to 'as_ptr' to match Cell (ref #66893) 2023-02-10 20:46:14 -05:00
task
unicode
any.rs
arch.rs
ascii.rs
asserting.rs
bool.rs
borrow.rs
cell.rs
clone.rs
cmp.rs Constify RangeBounds, RangeX::contains and RangeX::is_empty. 2023-02-15 15:50:54 +01:00
default.rs
error.md
error.rs Remove a couple of #[doc(hidden)] pub fn and their #[feature] gates 2023-02-10 08:06:35 +01:00
hint.rs clarify correctness of black_box 2023-02-15 16:22:08 +00:00
internal_macros.rs
intrinsics.rs
lib.rs
marker.rs add a #[rustc_coinductive] attribute 2023-02-14 11:53:22 +01:00
option.rs
panic.rs
panicking.rs
pin.rs
primitive_docs.rs
primitive.rs
result.rs "Basic usage" is redundant for there is just one example 2023-02-16 19:49:31 +02:00
time.rs
tuple.rs
unit.rs