| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-03-24 | Remove attribute `#[structural_match]` and any references to it | Vadim Petrochenkov | -2/+0 |
| 2020-03-24 | Implement Fuse with Option | Josh Stone | -255/+340 |
| 2020-03-24 | Rollup merge of #70267 - RalfJung:const-prop-unsup, r=oli-obk,wesleywiser | Mazdak Farrokhzad | -1/+1 |
| 2020-03-23 | #[track_caller] on core::ops::{Index, IndexMut}. | Adam Perry | -0/+10 |
| 2020-03-23 | Rename remaining occurences of Void to Opaque. | Ana-Maria Mihalache | -2/+2 |
| 2020-03-22 | Implement Hash for Infallible | Konrad Borowski | -0/+8 |
| 2020-03-22 | Auto merge of #69079 - CAD97:layout-of-ptr, r=RalfJung | bors | -0/+139 |
| 2020-03-22 | Auto merge of #68820 - WaffleLapkin:remove_finished_from_map_while, r=LukasKa... | bors | -57/+32 |
| 2020-03-22 | get rid of ConstPropUnsupported; use ZST marker structs instead | Ralf Jung | -1/+1 |
| 2020-03-21 | Allow calculating the layout behind a pointer | CAD97 | -0/+139 |
| 2020-03-21 | Avoid relying on const parameters to function | Mark Rousskov | -4/+4 |
| 2020-03-21 | Arrange for zero to be canonical | Mark Rousskov | -252/+227 |
| 2020-03-21 | Push the byte of LAST_CHUNK_MAP into the array | Mark Rousskov | -35/+35 |
| 2020-03-21 | Deduplicate test and primary range_search definitions | Mark Rousskov | -46/+50 |
| 2020-03-21 | Add a right shift mapping | Mark Rousskov | -825/+782 |
| 2020-03-21 | slightly change the `Iterator::map_while` docs | Waffle | -14/+4 |
| 2020-03-21 | Shrink bitset words through functional mapping | Mark Rousskov | -413/+962 |
| 2020-03-21 | Rollup merge of #70187 - matthiaskrgr:cl2ppy, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2020-03-21 | Rollup merge of #70166 - CDirkx:range-inclusive-derives, r=cramertj | Mazdak Farrokhzad | -22/+2 |
| 2020-03-21 | Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung | Mazdak Farrokhzad | -18/+0 |
| 2020-03-21 | Rollup merge of #69997 - WaffleLapkin:option_zip, r=LukasKalbertodt | Mazdak Farrokhzad | -0/+58 |
| 2020-03-21 | Rollup merge of #69033 - jonas-schievink:resume-with-context, r=tmandry | Mazdak Farrokhzad | -0/+78 |
| 2020-03-20 | Pre-pop zero chunks before mapping LAST_CHUNK_MAP | Mark Rousskov | -88/+72 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -1/+1 |
| 2020-03-20 | Auto merge of #69509 - RalfJung:debug-assert-write, r=eddyb | bors | -3/+1 |
| 2020-03-20 | Dynamically choose best chunk size | Mark Rousskov | -119/+95 |
| 2020-03-19 | Removed unused `Hasher` import. | CDirkx | -1/+1 |
| 2020-03-19 | Derive PartialEq, Eq and Hash for RangeInclusive | CDirkx | -21/+1 |
| 2020-03-19 | make "other" in docs of `Option::{zip,zip_with}` monofont | Waffle | -2/+2 |