about summary refs log tree commit diff
path: root/library/core/src/prelude/mod.rs
AgeCommit message (Expand)AuthorLines
2025-02-24span: add a "future" editionDavid Wood-0/+23
2025-02-11Remove the common prelude moduleEric Huss-11/+3
2025-01-14remove Rustc{En,De}codable from library and compilerRalf Jung-9/+0
2025-01-14make rustc_encodable_decodable feature properly unstableRalf Jung-2/+1
2025-01-08update version placeholdersPietro Albini-2/+2
2024-12-11Stabilize the Rust 2024 preludeEric Huss-2/+2
2024-07-17Avoid comments that describe multiple `use` items.Nicholas Nethercote-0/+3
2024-03-22Remove RustcEncodable/Decodable from 2024 preludeJacob Pratt-4/+30
2024-02-18Add `Future` and `IntoFuture` to the 2024 preludeNilstrieb-2/+6
2022-12-30Replace libstd, libcore, liballoc in docs.jonathanCogan-4/+4
2022-04-02Create 2024 editionJacob Pratt-0/+10
2021-06-14Stabilize {std, core}::prelude::rust_*.Mara Bos-8/+8
2021-05-25Add new traits to 2021 prelude.Mara Bos-1/+7
2021-05-25Add tracking issue for edition-specific preludes.Mara Bos-6/+6
2021-02-25Use intra-doc links.Mara-3/+3
2021-02-25Add {core,std}::prelude::{rust_2015,rust_2018,rust_2021}.Mara Bos-0/+36
2020-07-27mv std libs to library/mark-0/+5