about summary refs log tree commit diff
path: root/library/core/src/prelude
AgeCommit message (Expand)AuthorLines
2023-04-25Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger-1/+3
2023-04-16Remove #[alloc_error_handler] from the compiler and libraryAmanieu d'Antras-3/+1
2022-12-30Replace libstd, libcore, liballoc in docs.jonathanCogan-4/+4
2022-12-28Update bootstrap cfgPietro Albini-6/+3
2022-12-01Gate macros behind `#[cfg(not(bootstrap))]`nils-0/+1
2022-11-19Add unstable `type_ascribe` macroNilstrieb-0/+7
2022-11-12Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obkDylan DPC-0/+4
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-0/+3
2022-09-20Add the `#[derive_const]` attributeDeadbeef-0/+4
2022-04-02Create 2024 editionJacob Pratt-0/+10
2022-01-28update cfg(bootstrap)sPietro Albini-1/+0
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-2/+2
2022-01-03Make the documentation of builtin macro attributes accessibleDaniel Henry-Mantilla-9/+6
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-16/+0
2021-12-06Implement concat_bytes!Smitty-0/+9
2021-07-18Move asm! and global_asm! to core::archbstrie-3/+19
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-04-04Bump cfgsMark Rousskov-2/+0
2021-03-15Deprecate RustcEncodable and RustcDecodable.Mara Bos-1/+1
2021-03-10Rollup merge of #82217 - m-ou-se:edition-prelude, r=nikomatsakisDylan DPC-4/+38
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-4/+38
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-0/+5
2020-07-27mv std libs to library/mark-0/+83