| Age | Commit message (Expand) | Author | Lines |
| 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 | -877/+1675 |
| 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 | -20/+21 |
| 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/+18 |
| 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 | Update core CloneToUninit tests | Zachary S | -6/+6 |
| 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 |
| 2024-11-13 | Auto merge of #132972 - matthiaskrgr:rollup-456osr7, r=matthiaskrgr | bors | -13/+11 |
| 2024-11-12 | Rollup merge of #132970 - tyilo:nonzero-u-div-ceil-issue, r=tgross35 | Matthias Krüger | -1/+1 |
| 2024-11-12 | Rollup merge of #132966 - RalfJung:const_option_ext, r=jhpratt | Matthias Krüger | -6/+4 |
| 2024-11-12 | Rollup merge of #132948 - RalfJung:const_unicode_case_lookup, r=Noratrieb | Matthias Krüger | -5/+5 |
| 2024-11-12 | Rollup merge of #132851 - chansuke:update-comment, r=thomcc | Matthias Krüger | -1/+1 |
| 2024-11-12 | Auto merge of #132870 - Noratrieb:inline-int-parsing, r=tgross35 | bors | -0/+3 |
| 2024-11-12 | Add tracking issue number to unsigned_nonzero_div_ceil feature | Asger Hautop Drewsen | -1/+1 |
| 2024-11-12 | Make `CloneToUninit` dyn-compatible | Zachary S | -14/+15 |
| 2024-11-12 | stabilize const_option_ext | Ralf Jung | -6/+4 |
| 2024-11-12 | stabilize const_unicode_case_lookup | Ralf Jung | -5/+5 |
| 2024-11-12 | Stabilize `Ipv6Addr::is_unique_local` and `Ipv6Addr::is_unicast_link_local` | umgefahren | -6/+4 |
| 2024-11-12 | adds new declaration to codegen | aaishwarymishra@gmail.com | -0/+2 |
| 2024-11-12 | Auto merge of #132943 - matthiaskrgr:rollup-164l3ej, r=matthiaskrgr | bors | -3/+3 |
| 2024-11-12 | Rollup merge of #132914 - rcorre:cell-grammar, r=tgross35 | Matthias Krüger | -2/+2 |
| 2024-11-12 | Rollup merge of #132895 - scottmcm:generalize-nonnull-from-raw-parts, r=ibrah... | Matthias Krüger | -1/+1 |
| 2024-11-12 | remove no-longer-needed abs_private | Ralf Jung | -51/+17 |
| 2024-11-12 | Rollup merge of #132847 - RalfJung:addr-dont-expose, r=Mark-Simulacrum | Matthias Krüger | -4/+4 |
| 2024-11-12 | new intrinsic declaration | aaishwarymishra@gmail.com | -1228/+1278 |
| 2024-11-12 | new intrinsic declaration | aaishwarymishra@gmail.com | -108/+530 |
| 2024-11-11 | Rollup merge of #132144 - adetaylor:receiver-trait-itself, r=wesleywiser | Matthias Krüger | -2/+89 |
| 2024-11-11 | Update dangling pointer tests | gavincrawford | -0/+1 |
| 2024-11-11 | Tag relevant functions with #[rustc_as_ptr] attribute | gavincrawford | -0/+11 |
| 2024-11-11 | Update grammar in std::cell docs. | Ryan Roden-Corrent | -2/+2 |
| 2024-11-11 | Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomez | bors | -0/+3 |
| 2024-11-11 | Generalize `NonNull::from_raw_parts` per ACP362 | Scott McMurray | -1/+1 |
| 2024-11-11 | vectorize slice::is_sorted | Laiho | -1/+17 |
| 2024-11-10 | `#[inline]` integer parsing functions | Noratrieb | -0/+3 |
| 2024-11-10 | Update the doc comment of `ASCII_CASE_MASK` | chansuke | -1/+1 |
| 2024-11-10 | elem_offset / subslice_range: use addr() instead of 'as usize' | Ralf Jung | -4/+4 |
| 2024-11-10 | Rollup merge of #132136 - RalfJung:target-feature-abi-compat, r=Mark-Simulacrum | Matthias Krüger | -26/+6 |
| 2024-11-09 | Improve documentation of `element_offset` and related methods | wr7 | -3/+4 |