about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2020-05-13Improve comments in iter::StepCAD97-3/+3
2020-04-08Adjust Step::forward_checked docs for large typesCAD97-12/+7
2020-04-08Redesign the Step traitCAD97-201/+539
2020-04-08Add inherent impls for unchecked math intrinsicsCAD97-0/+102
2020-04-06Use integer assoc consts in libcoreLinus Färnstrand-5/+5
2020-04-06Use assoc float consts in libcoreLinus Färnstrand-28/+18
2020-04-06Rollup merge of #70782 - faern:use-assoc-float-consts, r=dtolnayMazdak Farrokhzad-24/+4
2020-04-06Rollup merge of #70750 - cuviper:direct-fuse, r=scottmcmMazdak Farrokhzad-74/+63
2020-04-05Rollup merge of #70777 - faern:use-assoc-int-consts2, r=dtolnayDylan DPC-39/+23
2020-04-05Rollup merge of #70760 - PonasKovas:docs, r=Dylan-DPCDylan DPC-2/+4
2020-04-05Make libcore float constant examples similar to libstdLinus Färnstrand-12/+4
2020-04-05Stop importing the float modules. Use assoc constsLinus Färnstrand-12/+0
2020-04-05Stop importing int/float modules in libcoreLinus Färnstrand-39/+23
2020-04-05Rollup merge of #70752 - yoshuawuyts:slice_fill, r=dtolnayDylan DPC-0/+24
2020-04-05Add slice::fillYoshua Wuyts-0/+24
2020-04-04docs: make the description of Result::map_or more clearPonas-2/+4
2020-04-03Rollup merge of #69860 - faern:use-assoc-int-consts, r=dtolnayMazdak Farrokhzad-29/+27
2020-04-03Use a macro to expand the specialized FuseJosh Stone-41/+23
2020-04-03Open-code Fuse's Option matchesJosh Stone-35/+42
2020-04-03Rollup merge of #70731 - JohnTitor:follow-up-rustc-middle, r=eddybDylan DPC-3/+6
2020-04-03Rollup merge of #70728 - TimDiekmann:allocref-doc, r=AmanieuDylan DPC-19/+22
2020-04-03Minor follow-up after renaming librustc(_middle)Yuki Okushi-3/+6
2020-04-03Replace float module consts with assoc consts in documentationLinus Färnstrand-11/+9
2020-04-03Replace max/min_value() with MAX/MIN assoc constsLinus Färnstrand-12/+12
2020-04-03Make documentation examples use new integer assoc constsLinus Färnstrand-6/+6
2020-04-03Update mod.rsTim Diekmann-1/+1
2020-04-03Minor doc improvements on `AllocRef`Tim Diekmann-19/+22
2020-04-03Rollup merge of #70708 - Pocakking:fix-ascii-case-conv-typo, r=sfacklerMazdak Farrokhzad-2/+2
2020-04-03Rollup merge of #70700 - jrvidal:include-macro-paths, r=Dylan-DPCMazdak Farrokhzad-5/+11
2020-04-03Rollup merge of #70691 - TimDiekmann:allocref-docs, r=RalfJungMazdak Farrokhzad-5/+7
2020-04-03Rollup merge of #70487 - Mark-Simulacrum:float-unchecked-casts, r=SimonSapinMazdak Farrokhzad-18/+29
2020-04-02Fix typo in u8::to_ascii_uppercase and u8::to_ascii_lowercasePocakking-2/+2
2020-04-02Expand on platform details of `include_xxx` macrosRoberto Vidal-5/+11
2020-04-02Rollup merge of #70281 - xfix:infallible-hash, r=dtolnayMazdak Farrokhzad-0/+8
2020-04-02Improve docs in `AllocRef`Tim Diekmann-5/+7
2020-04-02Auto merge of #70362 - TimDiekmann:alloc-overhaul, r=Amanieubors-1043/+906
2020-04-01Rollup merge of #70081 - lcnr:issue68387, r=varkorDylan DPC-9/+9
2020-03-31fix internal lint falloutBastian Kauschke-9/+9
2020-03-31Rollup merge of #70588 - Coder-256:str-split-at-docs, r=Dylan-DPCMazdak Farrokhzad-2/+2
2020-03-31Rollup merge of #69784 - benesch:fast-strip-prefix-suffix, r=kennytmMazdak Farrokhzad-30/+92
2020-03-30Fix incorrect documentation for `str::{split_at, split_at_mut}`Jacob Greenfield-2/+2
2020-03-30Optimize strip_prefix and strip_suffix with str patternsNikhil Benesch-30/+92
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-2/+2
2020-03-29Rollup merge of #70140 - Nemo157:result-flatten, r=AmanieuMazdak Farrokhzad-1/+33
2020-03-29Stabilize float::to_int_uncheckedMark Rousskov-18/+29
2020-03-29Fix links for `AllocInit` methodsTim Diekmann-2/+2
2020-03-29Revert "Fix links for `AllocInit` methods"Tim Diekmann-2/+2
2020-03-29Rollup merge of #70101 - tmiasko:intrinsics-copy, r=eddybMazdak Farrokhzad-112/+112
2020-03-29Auto merge of #70370 - petrochenkov:nosmatch, r=Centrilbors-2/+0