| Age | Commit message (Expand) | Author | Lines |
| 2024-11-29 | Rollup merge of #133466 - aksh1618:patch-1, r=thomcc | Matthias Krüger | -3/+3 |
| 2024-11-28 | Change `GetManyMutError` to match T-libs-api decision | Chayim Refael Friedman | -28/+32 |
| 2024-11-28 | Also use zero when referencing to capacity or length | timvisee | -18/+18 |
| 2024-11-28 | Use consistent wording in docs, use zero instead of 0 | timvisee | -24/+24 |
| 2024-11-28 | Rollup merge of #133512 - bjoernager:slice-as-array, r=Amanieu | Guillaume Gomez | -16/+75 |
| 2024-11-27 | update cfgs | Boxy | -302/+89 |
| 2024-11-27 | replace placeholder version | Boxy | -77/+77 |
| 2024-11-26 | Rollup merge of #133402 - compiler-errors:drop-and-destruct, r=lcnr | Michael Goulet | -1/+2 |
| 2024-11-26 | Add '<[T]>::as_array', '<[T]>::as_mut_array', '<*const [T]>::as_array', and '... | Gabriel Bjørnager Jensen | -16/+75 |
| 2024-11-26 | Rollup merge of #133282 - tgross35:maybe-uninit-debug, r=Amanieu | Michael Goulet | -1/+5 |
| 2024-11-26 | Rollup merge of #133136 - ChayimFriedman2:get-many-mut, r=Amanieu | Michael Goulet | -18/+180 |
| 2024-11-25 | Fix typos in pin.rs | Aakarshit Uppal | -3/+3 |
| 2024-11-25 | Constify Drop and Destruct | Michael Goulet | -1/+2 |
| 2024-11-25 | Auto merge of #133247 - GuillaumeGomez:reduce-integer-display-impl, r=working... | bors | -48/+32 |
| 2024-11-25 | Support ranges in `<[T]>::get_many_mut()` | Chayim Refael Friedman | -18/+180 |
| 2024-11-25 | Rollup merge of #132533 - SUPERCILEX:patch-4, r=Mark-Simulacrum | Matthias Krüger | -0/+20 |
| 2024-11-25 | Rollup merge of #133260 - compiler-errors:deref, r=fee1-dead | 许杰友 Jieyou Xu (Joe) | -0/+47 |
| 2024-11-24 | Rollup merge of #133389 - eduardosm:stabilize-const_float_methods, r=RalfJung | Matthias Krüger | -49/+70 |
| 2024-11-24 | Rollup merge of #133301 - GuillaumeGomez:add-example-wrapping-neg, r=workingj... | Matthias Krüger | -0/+1 |
| 2024-11-24 | changes old intrinsic declaration to new declaration | aaishwarymishra@gmail.com | -595/+949 |
| 2024-11-24 | Constify Deref and DerefMut | Michael Goulet | -0/+47 |
| 2024-11-23 | Match simd_relaxed_fma documentation to fmuladd intrinsic | Caleb Zulawski | -4/+8 |
| 2024-11-23 | Auto merge of #133379 - jieyouxu:rollup-00jxo71, r=jieyouxu | bors | -0/+14 |
| 2024-11-23 | Add simd_relaxed_fma intrinsic | Caleb Zulawski | -0/+10 |
| 2024-11-23 | Stabilize `const_float_methods` | Eduardo Sánchez Muñoz | -49/+70 |
| 2024-11-23 | Improve code by using `unsigned_abs` | Guillaume Gomez | -18/+2 |
| 2024-11-23 | Rollup merge of #133237 - fee1-dead-contrib:constadd, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -0/+14 |
| 2024-11-23 | Rollup merge of #133332 - bjoernager:const-array-as-mut-slice, r=jhpratt | 许杰友 Jieyou Xu (Joe) | -1/+2 |
| 2024-11-23 | Auto merge of #132329 - compiler-errors:fn-and-destruct, r=lcnr | bors | -1/+1 |
| 2024-11-22 | Shorten the `MaybeUninit` `Debug` implementation | Trevor Gross | -1/+5 |
| 2024-11-22 | Add code example for `wrapping_neg` method for signed integers | Guillaume Gomez | -0/+1 |
| 2024-11-22 | Deduplicate checking drop terminator | Michael Goulet | -1/+1 |
| 2024-11-22 | Gate const drop behind const_destruct feature, and fix const_precise_live_dro... | Michael Goulet | -1/+1 |
| 2024-11-22 | Auto merge of #133339 - jieyouxu:rollup-gav0nvr, r=jieyouxu | bors | -4/+30 |
| 2024-11-22 | Rollup merge of #133288 - bjoernager:const-array-each-ref, r=jhpratt | 许杰友 Jieyou Xu (Joe) | -4/+30 |
| 2024-11-22 | Auto merge of #130867 - michirakara:steps_between, r=dtolnay | bors | -62/+66 |
| 2024-11-22 | Mark '<[T; N]>::as_mut_slice' as 'const'; | Gabriel Bjørnager Jensen | -1/+2 |
| 2024-11-22 | Auto merge of #129238 - umgefahren:stabilize-ipv6-unique-local, r=dtolnay | bors | -6/+4 |
| 2024-11-21 | distinguish overflow and unimplemented in Step::steps_between | michirakara | -62/+66 |
| 2024-11-21 | Mark and implement 'each_ref' and 'each_mut' in '[T; N]' as const; | Gabriel Bjørnager Jensen | -4/+30 |
| 2024-11-21 | constify `Add` | Deadbeef | -0/+14 |
| 2024-11-20 | Rollup merge of #133226 - compiler-errors:opt-in-pointer-like, r=lcnr | Matthias Krüger | -0/+12 |
| 2024-11-20 | Make PointerLike opt-in as a trait | Michael Goulet | -0/+12 |
| 2024-11-20 | Reduce integer `Display` implementation size | Guillaume Gomez | -41/+41 |
| 2024-11-20 | Stabilize const_pin_2 | George Bateman | -3/+4 |
| 2024-11-20 | Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=Urgau | Jacob Pratt | -0/+12 |
| 2024-11-19 | Correct comments concerning updated dangling pointer lint | gavincrawford | -1/+1 |
| 2024-11-18 | const_panic: inline in bootstrap builds to avoid f16/f128 crashes | Ralf Jung | -1/+1 |
| 2024-11-18 | rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirect | Ralf Jung | -48/+48 |
| 2024-11-17 | Auto merge of #120370 - x17jiri:likely_unlikely_fix, r=saethlin | bors | -8/+40 |