| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-03-19 | Don't hard-code the vector length in the examples. | Hrvoje Nikšić | -4/+3 |
| 2020-03-19 | Minor re-wordings and typo fixes. | Hrvoje Nikšić | -8/+8 |
| 2020-03-19 | Restore (and reword) the warning against passing invalid values to mem::forget. | Hrvoje Niksic | -17/+35 |
| 2020-03-19 | Clarify the relationship between `forget()` and `ManuallyDrop`. | Hrvoje Niksic | -11/+27 |
| 2020-03-19 | Add Result<Result<T, E>, E>::flatten -> Result<T, E> | Wim Looman | -1/+33 |
| 2020-03-19 | Add copy bound to numeric intrinsics | Tomasz Miąsko | -31/+31 |
| 2020-03-19 | Add copy bound to atomic intrinsics | Tomasz Miąsko | -81/+81 |
| 2020-03-19 | Rollup merge of #70088 - tmiasko:atomic-copy, r=eddyb | Mazdak Farrokhzad | -15/+15 |
| 2020-03-19 | Rollup merge of #69929 - cuviper:unicode-13.0.0, r=Mark-Simulacrum | Mazdak Farrokhzad | -445/+462 |
| 2020-03-18 | Move the const-forget test into ui tests | DutchGhost | -18/+0 |
| 2020-03-18 | fixes to `Option::{zip,zip_with}` | Waffle | -11/+9 |
| 2020-03-18 | add `Option::{zip,zip_with}` methods under "option_zip" gate | Waffle | -0/+60 |
| 2020-03-18 | Auto merge of #68915 - timvermeulen:non_fused_iter, r=Amanieu | bors | -9/+90 |
| 2020-03-18 | Use copy bound in atomic operations to generate simpler MIR | Tomasz Miąsko | -15/+15 |
| 2020-03-17 | Add issue reference | Jonas Schievink | -1/+1 |
| 2020-03-17 | Clarify comment | Jonas Schievink | -1/+1 |
| 2020-03-17 | Make `ResumeTy` contents private | Jonas Schievink | -1/+1 |
| 2020-03-17 | Remove useless derives on `GenFuture` | Jonas Schievink | -1/+0 |
| 2020-03-17 | Format | Jonas Schievink | -1/+1 |
| 2020-03-17 | Add futures scaffolding to libcore | Jonas Schievink | -0/+79 |
| 2020-03-17 | Rollup merge of #69922 - RalfJung:less-intrinsic, r=oli-obk | Mazdak Farrokhzad | -43/+5 |