| Age | Commit message (Expand) | Author | Lines |
| 2024-11-13 | Auto merge of #132972 - matthiaskrgr:rollup-456osr7, r=matthiaskrgr | bors | -12/+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 | -5/+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 | -5/+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 |
| 2024-11-09 | Rename `elem_offset` to `element_offset` | wr7 | -4/+4 |
| 2024-11-08 | remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi... | Ralf Jung | -78/+102 |
| 2024-11-08 | mark is_val_statically_known intrinsic as stably const-callable | Ralf Jung | -9/+5 |
| 2024-11-07 | core: move intrinsics.rs into intrinsics folder | Ralf Jung | -0/+0 |
| 2024-11-07 | Rollup merge of #132665 - tyilo:nonzero-u-div-ceil, r=joboet | Jonas Böttiger | -0/+29 |
| 2024-11-06 | optimize char::to_digit and assert radix is at least 2 | Jacob Lifshay | -13/+31 |
| 2024-11-06 | Auto merge of #131721 - okaneco:const_eq_ignore_ascii_case, r=m-ou-se | bors | -3/+25 |
| 2024-11-06 | Add `is_ascii` function optimized for x86-64 for [u8] | okaneco | -12/+58 |
| 2024-11-06 | Auto merge of #132500 - RalfJung:char-is-whitespace-const, r=jhpratt | bors | -3/+4 |
| 2024-11-05 | Add new unstable feature `const_eq_ignore_ascii_case` | okaneco | -3/+25 |
| 2024-11-06 | Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgr | bors | -2/+3 |
| 2024-11-05 | Rollup merge of #131261 - clarfonthey:unsafe-cell-from-mut, r=m-ou-se | Matthias Krüger | -2/+3 |
| 2024-11-05 | Auto merge of #132661 - matthiaskrgr:rollup-npytbl6, r=matthiaskrgr | bors | -456/+478 |
| 2024-11-05 | Implement div_ceil for NonZero<unsigned> | Asger Hautop Drewsen | -0/+29 |
| 2024-11-05 | Rollup merge of #132571 - RalfJung:const_eval_select_macro, r=oli-obk | Matthias Krüger | -456/+478 |
| 2024-11-05 | Rollup merge of #132473 - ZhekaS:core_fmt_radix_no_panic, r=joboet | Jubilee | -1/+4 |
| 2024-11-05 | Rollup merge of #132153 - bjoernager:const-char-encode-utf16, r=dtolnay | Jubilee | -3/+5 |
| 2024-11-05 | add const_eval_select macro to reduce redundancy | Ralf Jung | -456/+478 |
| 2024-11-04 | Rollup merge of #132606 - eduardosm:char-slice-str-pattern-doc, r=tgross35 | Jubilee | -2/+2 |