about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-03-30Auto merge of #99322 - GKFX:const-int-parse, r=Mark-Simulacrumbors-166/+187
2024-03-30Rollup merge of #123201 - Wilfred:patch-2, r=NilstriebMatthias Krüger-4/+4
2024-03-30Make {integer}::from_str_radix constantGeorge Bateman-166/+187
2024-03-30De-LLVM the unchecked shifts [MCP#693]Scott McMurray-31/+64
2024-03-29stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gateAria Beingessner-41/+21
2024-03-29Auto merge of #122520 - scottmcm:stabilize_unchecked_math_basics, r=jhprattbors-50/+69
2024-03-29rustfmtJustin Karneges-2/+14
2024-03-29Auto merge of #121268 - Urgau:improve_ambi_wide_ptr_cmps, r=Nadrierilbors-0/+12
2024-03-29Add `Context::ext`Justin Karneges-3/+52
2024-03-29Improve wording in std::any explanationWilfred Hughes-4/+4
2024-03-29Add fn const BuildHasherDefault::newArthur Carcano-1/+13
2024-03-29Add detection of [Partial]Ord methods to the ambiguous wide ptr cmp lintUrgau-0/+5
2024-03-29Add diagnostic items for Ord and PartialOrd methodsUrgau-0/+7
2024-03-29Auto merge of #122616 - Jules-Bertholet:casemappingiter-layout, r=Nilstriebbors-128/+181
2024-03-29Require Debug for Pointee::MetadataStepan Koltsov-1/+1
2024-03-29Auto merge of #122975 - DianQK:simplify_ub_check, r=saethlinbors-6/+9
2024-03-29Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstriebbors-1/+64
2024-03-28Add basic trait impls for `f16` and `f128`Trevor Gross-4/+10
2024-03-28Rollup merge of #123164 - Marcondiro:unicode15-1, r=ManishearthMatthias Krüger-12/+14
2024-03-28Bump Unicode printables to version 15.1, align to unicode_dataMarcondiro-12/+14
2024-03-27Rollup merge of #123139 - scottmcm:simpler-nonzero-get, r=jhprattMatthias Krüger-12/+14
2024-03-27Rollup merge of #123133 - xiaoxiangxianzi:master, r=fmeaseMatthias Krüger-1/+1
2024-03-27Rollup merge of #121943 - joshlf:patch-11, r=scottmcmMatthias Krüger-3/+3
2024-03-27`num::NonZero::get` can be 1 transmute instead of 3Scott McMurray-12/+14
2024-03-27chore: fix some commentsxiaoxiangxianzi-1/+1
2024-03-27Eliminate `UbCheck` for non-standard librariesDianQK-6/+9
2024-03-27impl get_mut_or_init and get_mut_or_try_init for OnceCell and OnceLocktison-9/+84
2024-03-27Auto merge of #116016 - jhpratt:kill-rustc-serialize, r=ehussbors-18/+45
2024-03-26Rollup merge of #122835 - compiler-errors:deref-pure, r=NadrierilMatthias Krüger-0/+22
2024-03-26panic_str only exists for the migration to 2021 panic macrosRalf Jung-14/+21
2024-03-25Extract helper, fix comment on DerefPureMichael Goulet-1/+9
2024-03-25Require DerefPure for patternsMichael Goulet-0/+14
2024-03-25Rollup merge of #123042 - dpaoliello:prelude, r=NilstriebJubilee-17/+5
2024-03-25Rollup merge of #122896 - dpaoliello:stdarch, r=AmanieuJubilee-0/+1
2024-03-25Import the 2021 prelude in the core crateDaniel Paoliello-17/+5
2024-03-25alloc::Layout: explicitly document size invariant on the type levelRalf Jung-1/+3
2024-03-25Rollup merge of #122990 - SkiFire13:transmute-may-copy, r=jhprattMatthias Krüger-1/+1
2024-03-24Address PR feedbackScott McMurray-0/+3
2024-03-24Slightly simplify the `iN::partial_cmp` MIRScott McMurray-7/+14
2024-03-24Rollup merge of #122977 - cuviper:as_statically_known_str, r=RalfJungMatthias Krüger-5/+9
2024-03-24Clarify transmute exampleGiacomo Stevanato-1/+1
2024-03-23Add+Use `mir::BinOp::Cmp`Scott McMurray-0/+20
2024-03-23Rollup merge of #122762 - RoboSchmied:RoboSchmied-typo, r=workingjubileeJubilee-1/+1
2024-03-23Rename `Arguments::as_const_str` to `as_statically_known_str`Josh Stone-5/+9
2024-03-24clarify equivalency of binary_search and partition_pointAndy Kurnia-1/+3
2024-03-24Rollup merge of #122963 - RalfJung:core-panicking, r=m-ou-seMatthias Krüger-2/+2
2024-03-24Rollup merge of #122379 - RalfJung:int2ptr-transmute, r=m-ou-seMatthias Krüger-8/+33
2024-03-23also rename the SIMD intrinsicRalf Jung-0/+7
2024-03-23Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlinbors-205/+224
2024-03-23core/panicking: fix outdated commentRalf Jung-2/+2