| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-11-17 | Likely unlikely fix | Jiri Bobek | -8/+40 |
| 2024-11-17 | Rollup merge of #133116 - RalfJung:const-null-ptr, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -33/+36 |
| 2024-11-16 | clean up const stability around UB checks | Ralf Jung | -24/+26 |
| 2024-11-16 | stabilize const_ptr_is_null | Ralf Jung | -10/+11 |
| 2024-11-16 | Add `DerefMut` for `Lazy[Cell/Lock]` that delegates to the unstable `force_mu... | Chayim Refael Friedman | -1/+9 |
| 2024-11-16 | Rollup merge of #132449 - RalfJung:is_val_statically_known, r=compiler-errors | Matthias Krüger | -9/+5 |
| 2024-11-16 | Rollup merge of #131717 - tgross35:stabilize-const_atomic_from_ptr, r=RalfJung | Matthias Krüger | -3/+3 |
| 2024-11-14 | Rollup merge of #133050 - tgross35:inline-f16-f128, r=saethlin | Jubilee | -6/+4 |
| 2024-11-14 | Rollup merge of #133048 - cyrgani:ptr-doc-update, r=Amanieu | Jubilee | -8/+6 |
| 2024-11-14 | Rollup merge of #133019 - sorairolake:add-missing-period-and-colon, r=tgross35 | Jubilee | -17/+17 |
| 2024-11-14 | Pass `f16` and `f128` by value in `const_assert!` | Trevor Gross | -6/+4 |
| 2024-11-14 | use `&raw` in `{read, write}_unaligned` documentation | cyrgani | -8/+6 |
| 2024-11-14 | Auto merge of #132709 - programmerjake:optimize-charto_digit, r=joshtriplett | bors | -13/+31 |
| 2024-11-14 | Auto merge of #133026 - workingjubilee:rollup-q8ig6ah, r=workingjubilee | bors | -871/+1669 |
| 2024-11-13 | Rollup merge of #133008 - onur-ozkan:update-outdated-comment, r=jieyouxu | Jubilee | -1/+1 |
| 2024-11-13 | Rollup merge of #133003 - zachs18:clonetouninit-dyn-compat-u8, r=dtolnay | Jubilee | -14/+15 |
| 2024-11-13 | Rollup merge of #132907 - BLANKatGITHUB:intrinsic, r=saethlin | Jubilee | -805/+1279 |
| 2024-11-13 | Rollup merge of #131304 - RalfJung:float-core, r=tgross35 | Jubilee | -51/+374 |
| 2024-11-14 | Auto merge of #122770 - iximeow:ixi/int-formatting-optimization, r=workingjub... | bors | -4/+4 |
| 2024-11-14 | docs: Fix missing colon in methods for primitive types | Shun Sakai | -10/+10 |
| 2024-11-14 | docs: Fix missing period in methods for integer types | Shun Sakai | -7/+7 |
| 2024-11-14 | Auto merge of #133006 - matthiaskrgr:rollup-dz6oiq5, r=matthiaskrgr | bors | -0/+103 |
| 2024-11-13 | update outdated comment about test-float-parse | onur-ozkan | -1/+1 |
| 2024-11-13 | Rollup merge of #126046 - davidzeng0:mixed_integer_ops_unsigned_sub, r=Amanieu | Matthias Krüger | -0/+103 |
| 2024-11-13 | Auto merge of #132662 - RalfJung:const-panic-inlining, r=tgross35 | bors | -10/+34 |
| 2024-11-13 | const_panic: don't wrap it in a separate function | Ralf Jung | -10/+34 |
| 2024-11-13 | Auto merge of #132883 - LaihoE:vectorized_is_sorted, r=thomcc | bors | -1/+17 |