about summary refs log tree commit diff
path: root/library/std/src/prelude
AgeCommit message (Expand)AuthorLines
2021-07-18Move asm! and global_asm! to core::archbstrie-4/+20
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-04-04Bump cfgsMark Rousskov-2/+0
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-03-15Deprecate RustcEncodable and RustcDecodable.Mara Bos-1/+1
2021-03-10Rollup merge of #82217 - m-ou-se:edition-prelude, r=nikomatsakisDylan DPC-1/+35
2021-03-06Implement built-in attribute macro `#[cfg_eval]`Vadim Petrochenkov-0/+9
2021-02-25Use intra-doc links.Mara-4/+4
2021-02-25Add {core,std}::prelude::{rust_2015,rust_2018,rust_2021}.Mara Bos-0/+34
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-0/+5
2021-01-21Make documentation of which items the prelude exports more readably.Frank Steffahn-33/+33
2021-01-21Rollup merge of #80172 - camelid:prelude-docs-consistent-punct, r=steveklabnikYuki Okushi-14/+14
2021-01-06Style nit: replace `for_each` & `return` with `for` & `continue`Daniel Henry-Mantilla-4/+4
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/+201