| Age | Commit message (Expand) | Author | Lines |
| 2020-05-29 | Rollup merge of #72720 - poliorcetics:clarify-take-doc, r=joshtriplett | Yuki Okushi | -0/+11 |
| 2020-05-29 | Rollup merge of #72713 - rust-lang:jonas-schievink-patch-2, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2020-05-29 | Rollup merge of #72711 - lcnr:fixme-heyho, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-05-29 | Rollup merge of #72547 - alex:patch-1, r=oli-obk | Yuki Okushi | -0/+26 |
| 2020-05-29 | Rollup merge of #72534 - chrissimpkins:fix-72373, r=estebank | Yuki Okushi | -0/+42 |
| 2020-05-29 | Rollup merge of #72495 - GuillaumeGomez:cleanup-e0601, r=Dylan-DPC | Yuki Okushi | -4/+6 |
| 2020-05-29 | Rollup merge of #72452 - Lucretiel:precision-doc, r=dtolnay | Yuki Okushi | -1/+2 |
| 2020-05-29 | Rollup merge of #72324 - Amanieu:atomic_minmax, r=dtolnay | Yuki Okushi | -10/+2 |
| 2020-05-29 | Rollup merge of #72288 - vorner:stabilize-weak-into-raw, r=dtolnay | Yuki Okushi | -24/+8 |
| 2020-05-29 | Rollup merge of #71843 - sfackler:cas-loop-cleanup, r=dtolnay | Yuki Okushi | -15/+11 |
| 2020-05-29 | Rollup merge of #71633 - a1phyr:infallible_error, r=dtolnay | Yuki Okushi | -1/+2 |
| 2020-05-29 | Clarify the documentation of take | Alexis Bourget | -0/+11 |
| 2020-05-29 | Auto merge of #72716 - Dylan-DPC:rollup-wdj97ab, r=Dylan-DPC | bors | -225/+248 |
| 2020-05-29 | Rollup merge of #72702 - petrochenkov:unudeps, r=estebank | Dylan DPC | -1/+9 |
| 2020-05-29 | Rollup merge of #72697 - ehuss:rm-rustc-ux-guidelines, r=nikomatsakis | Dylan DPC | -90/+0 |
| 2020-05-29 | Rollup merge of #72695 - jclulow:illumos-llvm-catchup, r=nikic | Dylan DPC | -1/+2 |
| 2020-05-29 | Rollup merge of #72682 - JohnTitor:mir-tests, r=RalfJung | Dylan DPC | -0/+11 |
| 2020-05-29 | Rollup merge of #72674 - Mark-Simulacrum:clippy-always-test-pass, r=oli-obk | Dylan DPC | -34/+26 |
| 2020-05-29 | Rollup merge of #72670 - rust-lang:jonas-schievink-patch-1, r=nikomatsakis | Dylan DPC | -1/+1 |
| 2020-05-29 | Rollup merge of #72667 - RalfJung:unaligned-ref-test, r=nikomatsakis | Dylan DPC | -11/+34 |
| 2020-05-29 | Rollup merge of #72645 - ldm0:mailmap, r=nikomatsakis | Dylan DPC | -0/+2 |
| 2020-05-29 | Rollup merge of #72636 - marmeladema:resolver-outputs-def-id, r=petrochenkov | Dylan DPC | -79/+44 |
| 2020-05-29 | Rollup merge of #72605 - GuillaumeGomez:cleanup-e0617, r=Dylan-DPC | Dylan DPC | -0/+11 |
| 2020-05-29 | Rollup merge of #72466 - lzutao:stabilize_str-strip, r=dtolnay | Dylan DPC | -7/+2 |
| 2020-05-29 | Rollup merge of #72239 - hch12907:master, r=dtolnay | Dylan DPC | -1/+106 |
| 2020-05-29 | Whitelist #[allow_internal_unstable] | Jonas Schievink | -1/+1 |
| 2020-05-28 | remove redundant `mk_const` | Bastian Kauschke | -1/+1 |
| 2020-05-28 | rustc_lint: Remove `unused_crate_dependencies` from the `unused` group | Vadim Petrochenkov | -1/+9 |
| 2020-05-28 | Remove rustc-ux-guidelines | Eric Huss | -90/+0 |
| 2020-05-28 | update data layout for illumos x86 | Joshua M. Clulow | -1/+2 |
| 2020-05-28 | Add test for #66930 | Yuki Okushi | -0/+11 |
| 2020-05-28 | Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis | bors | -196/+194 |
| 2020-05-27 | Clippy should always build | Mark Rousskov | -34/+26 |
| 2020-05-27 | Fix incorrect comment in generator test | Jonas Schievink | -1/+1 |
| 2020-05-27 | Add working example for E0617 explanation | Guillaume Gomez | -0/+11 |
| 2020-05-27 | Auto merge of #71996 - Marwes:detach_undo_log, r=nikomatsakis | bors | -33/+41 |
| 2020-05-27 | expand unaligned_references test | Ralf Jung | -11/+34 |
| 2020-05-27 | improve diagnostics suggestion for missing `@` in slice id binding to rest p... | Chris Simpkins | -0/+42 |
| 2020-05-27 | Store `LocalDefId` directly in `rustc_resolve::Resolver` where possible | marmeladema | -79/+44 |
| 2020-05-27 | Auto merge of #72601 - JohnTitor:deps, r=Mark-Simulacrum | bors | -144/+72 |
| 2020-05-27 | Auto merge of #72639 - Dylan-DPC:rollup-76upj51, r=Dylan-DPC | bors | -21/+141 |
| 2020-05-27 | Add myself to .mailmap | Donough Liu | -0/+2 |
| 2020-05-27 | Rollup merge of #72626 - phimuemue:doubleendediter_doc, r=dtolnay | Dylan DPC | -0/+26 |
| 2020-05-27 | Rollup merge of #72610 - GuillaumeGomez:revert-unwanted-css-changes, r=Dylan-DPC | Dylan DPC | -9/+0 |
| 2020-05-27 | Rollup merge of #72606 - GuillaumeGomez:cell-example-update, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2020-05-27 | Rollup merge of #72548 - rossmacarthur:add-mcve-for-50687, r=nikomatsakis | Dylan DPC | -0/+57 |
| 2020-05-27 | Rollup merge of #72533 - Diggsey:db-fix-arc-ub2, r=dtolnay | Dylan DPC | -9/+26 |
| 2020-05-27 | Rollup merge of #72348 - chrissimpkins:fix-72253, r=estebank | Dylan DPC | -0/+29 |
| 2020-05-27 | Auto merge of #72596 - ehuss:update-cargo, r=ehuss | bors | -7/+17 |
| 2020-05-26 | Auto merge of #72627 - Dylan-DPC:rollup-bavnoq5, r=Dylan-DPC | bors | -322/+677 |