| Age | Commit message (Expand) | Author | Lines |
| 2020-05-29 | Add Span to arena_types! for decoding &'tcx [Span] | Amanieu d'Antras | -0/+2 |
| 2020-05-29 | Improve inline asm error diagnostics | Amanieu d'Antras | -57/+365 |
| 2020-05-29 | Auto merge of #72671 - flip1995:clippyup, r=Xanewok | bors | -451/+1576 |
| 2020-05-29 | Auto merge of #72727 - JohnTitor:rollup-nni16m2, r=JohnTitor | bors | -57/+112 |
| 2020-05-29 | Add fibersapi feature to winapi in rustc-workspace-hack | flip1995 | -0/+1 |
| 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 | Auto merge of #72506 - Nadrieril:fix-72476, r=matthewjasper | bors | -19/+52 |
| 2020-05-29 | Clarify the documentation of take | Alexis Bourget | -0/+11 |
| 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 #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 | Update RLS to clippyup branch | flip1995 | -0/+0 |
| 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 | Temp fix: don't run cargo lint tests in rustc test suite | flip1995 | -0/+3 |
| 2020-05-28 | update data layout for illumos x86 | Joshua M. Clulow | -1/+2 |
| 2020-05-28 | Set CFG_RELEASE for tools in bootstrap/tool.rs | Igor Matuszewski | -0/+4 |
| 2020-05-28 | submodules: Update RLS and Rustfmt | Igor Matuszewski | -18/+18 |
| 2020-05-28 | Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2 | flip1995 | -433/+1550 |
| 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 | -5/+0 |
| 2020-05-27 | Auto merge of #5631 - ThibsG:ExtendUselessConversion, r=matthiaskrgr | bors | -1/+1 |