about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2024-11-26Rollup merge of #133282 - tgross35:maybe-uninit-debug, r=AmanieuMichael Goulet-1/+12
2024-11-26Rollup merge of #133136 - ChayimFriedman2:get-many-mut, r=AmanieuMichael Goulet-19/+249
2024-11-25Fix typos in pin.rsAakarshit Uppal-3/+3
2024-11-25Constify Drop and DestructMichael Goulet-1/+2
2024-11-25Auto merge of #133247 - GuillaumeGomez:reduce-integer-display-impl, r=working...bors-48/+32
2024-11-25Support ranges in `<[T]>::get_many_mut()`Chayim Refael Friedman-19/+249
2024-11-25Rollup merge of #132533 - SUPERCILEX:patch-4, r=Mark-SimulacrumMatthias Krüger-0/+20
2024-11-25Rollup merge of #133260 - compiler-errors:deref, r=fee1-dead许杰友 Jieyou Xu (Joe)-0/+47
2024-11-24Rollup merge of #133389 - eduardosm:stabilize-const_float_methods, r=RalfJungMatthias Krüger-49/+70
2024-11-24Rollup merge of #133301 - GuillaumeGomez:add-example-wrapping-neg, r=workingj...Matthias Krüger-0/+1
2024-11-24changes old intrinsic declaration to new declarationaaishwarymishra@gmail.com-595/+949
2024-11-24Constify Deref and DerefMutMichael Goulet-0/+47
2024-11-23Match simd_relaxed_fma documentation to fmuladd intrinsicCaleb Zulawski-4/+8
2024-11-23Auto merge of #133379 - jieyouxu:rollup-00jxo71, r=jieyouxubors-0/+14
2024-11-23Add simd_relaxed_fma intrinsicCaleb Zulawski-0/+10
2024-11-23Stabilize `const_float_methods`Eduardo Sánchez Muñoz-49/+70
2024-11-23Improve code by using `unsigned_abs`Guillaume Gomez-18/+2
2024-11-23Rollup merge of #133237 - fee1-dead-contrib:constadd, r=compiler-errors许杰友 Jieyou Xu (Joe)-0/+14
2024-11-23Rollup merge of #133332 - bjoernager:const-array-as-mut-slice, r=jhpratt许杰友 Jieyou Xu (Joe)-1/+2
2024-11-23Auto merge of #132329 - compiler-errors:fn-and-destruct, r=lcnrbors-1/+1
2024-11-22Shorten the `MaybeUninit` `Debug` implementationTrevor Gross-1/+12
2024-11-22Add code example for `wrapping_neg` method for signed integersGuillaume Gomez-0/+1
2024-11-22Deduplicate checking drop terminatorMichael Goulet-1/+1
2024-11-22Gate const drop behind const_destruct feature, and fix const_precise_live_dro...Michael Goulet-1/+1
2024-11-22Auto merge of #133339 - jieyouxu:rollup-gav0nvr, r=jieyouxubors-4/+30
2024-11-22Rollup merge of #133288 - bjoernager:const-array-each-ref, r=jhpratt许杰友 Jieyou Xu (Joe)-4/+30
2024-11-22Auto merge of #130867 - michirakara:steps_between, r=dtolnaybors-74/+89
2024-11-22Mark '<[T; N]>::as_mut_slice' as 'const';Gabriel Bjørnager Jensen-1/+2
2024-11-22Auto merge of #129238 - umgefahren:stabilize-ipv6-unique-local, r=dtolnaybors-6/+4
2024-11-21distinguish overflow and unimplemented in Step::steps_betweenmichirakara-74/+89
2024-11-21Mark and implement 'each_ref' and 'each_mut' in '[T; N]' as const;Gabriel Bjørnager Jensen-4/+30
2024-11-21constify `Add`Deadbeef-0/+14
2024-11-20Rollup merge of #133226 - compiler-errors:opt-in-pointer-like, r=lcnrMatthias Krüger-0/+12
2024-11-20Make PointerLike opt-in as a traitMichael Goulet-0/+12
2024-11-20Reduce integer `Display` implementation sizeGuillaume Gomez-41/+41
2024-11-20Stabilize const_pin_2George Bateman-4/+4
2024-11-20Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=UrgauJacob Pratt-0/+12
2024-11-19Correct comments concerning updated dangling pointer lintgavincrawford-1/+1
2024-11-18const_panic: inline in bootstrap builds to avoid f16/f128 crashesRalf Jung-1/+1
2024-11-18rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirectRalf Jung-48/+48
2024-11-17Auto merge of #120370 - x17jiri:likely_unlikely_fix, r=saethlinbors-8/+40
2024-11-17Likely unlikely fixJiri Bobek-8/+40
2024-11-17Rollup merge of #133116 - RalfJung:const-null-ptr, r=dtolnay许杰友 Jieyou Xu (Joe)-33/+36
2024-11-16clean up const stability around UB checksRalf Jung-24/+26
2024-11-16stabilize const_ptr_is_nullRalf Jung-10/+11
2024-11-16Add `DerefMut` for `Lazy[Cell/Lock]` that delegates to the unstable `force_mu...Chayim Refael Friedman-1/+9
2024-11-16Rollup merge of #132449 - RalfJung:is_val_statically_known, r=compiler-errorsMatthias Krüger-9/+5
2024-11-16Rollup merge of #131717 - tgross35:stabilize-const_atomic_from_ptr, r=RalfJungMatthias Krüger-3/+3
2024-11-14Rollup merge of #133050 - tgross35:inline-f16-f128, r=saethlinJubilee-6/+4
2024-11-14Rollup merge of #133048 - cyrgani:ptr-doc-update, r=AmanieuJubilee-8/+6