about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2020-03-29Fix links for `AllocInit` methodsTim Diekmann-2/+2
2020-03-29Minor doc fixes in `AllocInit::init`Tim Diekmann-3/+3
2020-03-29Implement `init` and `init_offset` on `AllocInit` and mark it unsafeTim Diekmann-22/+31
2020-03-28Make fields in `MemoryBlock` publicTim Diekmann-43/+20
2020-03-28Rollup merge of #70486 - Mark-Simulacrum:unicode-shrink, r=dtolnayDylan DPC-539/+443
2020-03-27Remove separate encoding for a single nonzero-mapping byteMark Rousskov-15/+7
2020-03-27Add skip list based implementation for smaller encodingMark Rousskov-777/+244
2020-03-27Rollup merge of #65222 - Lucretiel:fold_self, r=kodrAusDylan DPC-16/+39
2020-03-27remove unused importdylan_DPC-1/+0
2020-03-27simplify testdylan_DPC-4/+1
2020-03-26fix docsdylan_DPC-2/+5
2020-03-26Add fold_selfNathan West-16/+40
2020-03-26Mark `Layout::dangling` inlineTim Diekmann-0/+1
2020-03-26Apply suggestions from code reviewTim Diekmann-10/+11
2020-03-26Remove alignment from `MemoryBlock`Tim Diekmann-61/+104
2020-03-26Remove unused import from libcore/allocTim Diekmann-1/+1
2020-03-26Use `NonNull` instead of `Unique` in `MemoryBlock`Tim Diekmann-4/+3
2020-03-26Fix issues from review and unsoundness of `RawVec::into_box`Tim Diekmann-180/+137
2020-03-26Overhaul of the `AllocRef` trait to match allocator-wg's latest consensTim Diekmann-1043/+919
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-6/+48
2020-03-26convert to doc commentsNiko Matsakis-4/+4
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-0/+1
2020-03-26permit negative impls for non-auto traitsNiko Matsakis-0/+9
2020-03-25Rollup merge of #70366 - cuviper:option-fuse, r=dtolnayDylan DPC-255/+344
2020-03-25impl TrustedRandomAccess for Fuse without FusedIteratorJosh Stone-2/+6
2020-03-24Rollup merge of #70234 - anp:tracked-std-traits, r=AmanieuMazdak Farrokhzad-0/+10