| Age | Commit message (Expand) | Author | Lines |
| 2023-01-03 | Auto merge of #95644 - WaffleLapkin:str_split_as_str_refactor_take2, r=Amanieu | bors | -0/+3 |
| 2022-12-30 | Rollup merge of #106248 - dtolnay:revertupcastlint, r=jackh726 | Michael Goulet | -2/+0 |
| 2022-12-30 | Update paths in comments. | jonathanCogan | -1/+1 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -10/+10 |
| 2022-12-29 | Revert "Implement allow-by-default multiple_supertrait_upcastable lint" | David Tolnay | -2/+0 |
| 2022-12-28 | Update bootstrap cfg | Pietro Albini | -1/+1 |
| 2022-12-16 | Replace `Split*::as_str` with `remainder` | Maybe Waffle | -0/+3 |
| 2022-12-09 | Implement allow-by-default multiple_supertrait_upcastable lint | Gary Guo | -0/+2 |
| 2022-11-22 | Rollup merge of #102207 - CraftSpider:const-layout, r=scottmcm | Manish Goregaokar | -0/+3 |
| 2022-11-20 | Rollup merge of #104634 - RalfJung:core-arch, r=Mark-Simulacrum | Matthias Krüger | -31/+1 |
| 2022-11-20 | Only one feature gate needed | Rune Tynan | -1/+0 |
| 2022-11-20 | Add derive_const feature | Rune Tynan | -0/+1 |
| 2022-11-20 | constify remaining layout methods | Rune Tynan | -0/+3 |
| 2022-11-20 | enable fuzzy_provenance_casts in libcore+tests | Ralf Jung | -0/+2 |
| 2022-11-20 | move core::arch into separate file | Ralf Jung | -31/+1 |
| 2022-11-19 | constify `pointer::is_aligned{,_to}` | Lukas Markeffsky | -0/+1 |
| 2022-11-19 | constify `exact_div` intrinsic | Lukas Markeffsky | -0/+1 |
| 2022-11-18 | Rollup merge of #103701 - WaffleLapkin:__points-at-implementation__--this-can... | Manish Goregaokar | -0/+1 |
| 2022-11-18 | Rollup merge of #103456 - scottmcm:fix-unchecked-shifts, r=scottmcm | Manish Goregaokar | -0/+1 |
| 2022-11-14 | Rollup merge of #102470 - est31:stabilize_const_char_convert, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2022-11-12 | Use `derive_const` and rm manual StructuralEq impl | Deadbeef | -0/+1 |
| 2022-11-06 | Made `Sip` const `Hasher` | onestacked | -0/+1 |
| 2022-10-28 | Simplify implementation of various pointer methods | Maybe Waffle | -0/+1 |
| 2022-10-26 | Rollup merge of #103287 - saethlin:faster-len-check, r=thomcc | Dylan DPC | -0/+1 |
| 2022-10-23 | `unchecked_{shl|shr}` should use `u32` as the RHS | Scott McMurray | -0/+1 |
| 2022-10-20 | Use a faster allocation size check in slice::from_raw_parts | Ben Kimock | -0/+1 |
| 2022-10-19 | Add default trait implementations for "c-unwind" ABI function pointers | Ryan Lopopolo | -0/+1 |
| 2022-10-16 | Make transpose const and inline | Alex Saveau | -0/+1 |
| 2022-10-13 | library: update stdarch submodule | luojia65 | -0/+2 |
| 2022-10-10 | Rollup merge of #102072 - scottmcm:ptr-alignment-type, r=thomcc | Yuki Okushi | -0/+1 |
| 2022-10-08 | Remove empty core::lazy and std::lazy | est31 | -2/+0 |
| 2022-10-03 | Rollup merge of #101308 - nerdypepper:feature/is-ascii-octdigit, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2022-09-29 | Stabilize const_char_convert | est31 | -1/+0 |
| 2022-09-29 | Split out from_u32_unchecked from const_char_convert | est31 | -0/+1 |
| 2022-09-27 | Rollup merge of #101555 - jhpratt:stabilize-mixed_integer_ops, r=joshtriplett | Matthias Krüger | -1/+0 |
| 2022-09-27 | introduce `{char, u8}::is_ascii_octdigit` | Akshay | -0/+1 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-25 | Rollup merge of #101800 - chriss0612:feat/const_split_at_mut, r=fee1-dead | fee1-dead | -0/+1 |
| 2022-09-23 | Added const_closure | onestacked | -0/+2 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -0/+1 |
| 2022-09-21 | Add `rustc_allow_const_fn_unstable` annotations to pre-existing `Layout` methods | Scott McMurray | -0/+1 |
| 2022-09-21 | Auto merge of #100214 - scottmcm:strict-range, r=thomcc | bors | -0/+1 |
| 2022-09-19 | Optimize `array::IntoIter` | Scott McMurray | -0/+1 |
| 2022-09-16 | Add `const_trait` to `Allocator` | Deadbeef | -0/+1 |
| 2022-09-14 | Add const_slice_split_at_mut Feature gate. | onestacked | -0/+1 |
| 2022-09-14 | Made from_waker, waker, from_raw const | y86-dev | -0/+1 |
| 2022-09-12 | Rollup merge of #100291 - WaffleLapkin:cstr_const_methods, r=oli-obk | Guillaume Gomez | -0/+1 |
| 2022-09-12 | constify `CStr` methods | Maybe Waffle | -0/+1 |
| 2022-09-07 | Stabilize `#![feature(mixed_integer_ops)]` | Jacob Pratt | -1/+0 |
| 2022-09-04 | Make `char::is_lowercase` and `char::is_uppercase` const | Sage Mitchell | -0/+1 |