| Age | Commit message (Expand) | Author | Lines |
| 2025-02-24 | span: add a "future" edition | David Wood | -0/+15 |
| 2025-02-11 | Remove the common prelude module | Eric Huss | -11/+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-13 | Reword prelude for AsyncFn stabilization | Michael Goulet | -2/+3 |
| 2024-12-11 | Stabilize the Rust 2024 prelude | Eric Huss | -3/+13 |
| 2024-07-17 | Avoid comments that describe multiple `use` items. | Nicholas Nethercote | -0/+3 |
| 2024-05-13 | Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the prelude | Josh Triplett | -0/+4 |
| 2024-03-22 | Remove RustcEncodable/Decodable from 2024 prelude | Jacob Pratt | -4/+22 |
| 2024-02-18 | Add `Future` and `IntoFuture` to the 2024 prelude | Nilstrieb | -3/+3 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -5/+1 |
| 2022-04-02 | Create 2024 edition | Jacob Pratt | -0/+14 |
| 2021-06-14 | Stabilize {std, core}::prelude::rust_*. | Mara Bos | -9/+23 |
| 2021-05-25 | Add tracking issue for edition-specific preludes. | Mara Bos | -7/+7 |
| 2021-03-31 | Rollup merge of #80720 - steffahn:prettify_prelude_imports, r=camelid,jyn514 | Dylan DPC | -32/+32 |
| 2021-03-29 | Change back prelude headline | Frank Steffahn | -1/+1 |
| 2021-02-25 | Use intra-doc links. | Mara | -3/+3 |
| 2021-02-25 | Add {core,std}::prelude::{rust_2015,rust_2018,rust_2021}. | Mara Bos | -0/+34 |
| 2021-01-21 | Make documentation of which items the prelude exports more readably. | Frank Steffahn | -33/+33 |
| 2021-01-05 | Use heading for `std::prelude` and not `io::prelude` | Camelid | -1/+1 |
| 2021-01-05 | Use lowercase for prelude items | Camelid | -12/+12 |
| 2020-12-18 | Use consistent punctuation for 'Prelude contents' docs | Camelid | -14/+14 |
| 2020-12-17 | Edit formatting in Rust Prelude docs | pierwill | -13/+12 |
| 2020-09-02 | Fix incorrect link in prelude | Joshua Nelson | -1/+1 |
| 2020-09-02 | Convert many files to intra-doc links | Joshua Nelson | -1/+1 |
| 2020-08-11 | Move the std::vec link back to a path-based link to make it compile with --st... | Alexis Bourget | -1/+1 |
| 2020-08-10 | Move to doc links inside the prelude | Alexis Bourget | -59/+26 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+120 |