| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-03-17 | Rollup merge of #70029 - jonas-schievink:bootstrap, r=Centril | Mazdak Farrokhzad | -31/+4 |
| 2020-03-17 | Rollup merge of #69870 - petrochenkov:cfgacc, r=matthewjasper | Mazdak Farrokhzad | -0/+21 |
| 2020-03-17 | Add tests | Tim Vermeulen | -0/+72 |
| 2020-03-17 | Fix FlattenCompat::{next, next_back} | Tim Vermeulen | -4/+6 |
| 2020-03-16 | Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakis | bors | -0/+1 |
| 2020-03-16 | make mem::{zeroed,uninitialized} inline(always) | Ralf Jung | -2/+2 |
| 2020-03-16 | rather than removing const_forget_box, stick an attribute on it and explain i... | DutchGhost | -0/+12 |
| 2020-03-16 | The const_forget_box was unused, and doesns't add anything to test by itself. | DutchGhost | -8/+0 |
| 2020-03-16 | Remove the call that makes miri fail | DutchGhost | -4/+0 |
| 2020-03-15 | Bump the bootstrap compiler | Jonas Schievink | -31/+4 |
| 2020-03-15 | Rollup merge of #69528 - HeroicKatora:finalize-ref-cell, r=dtolnay | Mazdak Farrokhzad | -5/+36 |
| 2020-03-15 | Add attributes to allow specializing on traits | Matthew Jasper | -0/+1 |
| 2020-03-15 | Rollup merge of #69471 - nnethercote:rm-sip-Hasher-short_write, r=dtolnay | Dylan DPC | -46/+7 |
| 2020-03-14 | debug-assert ptr sanity in ptr::write | Ralf Jung | -3/+1 |
| 2020-03-14 | adjust Miri interaction with panic runtime | Ralf Jung | -3/+5 |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -6/+8 |
| 2020-03-14 | Rollup merge of #69973 - tspiteri:const-int-conversion-since, r=dtolnay | Yuki Okushi | -12/+12 |