about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2020-04-15Deprecate the asm! macroAmanieu d'Antras-3/+8
2020-04-15Update stdarch submodule to use llvm_asm! instead of asm!Amanieu d'Antras-0/+4
2020-04-15big-O notation: parenthesis, multiplication and backticksRalf Jung-7/+7
2020-04-14Rollup merge of #71133 - MiSawa:fix-sort-by-key-doc, r=Dylan-DPCDylan DPC-1/+1
2020-04-14Rollup merge of #71082 - NeoRaider:ptr_slice_len, r=oli-obk,SimonSapinDylan DPC-0/+56
2020-04-14ptr: add tracking issue for len() method on raw slicesMatthias Schiffer-4/+4
2020-04-14ptr: introduce len() method on raw slicesMatthias Schiffer-2/+50
2020-04-14ptr: implement "const_slice_ptr" and "mut_slice_ptr" lang itemsMatthias Schiffer-0/+8
2020-04-14Tighten time complexity on the docmi_sawa-1/+1
2020-04-13Remove the last remnant of unsigned NegJosh Stone-17/+4
2020-04-13Add examples to Pattern docsIvan Tham-0/+26
2020-04-13Add period to Pattern docsIvan Tham-5/+5
2020-04-12Document unsafety in `src/libcore/hash/sip.rs`LeSeulArtichaut-3/+8
2020-04-11Document unsafety in `src/libcore/hash/mod.rs`LeSeulArtichaut-2/+7
2020-04-11Document unsafety in `core::option`LeSeulArtichaut-2/+6
2020-04-11Store UNICODE_VERSION as a tuplePyfisch-30/+5
2020-04-10Added comments.Rakshith Ravi-21/+16
2020-04-09Rollup merge of #70896 - cuviper:optional-chain, r=scottmcmMazdak Farrokhzad-154/+113
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-08Stabilize some of alloc_layout_extrasCAD97-14/+11
2020-04-08Added FuseIteratorImpl, FustDoubleEndedIteratorImpl and FuseExactSizeIterator...Rakshith Ravi-79/+250
2020-04-07Avoid extra &mut in Chain::fold and try_foldJosh Stone-2/+2
2020-04-07Reduce callsites in Chain::last()Josh Stone-11/+10
2020-04-07Reduce callsites in Chain::count()Josh Stone-6/+9
2020-04-07Implement Chain with Option fusesJosh Stone-149/+106
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-05Remove a stack frame from .await callsSteven Fackler-5/+2
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