about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-12-01Rollup merge of #133678 - Urgau:stabilize-ptr_fn_addr_eq, r=jhprattJacob Pratt-3/+1
2024-12-01Rollup merge of #133672 - RalfJung:const-stability-cleanup, r=jhprattJacob Pratt-32/+1
2024-12-01Rollup merge of #131784 - Urgau:stabilize-midpoint, r=dtolnayJacob Pratt-36/+33
2024-12-01Rollup merge of #131416 - okaneco:const_copy, r=RalfJungJacob Pratt-6/+10
2024-12-01Mark `slice::copy_from_slice` unstably constokaneco-6/+10
2024-12-01Rollup merge of #133674 - scottmcm:chain-carrying-add, r=AmanieuMatthias Krüger-1/+1
2024-12-01Rollup merge of #133669 - RalfJung:const_swap_splitup, r=dtolnayMatthias Krüger-3/+3
2024-12-01Stabilize unsigned `num_midpoint` featureUrgau-36/+33
2024-12-01Rollup merge of #133686 - samueltardieu:push-xkxwxzxqokuu, r=compiler-errorsMatthias Krüger-0/+1
2024-11-30Add diagnostic item for `std::ops::ControlFlow`Samuel Tardieu-0/+1
2024-11-30Auto merge of #133659 - jieyouxu:rollup-576gh4p, r=jieyouxubors-595/+949
2024-11-30Stabilize `ptr::fn_addr_eq`Urgau-3/+1
2024-11-30get rid of a bunch of unnecessary rustc_const_unstableRalf Jung-13/+1
2024-11-30Fix chaining `carrying_add`sScott McMurray-1/+1
2024-11-30remove a whole bunch of unnecessary const feature gatesRalf Jung-19/+0
2024-11-30move swap_nonoverlapping constness to separate feature gateRalf Jung-2/+2
2024-11-30move slice::swap_unchecked constness to slice_swap_unchecked feature gateRalf Jung-1/+1
2024-11-30Rollup merge of #133106 - BLANKatGITHUB:intrinsic, r=RalfJung许杰友 Jieyou Xu (Joe)-595/+949
2024-11-30Rollup merge of #133625 - RalfJung:custom-mir-debug-info, r=compiler-errors许杰友 Jieyou Xu (Joe)-0/+33
2024-11-29Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrumbors-373/+160
2024-11-29refine mir debuginfo docsRalf Jung-5/+14
2024-11-29Doc comment custom MIR debuginfo.Camille GILLOT-0/+24
2024-11-29Rollup merge of #133530 - timvisee:master, r=jhprattMatthias Krüger-42/+42
2024-11-29Rollup merge of #133466 - aksh1618:patch-1, r=thomccMatthias Krüger-3/+3
2024-11-28Change `GetManyMutError` to match T-libs-api decisionChayim Refael Friedman-28/+32
2024-11-28Also use zero when referencing to capacity or lengthtimvisee-18/+18
2024-11-28Use consistent wording in docs, use zero instead of 0timvisee-24/+24
2024-11-28Rollup merge of #133512 - bjoernager:slice-as-array, r=AmanieuGuillaume Gomez-16/+75
2024-11-27update cfgsBoxy-302/+89
2024-11-27replace placeholder versionBoxy-77/+77
2024-11-26Rollup merge of #133402 - compiler-errors:drop-and-destruct, r=lcnrMichael Goulet-1/+2
2024-11-26Add '<[T]>::as_array', '<[T]>::as_mut_array', '<*const [T]>::as_array', and '...Gabriel Bjørnager Jensen-16/+75
2024-11-26Rollup merge of #133282 - tgross35:maybe-uninit-debug, r=AmanieuMichael Goulet-1/+5
2024-11-26Rollup merge of #133136 - ChayimFriedman2:get-many-mut, r=AmanieuMichael Goulet-18/+180
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-18/+180
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