rust/library/core/src
bors a19161043a Auto merge of #118321 - WaffleLapkin:unspace-fn-pointer-fake-variadic, r=notriddle
rustdoc: Remove space from fake-variadic fn ptr impls

before: `for fn (T₁, T₂, …, Tₙ) -> Ret`
after: `for fn(T₁, T₂, …, Tₙ) -> Ret`

I don't think we usually have spaces there, so it looks weird.

cc `@notriddle` since you added the space in https://github.com/rust-lang/rust/pull/98180 (or rather, added the feature with a space included).
2023-11-27 06:16:15 +00:00
..
alloc Indicate that multiplication in Layout::array cannot overflow 2023-11-23 22:05:45 -05:00
array Rollup merge of #117549 - DaniPopes:more-copied, r=b-naber 2023-11-17 23:04:22 +01: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 Add some optimizations 2023-10-13 14:54:33 +02:00
char Substitute version placeholders 2023-11-15 19:40:51 -05:00
cmp Merge two different equality specialization traits in core 2023-03-01 14:42:06 -08:00
convert Draft fleshed-out deref docs 2023-11-04 17:47:25 +00:00
ffi Remove asmjs from library 2023-10-28 23:10:45 -07:00
fmt round to even 2023-11-11 17:22:07 -05:00
future s/Generator/Coroutine/ 2023-10-20 21:10:38 +00:00
hash Add insta-stable std:#️⃣:{DefaultHasher, RandomState} exports 2023-11-02 20:35:20 -04:00
intrinsics Show number in error message even for one error 2023-11-24 19:15:52 +01:00
io Move BorrowedBuf and BorrowedCursor from std:io to core::io 2023-11-09 07:10:11 +09:00
iter Auto merge of #117525 - GKFX:remove_option_payload_ptr, r=petrochenkov 2023-11-18 12:45:42 +00:00
macros Add diagnostic items for a few of core's builtin macros 2023-11-04 17:00:51 -07:00
mem only free lifetimes may get erased 2023-11-17 11:03:52 +00:00
net Substitute version placeholders 2023-11-15 19:40:51 -05:00
num Improve some comments for non-zero ops 2023-11-26 11:47:08 +00:00
ops Convert many assert_unsafe_precondition to debug_assert_nounwind 2023-11-25 23:58:51 +00:00
panic Increase the reach of panic_immediate_abort 2023-10-29 09:31:07 -04:00
prelude Revert "Remove #[alloc_error_handler] from the compiler and library" 2023-04-25 00:08:35 +02:00
ptr Add is_aligned{,_to} convenience methods to NonNull 2023-11-26 16:01:31 +00:00
slice Convert many assert_unsafe_precondition to debug_assert_nounwind 2023-11-25 23:58:51 +00:00
str Convert many assert_unsafe_precondition to debug_assert_nounwind 2023-11-25 23:58:51 +00:00
sync Substitute version placeholders 2023-11-15 19:40:51 -05:00
task Override Waker::clone_from to avoid cloning Wakers unnecessarily 2023-07-27 16:29:13 +01:00
unicode Apply changes to fix python linting errors 2023-06-16 20:56:01 -04:00
any.rs Document behavior of <dyn Any as Any>::type_id() 2023-11-17 19:54:37 -05:00
arch.rs use visibility to check unused imports and delete some stmts 2023-10-22 21:27:46 +08: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 remove unnecessary drop 2023-11-16 00:01:57 +08:00
clone.rs Explain more clearly why fn() -> T can't be #[derive(Clone)] 2023-07-30 18:04:38 +02:00
cmp.rs fixes: typo in std::cmp::Ord trait docs 2023-11-01 23:23:34 -04:00
default.rs Add more diagnostic items for clippy 2023-10-05 18:21:47 -04:00
error.md Fix minor grammar typo 2023-09-06 09:47:22 -07:00
error.rs Documentation cleanup for core::error::Request. 2023-11-06 11:38:27 +01:00
escape.rs Re-format code with new rustfmt 2023-11-15 21:45:48 -05:00
hint.rs Address review feedback 2023-11-25 23:58:51 +00:00
internal_macros.rs rm const traits in libcore 2023-04-16 06:49:27 +00:00
intrinsics.rs Remove option_payload_ptr; redundant to offset_of 2023-11-16 22:56:25 +00:00
lib.rs Add offset-ish convenience methods to NonNull 2023-11-26 16:01:30 +00:00
marker.rs Auto merge of #116930 - RalfJung:raw-ptr-match, r=davidtwco 2023-11-08 20:42:32 +00:00
option.rs Auto merge of #117525 - GKFX:remove_option_payload_ptr, r=petrochenkov 2023-11-18 12:45:42 +00:00
panic.rs Address review feedback 2023-11-25 23:58:51 +00:00
panicking.rs Address review feedback 2023-11-25 23:58:51 +00:00
pin.rs Bump cfg(bootstrap)s 2023-11-15 19:41:28 -05:00
primitive.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
primitive_docs.rs rustdoc: Remove space from fake-variadic fn ptr impls 2023-11-26 15:01:42 +00:00
result.rs Stabilize result_option_inspect 2023-10-18 07:35:23 +08:00
time.rs Add Duration::abs_diff 2023-11-05 19:45:17 +01: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