| Age | Commit message (Expand) | Author | Lines |
| 2023-04-27 | correct `std::prelude` comment | KaDiWa | -4/+4 |
| 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 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -5/+1 |
| 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/+8 |
| 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-05-27 | Finish bumping stage0 | Mark Rousskov | -4/+0 |
| 2022-04-15 | Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelix | Dylan DPC | -0/+14 |
| 2022-04-14 | library: Move `CStr` to libcore, and `CString` to liballoc | Vadim Petrochenkov | -0/+4 |
| 2022-04-02 | Create 2024 edition | Jacob Pratt | -0/+14 |
| 2022-01-28 | update cfg(bootstrap)s | Pietro Albini | -1/+0 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -3/+2 |
| 2022-01-03 | Make the documentation of builtin macro attributes accessible | Daniel Henry-Mantilla | -11/+8 |
| 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 | -4/+20 |
| 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-04-04 | Bump cfgs | Mark Rousskov | -2/+0 |
| 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-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 | -1/+35 |
| 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 | -0/+34 |
| 2021-02-07 | expand/resolve: Turn `#[derive]` into a regular macro attribute | Vadim Petrochenkov | -0/+5 |
| 2021-01-21 | Make documentation of which items the prelude exports more readably. | Frank Steffahn | -33/+33 |
| 2021-01-21 | Rollup merge of #80172 - camelid:prelude-docs-consistent-punct, r=steveklabnik | Yuki Okushi | -14/+14 |
| 2021-01-06 | Style nit: replace `for_each` & `return` with `for` & `continue` | Daniel Henry-Mantilla | -4/+4 |
| 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/+201 |