| Age | Commit message (Expand) | Author | Lines |
| 2020-04-03 | Minor doc improvements on `AllocRef` | Tim Diekmann | -19/+22 |
| 2020-04-03 | Rollup merge of #70708 - Pocakking:fix-ascii-case-conv-typo, r=sfackler | Mazdak Farrokhzad | -2/+2 |
| 2020-04-03 | Rollup merge of #70700 - jrvidal:include-macro-paths, r=Dylan-DPC | Mazdak Farrokhzad | -5/+11 |
| 2020-04-03 | Rollup merge of #70691 - TimDiekmann:allocref-docs, r=RalfJung | Mazdak Farrokhzad | -5/+7 |
| 2020-04-03 | Rollup merge of #70487 - Mark-Simulacrum:float-unchecked-casts, r=SimonSapin | Mazdak Farrokhzad | -18/+29 |
| 2020-04-02 | Fix typo in u8::to_ascii_uppercase and u8::to_ascii_lowercase | Pocakking | -2/+2 |
| 2020-04-02 | Expand on platform details of `include_xxx` macros | Roberto Vidal | -5/+11 |
| 2020-04-02 | Rollup merge of #70281 - xfix:infallible-hash, r=dtolnay | Mazdak Farrokhzad | -0/+8 |
| 2020-04-02 | Improve docs in `AllocRef` | Tim Diekmann | -5/+7 |
| 2020-04-02 | Auto merge of #70362 - TimDiekmann:alloc-overhaul, r=Amanieu | bors | -1043/+906 |
| 2020-04-01 | Rollup merge of #70081 - lcnr:issue68387, r=varkor | Dylan DPC | -9/+9 |
| 2020-03-31 | fix internal lint fallout | Bastian Kauschke | -9/+9 |
| 2020-03-31 | Rollup merge of #70588 - Coder-256:str-split-at-docs, r=Dylan-DPC | Mazdak Farrokhzad | -2/+2 |
| 2020-03-31 | Rollup merge of #69784 - benesch:fast-strip-prefix-suffix, r=kennytm | Mazdak Farrokhzad | -30/+92 |
| 2020-03-30 | Fix incorrect documentation for `str::{split_at, split_at_mut}` | Jacob Greenfield | -2/+2 |
| 2020-03-30 | Optimize strip_prefix and strip_suffix with str patterns | Nikhil Benesch | -30/+92 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -2/+2 |
| 2020-03-29 | Rollup merge of #70140 - Nemo157:result-flatten, r=Amanieu | Mazdak Farrokhzad | -1/+33 |
| 2020-03-29 | Stabilize float::to_int_unchecked | Mark Rousskov | -18/+29 |
| 2020-03-29 | Fix links for `AllocInit` methods | Tim Diekmann | -2/+2 |
| 2020-03-29 | Revert "Fix links for `AllocInit` methods" | Tim Diekmann | -2/+2 |
| 2020-03-29 | Rollup merge of #70101 - tmiasko:intrinsics-copy, r=eddyb | Mazdak Farrokhzad | -112/+112 |
| 2020-03-29 | Auto merge of #70370 - petrochenkov:nosmatch, r=Centril | bors | -2/+0 |
| 2020-03-29 | Fix links for `AllocInit` methods | Tim Diekmann | -2/+2 |
| 2020-03-29 | Minor doc fixes in `AllocInit::init` | Tim Diekmann | -3/+3 |
| 2020-03-29 | Implement `init` and `init_offset` on `AllocInit` and mark it unsafe | Tim Diekmann | -22/+31 |
| 2020-03-28 | Make fields in `MemoryBlock` public | Tim Diekmann | -43/+20 |
| 2020-03-28 | Rollup merge of #70486 - Mark-Simulacrum:unicode-shrink, r=dtolnay | Dylan DPC | -539/+443 |
| 2020-03-27 | Remove separate encoding for a single nonzero-mapping byte | Mark Rousskov | -15/+7 |
| 2020-03-27 | Add skip list based implementation for smaller encoding | Mark Rousskov | -777/+244 |
| 2020-03-27 | Rollup merge of #65222 - Lucretiel:fold_self, r=kodrAus | Dylan DPC | -16/+39 |
| 2020-03-27 | remove unused import | dylan_DPC | -1/+0 |
| 2020-03-27 | simplify test | dylan_DPC | -4/+1 |
| 2020-03-26 | fix docs | dylan_DPC | -2/+5 |
| 2020-03-26 | Add fold_self | Nathan West | -16/+40 |
| 2020-03-26 | Mark `Layout::dangling` inline | Tim Diekmann | -0/+1 |
| 2020-03-26 | Apply suggestions from code review | Tim Diekmann | -10/+11 |
| 2020-03-26 | Remove alignment from `MemoryBlock` | Tim Diekmann | -61/+104 |
| 2020-03-26 | Remove unused import from libcore/alloc | Tim Diekmann | -1/+1 |
| 2020-03-26 | Use `NonNull` instead of `Unique` in `MemoryBlock` | Tim Diekmann | -4/+3 |
| 2020-03-26 | Fix issues from review and unsoundness of `RawVec::into_box` | Tim Diekmann | -180/+137 |
| 2020-03-26 | Overhaul of the `AllocRef` trait to match allocator-wg's latest consens | Tim Diekmann | -1043/+919 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -6/+48 |
| 2020-03-26 | convert to doc comments | Niko Matsakis | -4/+4 |
| 2020-03-26 | introduce `negative_impls` feature gate and document | Niko Matsakis | -0/+1 |
| 2020-03-26 | permit negative impls for non-auto traits | Niko Matsakis | -0/+9 |
| 2020-03-25 | Rollup merge of #70366 - cuviper:option-fuse, r=dtolnay | Dylan DPC | -255/+344 |
| 2020-03-25 | impl TrustedRandomAccess for Fuse without FusedIterator | Josh Stone | -2/+6 |
| 2020-03-24 | Rollup merge of #70234 - anp:tracked-std-traits, r=Amanieu | Mazdak Farrokhzad | -0/+10 |