| Age | Commit message (Expand) | Author | Lines |
| 2025-09-27 | Remove `cfg(bootstrap)` for `doc_cfg` feature following #141925 | Guillaume Gomez | -49/+21 |
| 2025-09-27 | Remove `doc_cfg_hide` feature | Guillaume Gomez | -1/+1 |
| 2025-09-27 | Implement RFC 3631 | Guillaume Gomez | -21/+48 |
| 2025-09-13 | initial implementation of the darwin_objc unstable feature | Jo Bates | -0/+1 |
| 2025-09-08 | simplify the declaration of the legacy integer modules (`std::u32` etc.) | cyrgani | -41/+10 |
| 2025-09-04 | Rollup merge of #145690 - sayantn:integer-funnel-shift, r=tgross35 | Jacob Pratt | -0/+1 |
| 2025-09-03 | Add `funnel_sh{l,r}` functions and intrinsics | sayantn | -0/+1 |
| 2025-08-27 | Rollup merge of #145335 - clarfonthey:wtf8-core-alloc, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2025-08-21 | Introduce Reborrow lang item and trait | Aapo Alasuutari | -0/+1 |
| 2025-08-20 | Move WTF-8 code from std to core/alloc | ltdk | -0/+2 |
| 2025-08-18 | Remove the `From` derive macro from prelude | Jakub Beránek | -0/+7 |
| 2025-08-15 | Rollup merge of #145322 - LorrensP-2158466:early-prelude-processing, r=petroc... | Stuart Cook | -4/+4 |
| 2025-08-14 | resolve prelude import at `build_reduced_graph` phase | LorrensP-2158466 | -4/+4 |
| 2025-08-14 | Stabilize `sse4a` and `tbm` target features | sayantn | -2/+0 |
| 2025-08-07 | Rollup merge of #138689 - jedbrown:jed/nvptx-target-feature, r=ZuseZ4 | Stuart Cook | -0/+1 |
| 2025-07-20 | Rollup merge of #143423 - hkBst:clippy-fix-1, r=workingjubilee | Guillaume Gomez | -3/+3 |
| 2025-07-18 | Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-dead | Matthias Krüger | -0/+2 |
| 2025-07-17 | Make slices `[const] PartialEq` | Oli Scherer | -0/+2 |
| 2025-07-12 | Fixed a core crate compilation failure when enabling the `optimize_for_size` ... | nazo6 | -0/+1 |
| 2025-07-08 | collect.rs: remove empty line after doc comment | Marijn Schouten | -3/+3 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -1/+1 |
| 2025-06-25 | make `tidy-alphabetical` use a natural sort | Folkert de Vries | -1/+1 |
| 2025-06-21 | add nvptx_target_feature | Jed Brown | -0/+1 |
| 2025-06-20 | Rollup merge of #142756 - Daniel-Aaron-Bloom:const-clone, r=oli-obk | Trevor Gross | -0/+1 |
| 2025-06-19 | Make `Clone` a `const_trait` | Daniel Bloom | -0/+1 |
| 2025-06-11 | stabilize gai | Boxy | -1/+0 |
| 2025-06-10 | Rollup merge of #140766 - sayantn:stabilize-keylocker, r=traviscross,tgross35 | León Orell Valerian Liehr | -1/+0 |
| 2025-06-07 | Stabilize `sha512_sm_x86`, and the `sha512`, `sm3` and `sm4` target features | sayantn | -1/+0 |
| 2025-06-07 | Stabilize the `keylocker_x86` flag, and the `kl` and `widekl` target features | sayantn | -1/+0 |
| 2025-06-02 | Remove bootstrap cfgs from library/ | Josh Stone | -2/+0 |
| 2025-05-28 | Rollup merge of #140697 - Sa4dUs:split-autodiff, r=ZuseZ4 | Trevor Gross | -1/+2 |
| 2025-05-23 | Remove #![feature(let_chains)] from libcore | est31 | -1/+0 |
| 2025-05-21 | Disable autodiff bootstrapping | Marcelo Domínguez | -0/+1 |
| 2025-05-20 | Rename `cfg_match!` to `cfg_select!` | Trevor Gross | -3/+3 |
| 2025-05-20 | Split `autodiff` into `autodiff_forward` and `autodiff_reverse` | Marcelo Domínguez | -1/+1 |
| 2025-05-18 | Auto merge of #127013 - tgross35:f16-format-parse, r=Mark-Simulacrum | bors | -0/+1 |
| 2025-05-18 | Rollup merge of #138940 - sayantn:stabilize-avx512, r=Amanieu,traviscross | León Orell Valerian Liehr | -1/+1 |
| 2025-05-18 | float: Add `f16` parsing and printing | Trevor Gross | -0/+1 |
| 2025-05-18 | Stabilize `avx512_target_feature` | sayantn | -1/+1 |
| 2025-04-30 | Stabilize `#![feature(non_null_from_ref)]` | Mathis B | -1/+0 |
| 2025-04-28 | Rollup merge of #139656 - scottmcm:stabilize-slice-as-chunks, r=dtolnay | Chris Denton | -1/+0 |
| 2025-04-15 | Auto merge of #139632 - Darksonn:cfi-fmt, r=m-ou-se | bors | -1/+0 |
| 2025-04-15 | Remove #![feature(no_sanitize)] | Tamir Duberstein | -1/+0 |
| 2025-04-15 | Rollup merge of #138374 - celinval:issue-136925-const-contract, r=compiler-er... | Stuart Cook | -1/+0 |
| 2025-04-13 | Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs] | Sky | -0/+1 |
| 2025-04-10 | Stabilize `slice_as_chunks` library feature | Scott McMurray | -1/+0 |
| 2025-04-07 | Enable contracts for const functions | Celina G. Val | -1/+0 |
| 2025-03-26 | Use cfg_match in core | Christopher Durham | -0/+1 |
| 2025-03-16 | Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc | 许杰友 Jieyou Xu (Joe) | -17/+0 |
| 2025-03-11 | Migrate core to Rust 2024 | Eric Huss | -1/+1 |