about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-12-06Move numeric `From` and `TryFrom` impls to `libcore/convert/num.rs`Simon Sapin-330/+332
2019-12-06Add `{f32,f64}::approx_unchecked_to<Int>` unsafe methodsSimon Sapin-2/+110
2019-12-06Make `core::convert` a directory-module with `mod.rs`Simon Sapin-0/+0
2019-12-06Rename to `then_some` and `then`varkor-10/+10
2019-12-06Fix libcore testsvarkor-4/+4
2019-12-06Rename `bool`'s `then` to `to_option`varkor-6/+6
2019-12-06Rollup merge of #67021 - elichai:2019-12-fmt, r=QuietMisdreavusYuki Okushi-5/+6
2019-12-06Rollup merge of #66764 - estebank:reword-bad-collect, r=alexcrichtonYuki Okushi-2/+2
2019-12-05Implement core::panic::Location::caller using #[track_caller].Adam Perry-0/+55
2019-12-05Rollup merge of #67055 - lqd:const_qualif, r=oli-obkMazdak Farrokhzad-0/+2
2019-12-05Rollup merge of #67005 - andrewbanchich:master, r=joshtriplettMazdak Farrokhzad-1/+1
2019-12-05Rollup merge of #67002 - JayXon:patch-1, r=Dylan-DPCMazdak Farrokhzad-2/+2
2019-12-05libcore: rnable 2 unstable const fn featuresRemy Rakic-0/+2
2019-12-05Document why Pin implementations aren't derivedKonrad Borowski-0/+6
2019-12-05Use deref target in Pin trait implementationsKonrad Borowski-17/+35
2019-12-04Fix docs for formatting delegationsElichai Turkel-5/+6
2019-12-04Auto merge of #66275 - oli-obk:organize-intrinsics-promotion-checks, r=RalfJungbors-0/+1
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