about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-12-03capitalize RustAndrew Banchich-1/+1
2019-12-03Fix documentation of pattern for str::matches()Sen Jiang-2/+2
2019-12-03Tweak wording of `collect()` on bad target typeEsteban Küber-2/+2
2019-12-03Rollup merge of #66941 - CAD97:nord, r=Dylan-DPCMazdak Farrokhzad-1/+0
2019-12-03Rollup merge of #66651 - Areredify:on-unimplemented-scope, r=davidtwcoMazdak Farrokhzad-3/+4
2019-12-03Check intrinsics for callability in const fnsMahmut Bulut-0/+1
2019-12-03Auto merge of #66256 - CAD97:patch-2, r=RalfJungbors-6/+7
2019-12-02Document usage of unsafe blockKrishna Sai Veera Reddy-0/+1
2019-12-02Rollup merge of #66822 - RalfJung:miri-panic, r=oli-obkRalf Jung-1/+3
2019-12-02stabilize Result::map_orLzu Tao-2/+1
2019-12-01Remove ord lang itemcad97-1/+0
2019-11-30Rollup merge of #66894 - dtolnay:prelude, r=CentrilMazdak Farrokhzad-3/+0
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