| Age | Commit message (Expand) | Author | Lines |
| 2023-03-19 | Add `#![feature(generic_arg_infer)]` to core for stdarch | Nilstrieb | -0/+1 |
| 2023-03-18 | Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_check, im... | onestacked | -0/+1 |
| 2023-03-17 | Make the `Step` implementations const. | onestacked | -0/+1 |
| 2023-03-15 | Bump to latest beta | Mark Rousskov | -3/+2 |
| 2023-03-02 | Revert "Stabilize `#![feature(target_feature_11)]`" | Léo Lanteri Thauvin | -0/+1 |
| 2023-03-01 | Auto merge of #105871 - llogiq:option-as-slice, r=scottmcm | bors | -0/+1 |
| 2023-03-01 | Add `Option::as_slice`(`_mut`) | Andre Bogus | -0/+1 |
| 2023-02-28 | Auto merge of #106774 - Nugine:master, r=Amanieu | bors | -1/+1 |
| 2023-02-28 | Auto merge of #99767 - LeSeulArtichaut:stable-target-feature-11, r=estebank | bors | -1/+0 |
| 2023-02-26 | Move IpAddr and SocketAddr to core | Linus Färnstrand | -0/+4 |
| 2023-02-24 | Rollup merge of #106541 - fee1-dead-contrib:no-const-check-no, r=thomcc | Dylan DPC | -0/+1 |
| 2023-02-03 | Replace `ConstFnMutClosure` with const closures | Deadbeef | -2/+0 |
| 2023-02-01 | Stabilize `#![feature(target_feature_11)]` | Léo Lanteri Thauvin | -1/+0 |
| 2023-02-01 | Stabilize cmpxchg16b_target_feature | Nugine | -1/+1 |
| 2023-01-31 | Auto merge of #107297 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -2/+1 |
| 2023-01-31 | implement const iterator using `rustc_do_not_const_check` | Deadbeef | -0/+1 |
| 2023-01-30 | stage-step cfgs | Mark Rousskov | -2/+1 |
| 2023-01-28 | Reintroduce multiple_supertrait_upcastable lint | Gary Guo | -0/+2 |
| 2023-01-13 | Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk | bors | -0/+1 |
| 2023-01-11 | Rollup merge of #106323 - starkat99:stabilize-f16c_target_feature, r=petroche... | Michael Goulet | -1/+1 |
| 2023-01-12 | test use in libcore | Deadbeef | -0/+1 |
| 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 | Stabilize f16c_target_feature | Kathryn Long | -1/+1 |
| 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 |