about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2024-04-02set tracking issueJustin Karneges-4/+4
2024-04-02Auto merge of #123385 - matthiaskrgr:rollup-v69vjbn, r=matthiaskrgrbors-32/+77
2024-04-02Put basic impls for f16 and f128 behind cfg(not(bootstrap))Trevor Gross-6/+21
2024-04-02Rollup merge of #123226 - scottmcm:u32-shifts, r=WaffleLapkinMatthias Krüger-31/+64
2024-04-02Rollup merge of #123198 - krtab:build_hasher_default_const_new, r=AmanieuMatthias Krüger-1/+13
2024-04-02Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwcobors-6/+64
2024-04-02DOC: Add FFI example for slice::from_raw_parts()Matthias Geier-0/+21
2024-04-02Auto merge of #122945 - andy-k:sorted-vec-example, r=jhprattbors-3/+5
2024-04-01Fix error message for `env!` when env var is not valid Unicodebeetrees-1/+2
2024-03-31Rollup merge of #123271 - JaniM:janim/sliceindex-doc, r=NilstriebJubilee-0/+11
2024-03-31warn against implementing FreezeRalf Jung-0/+7
2024-03-31doc: describe panic conditions for SliceIndex implementationsJani Mustonen-0/+11
2024-03-31Require Pointee::Metadata to be FreezeStepan Koltsov-2/+5
2024-03-31Auto merge of #123181 - stepancheg:pointee-metadata-debug, r=the8472,Amanieubors-2/+10
2024-03-30Auto merge of #123085 - tgross35:f16-f128-step4.0-libs-basic-impls, r=Amanieubors-4/+10
2024-03-30Auto merge of #99322 - GKFX:const-int-parse, r=Mark-Simulacrumbors-166/+198
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/+198
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-42/+22
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-2/+10
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-18/+7
2024-03-25Rollup merge of #122896 - dpaoliello:stdarch, r=AmanieuJubilee-0/+1
2024-03-25Import the 2021 prelude in the core crateDaniel Paoliello-18/+7