rust/library/core/src
Dylan DPC 3716c4275f
Rollup merge of #95276 - FoseFx:clippy_trim_split_whitespace, r=flip1995
add diagnostic items for clippy's `trim_split_whitespace`

Adding the following diagnostic items:
 * str_split_whitespace,
 * str_trim,
 * str_trim_start,
 * str_trim_end

They are needed for https://github.com/rust-lang/rust-clippy/pull/8575

r? `@flip1995`
2022-03-25 01:34:32 +01:00
..
alloc
array Rollup merge of #94657 - fee1-dead:const_slice_index, r=oli-obk 2022-03-10 12:20:52 +01:00
async_iter Add Stream alias for AsyncIterator 2022-03-15 20:59:13 -07:00
char Add u16::is_utf16_surrogate 2022-03-21 22:51:32 -04:00
convert Rollup merge of #95110 - wmstack:patch-1, r=Dylan-DPC 2022-03-20 09:15:01 +01:00
ffi merge the char signess list of archs with freebsd as it is the same 2022-03-02 12:12:28 +00:00
fmt Auto merge of #95107 - r00ster91:fmt, r=joshtriplett 2022-03-22 08:47:16 +00:00
future Rename IntoFuture::Future to IntoFuture::IntoFuture 2022-03-10 20:51:52 +01:00
hash change PhantomData type for BuildHasherDefault 2022-01-07 00:39:48 +01:00
iter Auto merge of #87667 - the8472:document-in-place-iter, r=yaahc 2022-03-24 01:43:21 +00:00
macros Format core and std macro rules, removing needless surrounding blocks 2022-03-11 15:26:51 -08:00
mem Add #![allow(unexpected_cfgs)] in preparation of global --check-cfg 2022-03-04 11:34:51 +01:00
num Auto merge of #94517 - aDotInTheVoid:inline_wrapping_next_power_two, r=yaahc 2022-03-24 17:32:40 +00:00
ops Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
panic Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
prelude update cfg(bootstrap)s 2022-01-28 15:01:07 +01:00
ptr ptr::guaranteed_eq doc typo 2022-03-23 04:51:59 -04:00
slice Use reduce_sum in as_simd example 2022-03-12 16:43:38 -08:00
str add diagnostic items for clippy's 2022-03-24 18:18:44 +01:00
sync Rollup merge of #94816 - WaffleLapkin:atomic_get_mut_slice, r=Mark-Simulacrum 2022-03-13 20:02:00 +01:00
task Rollup merge of #89869 - kpreid:from-doc, r=yaahc 2022-02-17 06:29:57 +01:00
unicode
any.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
ascii.rs Inline <EscapeDefault as Iterator>::next 2022-03-10 15:35:22 +01:00
bool.rs Rename ~const Drop to ~const Destruct 2022-03-21 17:04:03 +11:00
borrow.rs
cell.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
clone.rs Rename ~const Drop to ~const Destruct 2022-03-21 17:04:03 +11:00
cmp.rs Derive Eq for std::cmp::Ordering, instead of using manual impl. 2022-03-16 11:36:31 -05:00
default.rs
hint.rs Add core::hint::must_use 2022-03-08 10:58:03 -08:00
internal_macros.rs Add a copy of cfg_if to core's internal_macros.rs 2022-03-01 16:24:10 -08:00
intrinsics.rs Rename ~const Drop to ~const Destruct 2022-03-21 17:04:03 +11:00
lazy.rs Rollup merge of #89869 - kpreid:from-doc, r=yaahc 2022-02-17 06:29:57 +01:00
lib.rs Add u16::is_utf16_surrogate 2022-03-21 22:51:32 -04:00
marker.rs Rename ~const Drop to ~const Destruct 2022-03-21 17:04:03 +11:00
option.rs Rename ~const Drop to ~const Destruct 2022-03-21 17:04:03 +11:00
panic.rs resolve the conflict in compiler/rustc_session/src/parse.rs 2022-03-16 20:12:30 +08:00
panicking.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
pin.rs fix pin doc typo 2022-03-06 21:40:30 +08:00
primitive_docs.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
primitive.rs
result.rs Rename ~const Drop to ~const Destruct 2022-03-21 17:04:03 +11:00
time.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
tuple.rs
unit.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00