about summary refs log tree commit diff
path: root/src/libcore/prelude
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-83/+0
2020-04-25Bump bootstrap compilerMark Rousskov-1/+0
2020-04-15Deprecate the asm! macroAmanieu d'Antras-0/+1
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-2/+2
2020-03-10builtin_macros: Add attribute macro `#[cfg_accessible(path)]`Vadim Petrochenkov-0/+9
2019-11-26Format libcore with rustfmtDavid Tolnay-33/+10
2019-08-15Remove `__rust_unstable_column`Vadim Petrochenkov-1/+0
2019-08-14Handle cfg(bootstrap) throughoutMark Rousskov-4/+0
2019-08-10Give built-in macros stable addresses in the standard libraryVadim Petrochenkov-16/+22
2019-07-31Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]`Vadim Petrochenkov-2/+0
2019-07-26Introduce built-in macros through libcoreVadim Petrochenkov-0/+47
2019-04-18libcore => 2018Taiki Endo-11/+11
2018-12-25Remove licensesMark Rousskov-20/+0
2018-12-21Update Pin API to match the one proposed for stabilizationTaylor Cramer-1/+1
2018-05-17Switch to 1.26 bootstrap compilerMark Simulacrum-10/+0
2018-04-21Replace StrExt with inherent str methods in libcoreSimon Sapin-0/+1
2018-04-21Replace SliceExt with inherent [T] methods in libcoreSimon Sapin-0/+1
2018-04-12Remove the CharExt trait, now that libcore has inherent methods for charSimon Sapin-3/+0
2018-03-30Revert "Add TryFrom and TryInto to the prelude"Simon Sapin-3/+0
2018-03-26Add TryFrom and TryInto to the preludeSimon Sapin-0/+3
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-4/+4
2016-10-16Run rustfmt on libcore/prelude folderSrinivas Reddy Thatiparthy-14/+28
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+14
2015-08-17core: Stabilize prelude::v1Alex Crichton-18/+19
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-1/+2
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+52