about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-11-30Rollup merge of #66889 - dtolnay:fmt6, r=rkruppeMazdak Farrokhzad-1258/+1278
2019-11-30Rollup merge of #66705 - pitdicker:atomic_mut_ptr, r=KodrAusMazdak Farrokhzad-0/+74
2019-11-30Fill tracking issuePaul Dicker-2/+2
2019-11-30Document why as_mut_ptr is safePaul Dicker-0/+12
2019-11-30libunwind_panic: adjust miri panic hackRalf Jung-1/+3
2019-11-29Remove unneeded prelude imports in libcore testsDavid Tolnay-3/+0
2019-11-29Make libcore/unicode/tables.rs compatible with rustfmtDavid Tolnay-29/+36
2019-11-29Make libcore/unicode/printable.rs compatible with rustfmtDavid Tolnay-4/+11
2019-11-29Make dec2flt_table compatible with rustfmtDavid Tolnay-1225/+1231
2019-11-29Optimize Ord trait implementation for boolKrishna Sai Veera Reddy-1/+18
2019-11-29Rollup merge of #66872 - Mikotochan:patch-1, r=jonas-schievinkRalf Jung-1/+1
2019-11-29Rollup merge of #66837 - ohadravid:epsilon-doc, r=dtolnayRalf Jung-2/+2
2019-11-29Rollup merge of #66766 - RalfJung:panic-comments, r=SimonSapinRalf Jung-5/+16
2019-11-29Rollup merge of #66379 - CreepySkeleton:patch-1, r=RalfJungRalf Jung-14/+24
2019-11-29Minor documentation fixMikotochan-1/+1
2019-11-28Clarify `{f32,f64}::EPSILON` docsOhad Ravid-2/+2
2019-11-28Auto merge of #65013 - petertodd:2019-maybeuninit-debug, r=sfacklerbors-0/+9
2019-11-27Rollup merge of #66798 - bwignall:typo, r=varkorTyler Mandry-2/+2
2019-11-27Rollup merge of #66797 - mlodato517:mlodato517-array-doc-typo, r=Dylan-DPCTyler Mandry-1/+1
2019-11-27Rollup merge of #66769 - fusion-engineering-forks:tau-constant, r=dtolnayTyler Mandry-0/+12
2019-11-27Use intra-doc linksCreepySkeleton-2/+2
2019-11-27Elaborate on std::ptr::{as_ref,as_mod} and clarify docsCreepySkeleton-14/+24
2019-11-27Update mod.rsDylan DPC-1/+1
2019-11-26Format libcore with rustfmtDavid Tolnay-1294/+1800
2019-11-26Fix spelling typosBrian Wignall-2/+2
2019-11-26Fixes small typo in array docs r? @steveklabnikMark Lodato-1/+1
2019-11-26Add tracking issue number.Mara Bos-2/+2
2019-11-26Add core::{f32,f64}::consts::TAU.Mara Bos-0/+12
2019-11-26follow the same function order in the traitGuanqun Lu-6/+6
2019-11-26Fixed formatting issuesSOFe-2/+4
2019-11-26Stabilize the `core::panic` moduleSimon Sapin-3/+1
2019-11-26Fix the tracking issue number for `PanicInfo::message`Simon Sapin-1/+1
2019-11-26Improved comments to clarify sasumptions in str::strip_prefixSOFe-5/+7
2019-11-26abort on BoxMeUp misuseRalf Jung-0/+8
2019-11-26Fix unstable attribute accidentally applying to the entire implSimon Sapin-4/+8
2019-11-25more panicking commentsRalf Jung-4/+5
2019-11-25Clarify Layout::pad_to_align safety commentChristopher Durham-1/+1
2019-11-25Remove unsafe in Layout::pad_to_alignChristopher Durham-3/+1
2019-11-25added enclosing_scope attr to Try trait and fixed ui tests accordinglyMikhail Babenko-3/+4
2019-11-25Rollup merge of #66694 - RalfJung:panic-comments, r=Dylan-DPCPietro Albini-4/+3
2019-11-25Add str::strip_prefix and str::strip_suffixSOFe-1/+68
2019-11-25better comment and rename BoxMeUp::box_me_up to take_boxRalf Jung-1/+3
2019-11-24make comment compileRalf Jung-2/+1
2019-11-24panicking commentsRalf Jung-3/+3
2019-11-24Auto merge of #66322 - lzutao:consistent-result-map_or_else, r=dtolnaybors-4/+6
2019-11-24Rollup merge of #66659 - Centril:fix-bench, r=Mark-SimulacrumMazdak Farrokhzad-2/+2
2019-11-24Rollup merge of #66411 - RalfJung:forget, r=sfacklerMazdak Farrokhzad-3/+33
2019-11-23Add as_mut_ptr method to atomic types.Paul Dicker-0/+62
2019-11-23make `./x.py bench` againMazdak Farrokhzad-2/+2
2019-11-23Rollup merge of #66583 - Phlosioneer:patch-2, r=Dylan-DPCMazdak Farrokhzad-2/+6