rust/library/core/src
Matthias Krüger 0a66c87bd4
Rollup merge of #115494 - RalfJung:primitive_docs, r=Mark-Simulacrum
get rid of duplicate primitive_docs

Having this duplicate makes editing that file very annoying. And at least locally the generated docs still look perfectly fine...
2023-09-18 18:27:19 +02:00
..
alloc Rollup merge of #107916 - reez12g:issue-107040, r=Amanieu 2023-05-30 12:57:38 +02:00
array Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
ascii fix Debug impl for AsciiChar 2023-09-01 12:29:40 +01:00
async_iter use consistent terminology 2022-10-29 09:23:12 +02:00
cell Rollup merge of #109318 - joboet:better_fmt_placeholder, r=dtolnay 2023-07-31 22:51:12 +02:00
char Auto merge of #114299 - clarfonthey:char-min, r=dtolnay,BurntSushi 2023-09-08 00:02:48 +00:00
cmp Merge two different equality specialization traits in core 2023-03-01 14:42:06 -08:00
convert use the correct link 2023-08-25 15:45:41 +08:00
ffi Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 2023-09-16 03:40:20 +00:00
fmt Specialize fmt::Write::write_fmt for Sized types 2023-09-17 23:14:53 +02:00
future Rollup merge of #109970 - danielhenrymantilla:add-poll-fn-pin-clarifications, r=thomcc 2023-06-19 19:26:25 +02:00
hash clarify that unsafe code must not rely on our safe traits 2023-09-06 16:12:39 +02:00
intrinsics Support bootstrap. 2023-09-01 16:18:50 +00:00
iter Auto merge of #113748 - clarfonthey:ip-step, r=dtolnay 2023-09-17 06:27:09 +00:00
macros Update doc for alloc::format! and core::concat! 2023-09-06 15:11:21 +02:00
mem Auto merge of #115520 - Finomnis:const_transmute_copy, r=dtolnay 2023-09-16 01:51:55 +00:00
net Remove special cases that are no longer needed due to #112606 2023-08-25 03:54:28 +02:00
num Rollup merge of #115477 - kellerkindt:stabilized_int_impl, r=dtolnay 2023-09-17 11:23:24 +00:00
ops clarify that unsafe code must not rely on our safe traits 2023-09-06 16:12:39 +02:00
panic avoid triple-backtrace due to panic-during-cleanup 2023-08-27 20:02:46 +02:00
prelude Revert "Remove #[alloc_error_handler] from the compiler and library" 2023-04-25 00:08:35 +02:00
ptr Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 2023-09-16 03:40:20 +00:00
slice Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 2023-09-16 03:40:20 +00:00
str Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 2023-09-16 03:40:20 +00:00
sync Add #[rustc_never_returns_null_ptr] to std functions 2023-08-06 00:20:28 +02:00
task Auto merge of #96875 - SabrinaJewson:noop-waker, r=m-ou-se 2023-06-07 06:04:32 +00:00
unicode Apply changes to fix python linting errors 2023-06-16 20:56:01 -04:00
any.rs core/any: remove Provider trait 2023-08-13 13:07:53 -06:00
arch.rs move core::arch into separate file 2022-11-20 10:28:14 +01:00
ascii.rs ascii::Char-ify the escaping code 2023-05-12 19:37:02 -07:00
asserting.rs [RFC 2011] Library code 2022-05-22 07:18:32 -03:00
bool.rs core is now compilable 2023-04-16 07:20:26 +00:00
borrow.rs doc: replace wrong punctuation mark 2023-07-28 14:46:17 +02:00
cell.rs Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 2023-09-16 03:40:20 +00:00
clone.rs Explain more clearly why fn() -> T can't be #[derive(Clone)] 2023-07-30 18:04:38 +02:00
cmp.rs Rollup merge of #109409 - WaffleLapkin:progamer, r=dtolnay 2023-09-18 18:27:18 +02:00
default.rs Remove default_free_fn feature 2023-07-08 12:10:12 +09:00
error.md Fix minor grammar typo 2023-09-06 09:47:22 -07:00
error.rs add missing feature(error_in_core) 2023-08-15 08:21:41 +02:00
escape.rs Rename copying ascii::Char methods from as_ to to_ 2023-08-08 16:03:47 -07:00
hint.rs Simplify core::hint::spin_loop 2023-09-04 19:53:40 +00:00
internal_macros.rs rm const traits in libcore 2023-04-16 06:49:27 +00:00
intrinsics.rs Rollup merge of #114794 - RalfJung:swap-safety, r=m-ou-se 2023-09-05 20:15:01 +02:00
lib.rs Auto merge of #115520 - Finomnis:const_transmute_copy, r=dtolnay 2023-09-16 01:51:55 +00:00
marker.rs Revert "Suggest using Arc on !Send/!Sync types" 2023-08-28 03:16:48 -07:00
option.rs Add alignment to the NPO guarantee 2023-08-15 02:37:34 -07:00
panic.rs Shorten lifetime of even more panic temporaries 2023-05-15 03:47:37 -07:00
panicking.rs avoid triple-backtrace due to panic-during-cleanup 2023-08-27 20:02:46 +02:00
pin.rs Document Pin memory layout 2023-05-18 01:30:12 -04:00
primitive.rs
primitive_docs.rs get rid of duplicate primitive_docs 2023-09-18 08:17:36 +02:00
result.rs Rollup merge of #112655 - WaffleLapkin:must_use_map_or, r=workingjubilee 2023-07-30 14:25:08 +02:00
time.rs Fix implementation of Duration::checked_div 2023-07-30 04:00:02 -04:00
tuple.rs get rid of duplicate primitive_docs 2023-09-18 08:17:36 +02:00
unit.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00