about summary refs log tree commit diff
path: root/library/std/src/prelude/mod.rs
AgeCommit message (Expand)AuthorLines
2025-02-24span: add a "future" editionDavid Wood-0/+15
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-13Reword prelude for AsyncFn stabilizationMichael Goulet-2/+3
2024-12-11Stabilize the Rust 2024 preludeEric Huss-3/+13
2024-07-17Avoid comments that describe multiple `use` items.Nicholas Nethercote-0/+3
2024-05-13Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the preludeJosh Triplett-0/+4
2024-03-22Remove RustcEncodable/Decodable from 2024 preludeJacob Pratt-4/+22
2024-02-18Add `Future` and `IntoFuture` to the 2024 preludeNilstrieb-3/+3
2023-04-12remove some unneeded importsKaDiWa-5/+1
2022-04-02Create 2024 editionJacob Pratt-0/+14
2021-06-14Stabilize {std, core}::prelude::rust_*.Mara Bos-9/+23
2021-05-25Add tracking issue for edition-specific preludes.Mara Bos-7/+7
2021-03-31Rollup merge of #80720 - steffahn:prettify_prelude_imports, r=camelid,jyn514Dylan DPC-32/+32
2021-03-29Change back prelude headlineFrank Steffahn-1/+1
2021-02-25Use intra-doc links.Mara-3/+3
2021-02-25Add {core,std}::prelude::{rust_2015,rust_2018,rust_2021}.Mara Bos-0/+34
2021-01-21Make documentation of which items the prelude exports more readably.Frank Steffahn-33/+33
2021-01-05Use heading for `std::prelude` and not `io::prelude`Camelid-1/+1
2021-01-05Use lowercase for prelude itemsCamelid-12/+12
2020-12-18Use consistent punctuation for 'Prelude contents' docsCamelid-14/+14
2020-12-17Edit formatting in Rust Prelude docspierwill-13/+12
2020-09-02Fix incorrect link in preludeJoshua Nelson-1/+1
2020-09-02Convert many files to intra-doc linksJoshua Nelson-1/+1
2020-08-11Move the std::vec link back to a path-based link to make it compile with --st...Alexis Bourget-1/+1
2020-08-10Move to doc links inside the preludeAlexis Bourget-59/+26
2020-07-27mv std libs to library/mark-0/+120