rust/library/core/src
Kevin Reid 57eacbba40 Expand ptr::fn_addr_eq() documentation.
* Describe more clearly what is (not) guaranteed, and de-emphasize the
  implementation details.
* Explain what you *can* reliably use it for.
2024-10-09 10:26:11 -07:00
..
alloc Rollup merge of #123932 - adamse:global-alloc-safety-preconds-positive, r=tgross35 2024-09-29 20:17:35 +02:00
array Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
ascii Use assert_unsafe_precondition! in AsciiChar::digit_unchecked 2024-08-21 16:26:35 -04:00
async_iter Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
cell stabilize const_cell_into_inner 2024-09-28 11:29:02 +02:00
char Rollup merge of #130773 - bjoernager:master, r=thomcc 2024-10-01 21:09:19 +02:00
clone CloneToUninit: use a private specialization trait 2024-07-29 20:44:43 +03:00
cmp Use generic NonZero everywhere in core. 2024-02-22 15:17:33 +01:00
convert Fix doc nits 2024-07-26 13:26:33 +01:00
ffi Use &raw in the standard library 2024-09-25 17:03:20 -07:00
fmt Remove the need to provide the maximum number of digits to impl_Display macro 2024-10-01 12:01:55 +02:00
future Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
hash Reformat use declarations. 2024-07-29 08:26:52 +10:00
intrinsics grammar fix 2024-10-06 20:37:10 +03:00
io Fix doc nits 2024-07-26 13:26:33 +01:00
iter Use &raw in the standard library 2024-09-25 17:03:20 -07:00
macros [cfg_match] Generalize inputs 2024-09-13 15:00:33 -03:00
mem Rollup merge of #130279 - theemathas:manually-drop-docs, r=thomcc,traviscross 2024-09-27 00:43:30 +02:00
net Rollup merge of #128641 - Konippi:standardize-duplicate-processes-in-parser, r=scottmcm 2024-09-01 03:58:03 +02:00
num move f16/f128 const fn under f16/f128 feature gate 2024-10-05 10:13:18 +02:00
ops Stabilize the map/value methods on ControlFlow 2024-09-25 19:00:17 -07:00
panic Rename doctest attribute standalone-crate into standalone_crate for coherency 2024-09-29 13:01:41 +02:00
prelude Avoid comments that describe multiple use items. 2024-07-17 08:02:46 +10:00
ptr Expand ptr::fn_addr_eq() documentation. 2024-10-09 10:26:11 -07:00
range Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
slice Stabilize const_slice_split_at_mut and const_slice_first_last_chunk 2024-10-05 09:52:13 +02:00
str library: Stabilize const_str_as_mut 2024-10-02 14:09:19 -07:00
sync Rollup merge of #130972 - RalfJung:const_cell_into_inner, r=dtolnay 2024-09-29 20:17:36 +02:00
task Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
unicode Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead 2024-09-12 19:03:41 +02:00
any.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
arch.rs add a bootstrap variant of naked_asm 2024-09-26 09:54:00 +02:00
ascii.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
asserting.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
bool.rs [Clippy] Swap filter_map_bool_then to use diagnostic item instead of path 2024-09-19 13:13:42 +01:00
borrow.rs Suggest borrowing on fn argument that is impl AsRef 2024-05-09 23:25:31 +00:00
cell.rs make Cell unstably const 2024-10-05 11:13:27 +02:00
clone.rs update cfgs 2024-09-05 17:24:01 +01:00
cmp.rs Remove duplicate section 2024-09-29 09:32:03 +02:00
default.rs update cfgs 2024-09-05 17:24:01 +01:00
error.md Mention core's PanicInfo in error.md. 2024-06-11 15:47:00 +02:00
error.rs Remove cfg(test) from library/core 2024-08-25 20:04:26 -04:00
escape.rs Remove feature(effects) from the standard library 2024-06-21 09:23:24 +00:00
hint.rs add extra linebreaks so rustdoc can identify the first sentence 2024-09-01 14:22:50 -07:00
internal_macros.rs Fix doc nits 2024-07-26 13:26:33 +01:00
intrinsics.rs Rollup merge of #130229 - RalfJung:ptr-offset-unsigned, r=scottmcm 2024-10-01 21:09:19 +02:00
lib.miri.rs add 'x.py miri', and make it work for 'library/{core,alloc,std}' 2024-04-03 20:27:20 +02:00
lib.rs Rollup merge of #131256 - RalfJung:f16-f128-const, r=ibraheemdev 2024-10-05 13:15:58 +02:00
marker.rs Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68 2024-09-07 20:37:30 +00:00
option.rs Auto merge of #130829 - Urgau:option_array_transpose, r=ibraheemdev 2024-10-02 04:31:15 +00:00
panic.rs simplify abort_unwind 2024-09-15 14:27:24 -04:00
panicking.rs Auto merge of #129491 - StackOverflowExcept1on:master, r=m-ou-se 2024-09-18 11:57:31 +00:00
pat.rs Add tracking issue to core-pattern-type 2024-08-07 20:43:05 -04:00
pin.rs update cfgs 2024-09-05 17:24:01 +01:00
primitive_docs.rs Fix typo in primitive_docs.rs 2024-10-05 22:01:02 -07:00
primitive.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
random.rs random: add tracking issue, address other comments 2024-09-23 10:36:16 +02:00
range.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
result.rs make unstable Result::flatten a const fn 2024-09-22 08:40:25 +02:00
time.rs add FIXME(const-hack) 2024-09-08 23:08:40 +02:00
tuple.rs update cfgs 2024-09-05 17:24:01 +01:00
ub_checks.rs Change assert_unsafe_precondition docs to refer to check_language_ub 2024-08-21 17:35:54 -04:00
unit.rs Import the 2021 prelude in the core crate 2024-03-25 13:12:06 -07:00