about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-06-24Fix simd_gather documentationPetteri Räty-3/+0
2024-06-24Reword docs for `f32` and `f64`Trevor Gross-8/+12
2024-06-24Extract repeated constants from `f32` and `f64` sourceTrevor Gross-46/+50
2024-06-23Implement `unsigned_signed_diff`ilikdoge-0/+61
2024-06-23Also get `add nuw` from `uN::checked_add`Scott McMurray-2/+13
2024-06-24SmartPointer derive-macroXiangfei Ding-0/+9
2024-06-22Auto merge of #126838 - matthiaskrgr:rollup-qkop22o, r=matthiaskrgrbors-17/+12
2024-06-22Rollup merge of #126552 - fee1-dead-contrib:rmfx, r=compiler-errorsMatthias Krüger-17/+12
2024-06-22Auto merge of #116113 - kpreid:arcmut, r=dtolnaybors-0/+186
2024-06-22Add `core::clone::CloneToUninit`.Kevin Reid-0/+186
2024-06-22Auto merge of #126750 - scottmcm:less-unlikely, r=jhprattbors-19/+19
2024-06-21update intrinsic const param countingDeadbeef-1/+3
2024-06-21Remove `feature(effects)` from the standard libraryDeadbeef-17/+10
2024-06-20Stop using `unlikely` in `strict_*` methodsScott McMurray-19/+19
2024-06-20[GVN] Add tests for generic pointees with PtrMetadataScott McMurray-0/+7
2024-06-21Auto merge of #126578 - scottmcm:inlining-bonuses-too, r=davidtwcobors-2/+4
2024-06-20Auto merge of #124032 - Voultapher:a-new-sort, r=thomccbors-1543/+2511
2024-06-20Rollup merge of #126737 - fee1-dead-contrib:rm-const-closures, r=compiler-errorsMatthias Krüger-1/+0
2024-06-20Fix wrong big O star bracing in the doc commentsLukas Bergdoll-3/+3
2024-06-20Remove `feature(const_closures)` from libcoreDeadbeef-1/+0
2024-06-20Auto merge of #126736 - matthiaskrgr:rollup-rb20oe3, r=matthiaskrgrbors-4/+7
2024-06-20Rollup merge of #126717 - nnethercote:rustfmt-use-pre-cleanups, r=jieyouxuMatthias Krüger-0/+1
2024-06-20Rollup merge of #126711 - GKFX:const-option-as-slice, r=oli-obkMatthias Krüger-4/+6
2024-06-20Auto merge of #116088 - nbdd0121:unwind, r=Amanieu,RalfJungbors-1/+1
2024-06-20Stabilize `PanicInfo::message()` and `PanicMessage`StackOverflowExcept1on-6/+6
2024-06-20Rollup merge of #126703 - the8472:on-blackbox-crypto-use, r=scottmcmMatthias Krüger-1/+1
2024-06-19Shrink some slice iterator MIRScott McMurray-2/+4
2024-06-19Stabilize `hint_assert_unchecked`Trevor Gross-7/+4
2024-06-19Update documentation for `hint::assert_unchecked`Trevor Gross-20/+73
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+1
2024-06-19Make Option::as_[mut_]slice constGeorge Bateman-4/+6
2024-06-19reword the hint::blackbox non-guaranteesThe 8472-1/+1
2024-06-19core: add tracking issue for `array::repeat`joboet-1/+1
2024-06-19core: simplify implementation of `array::repeat`, address other nitsjoboet-18/+9
2024-06-19core: implement `UncheckedIterator` for `RepeatN`joboet-1/+3
2024-06-19core: implement `array::repeat`joboet-0/+36
2024-06-19Stabilise c_unwindGary Guo-1/+1
2024-06-18Replace `move||` with `move ||` in `compiler/` and `library/`Vonr-1/+1
2024-06-18Auto merge of #126330 - m-ou-se:panic-message-type, r=Amanieubors-6/+71
2024-06-17Add missing CopyMarker implLukas Bergdoll-0/+2
2024-06-17Add PanicMessage type for PanicInfo::message().Mara Bos-6/+71
2024-06-17Add tracking issue to async_drop APIDaria Sukhonina-13/+13
2024-06-17Fix unintended regression for Freeze + Copy typesLukas Bergdoll-1/+5
2024-06-17Auto merge of #126569 - jieyouxu:rollup-1uvkb2y, r=jieyouxubors-11/+13
2024-06-17Rollup merge of #126531 - slanterns:error_provider, r=workingjubilee许杰友 Jieyou Xu (Joe)-1/+1
2024-06-17Rollup merge of #126468 - RalfJung:euclid, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-4/+6
2024-06-17Rollup merge of #126288 - x4exr:patch-1, r=dtolnay许杰友 Jieyou Xu (Joe)-6/+6
2024-06-17Auto merge of #125720 - folkertdev:optimize_for_size-ptr-rotate, r=Amanieubors-2/+6
2024-06-16doc: Added commas where neededRayyan Khan-6/+6
2024-06-16Fix doc-link issueLukas Bergdoll-1/+1