| Age | Commit message (Expand) | Author | Lines |
| 2025-08-18 | Remove the `From` derive macro from prelude | Jakub Beránek | -7/+0 |
| 2025-08-15 | Create unstable `From` builtin macro and register it | Jakub Beránek | -0/+7 |
| 2025-07-17 | Make `derive_const` usable within libcore again | Oli Scherer | -1/+1 |
| 2025-06-24 | Remove the deprecated `concat_idents!` macro | Trevor Gross | -2/+1 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2025-04-24 | Deprecate the unstable `concat_idents!` | Trevor Gross | -0/+1 |
| 2025-04-09 | update cfgs | Boxy | -1/+0 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -0/+8 |
| 2025-02-24 | span: add a "future" edition | David Wood | -0/+23 |
| 2025-02-11 | Remove the common prelude module | Eric Huss | -12/+6 |
| 2025-02-02 | Rollup merge of #134272 - RalfJung:destabilize-rustc_encodable_decodable, r=o... | Matthias Krüger | -10/+0 |
| 2025-01-22 | Add `AsyncFn*` to core prelude | Lukas Markeffsky | -0/+3 |
| 2025-01-14 | remove Rustc{En,De}codable from library and compiler | Ralf Jung | -9/+0 |
| 2025-01-14 | make rustc_encodable_decodable feature properly unstable | Ralf Jung | -2/+1 |
| 2025-01-08 | update version placeholders | Pietro Albini | -2/+2 |
| 2024-12-11 | Stabilize the Rust 2024 prelude | Eric Huss | -2/+2 |
| 2024-07-17 | Avoid comments that describe multiple `use` items. | Nicholas Nethercote | -0/+6 |
| 2024-07-17 | Merge some `core::iter` entries. | Nicholas Nethercote | -4/+1 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -1/+1 |
| 2024-05-13 | Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the prelude | Josh Triplett | -0/+3 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2024-03-22 | Remove RustcEncodable/Decodable from 2024 prelude | Jacob Pratt | -17/+31 |
| 2024-03-22 | Soft-destabilize `RustcEncodable`/`RustcDecodable` | Jacob Pratt | -1/+6 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -0/+8 |
| 2024-02-18 | Add `Future` and `IntoFuture` to the 2024 prelude | Nilstrieb | -2/+6 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -1/+3 |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -3/+1 |
| 2022-12-30 | Replace libstd, libcore, liballoc in docs. | jonathanCogan | -4/+4 |
| 2022-12-28 | Update bootstrap cfg | Pietro Albini | -6/+3 |
| 2022-12-01 | Gate macros behind `#[cfg(not(bootstrap))]` | nils | -0/+1 |
| 2022-11-19 | Add unstable `type_ascribe` macro | Nilstrieb | -0/+7 |
| 2022-11-12 | Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obk | Dylan DPC | -0/+4 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -0/+3 |
| 2022-09-20 | Add the `#[derive_const]` attribute | Deadbeef | -0/+4 |
| 2022-04-02 | Create 2024 edition | Jacob Pratt | -0/+10 |
| 2022-01-28 | update cfg(bootstrap)s | Pietro Albini | -1/+0 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -2/+2 |
| 2022-01-03 | Make the documentation of builtin macro attributes accessible | Daniel Henry-Mantilla | -9/+6 |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -16/+0 |
| 2021-12-06 | Implement concat_bytes! | Smitty | -0/+9 |
| 2021-07-18 | Move asm! and global_asm! to core::arch | bstrie | -3/+19 |
| 2021-06-14 | Stabilize {std, core}::prelude::rust_*. | Mara Bos | -8/+8 |
| 2021-05-25 | Add new traits to 2021 prelude. | Mara Bos | -1/+7 |
| 2021-05-25 | Add tracking issue for edition-specific preludes. | Mara Bos | -6/+6 |
| 2021-04-04 | Bump cfgs | Mark Rousskov | -2/+0 |
| 2021-03-15 | Deprecate RustcEncodable and RustcDecodable. | Mara Bos | -1/+1 |
| 2021-03-10 | Rollup merge of #82217 - m-ou-se:edition-prelude, r=nikomatsakis | Dylan DPC | -4/+38 |
| 2021-03-06 | Implement built-in attribute macro `#[cfg_eval]` | Vadim Petrochenkov | -0/+9 |
| 2021-02-25 | Use intra-doc links. | Mara | -4/+4 |
| 2021-02-25 | Add {core,std}::prelude::{rust_2015,rust_2018,rust_2021}. | Mara Bos | -4/+38 |