| Age | Commit message (Expand) | Author | Lines |
| 2020-06-25 | disable collectionbenches for android | Nell Shamrell | -0/+3 |
| 2020-06-24 | Auto merge of #73660 - flip1995:clippyup, r=nikomatsakis | bors | -293/+1077 |
| 2020-06-24 | Auto merge of #73692 - Dylan-DPC:rollup-ehzsbfw, r=Dylan-DPC | bors | -47/+244 |
| 2020-06-24 | Rollup merge of #73675 - ehuss:update-books, r=ehuss | Dylan DPC | -0/+0 |
| 2020-06-24 | Rollup merge of #73667 - nrabulinski:master, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-06-24 | Rollup merge of #73652 - da-x:add-reexported-to-use-suggestions, r=petrochenkov | Dylan DPC | -17/+47 |
| 2020-06-24 | Rollup merge of #73646 - JohnTitor:add-tests, r=Dylan-DPC | Dylan DPC | -0/+152 |
| 2020-06-24 | Rollup merge of #73639 - ayazhafiz:i/73553, r=davidtwco | Dylan DPC | -7/+44 |
| 2020-06-24 | Rollup merge of #73638 - yuqio:remove-unused-crate-imports, r=nikomatsakis | Dylan DPC | -22/+0 |
| 2020-06-24 | Auto merge of #73679 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-06-23 | Update cargo | Eric Huss | -0/+0 |
| 2020-06-24 | Auto merge of #73293 - Aaron1011:feature/macro-rules-arg-capture, r=petrochenkov | bors | -5/+205 |
| 2020-06-23 | Update books | Eric Huss | -0/+0 |
| 2020-06-23 | Auto merge of #73669 - Manishearth:rollup-0n4u7vq, r=Manishearth | bors | -536/+1216 |
| 2020-06-23 | Rollup merge of #73665 - alexcrichton:update-wasm-atomics-feature, r=davidtwco | Manish Goregaokar | -4/+5 |
| 2020-06-23 | Rollup merge of #73630 - estebank:fn-item-e0308, r=davidtwco | Manish Goregaokar | -11/+94 |
| 2020-06-23 | Rollup merge of #73614 - lcnr:patch-4, r=Dylan-DPC | Manish Goregaokar | -1/+1 |
| 2020-06-23 | Rollup merge of #73613 - oli-obk:const_prop_miscompile, r=wesleywiser | Manish Goregaokar | -56/+204 |
| 2020-06-23 | Rollup merge of #73601 - Aaron1011:fix/better-mono-overflow-err, r=ecstatic-m... | Manish Goregaokar | -80/+132 |
| 2020-06-23 | Rollup merge of #73587 - marmeladema:hir-id-ification-final, r=petrochenkov | Manish Goregaokar | -242/+257 |
| 2020-06-23 | Rollup merge of #73523 - jyn514:everybody_loops, r=ecstatic-morse | Manish Goregaokar | -2/+11 |
| 2020-06-23 | Rollup merge of #73488 - richkadel:llvm-coverage-map-gen, r=tmandry | Manish Goregaokar | -84/+240 |
| 2020-06-23 | Rollup merge of #73244 - ecstatic-morse:validate-generator-mir, r=tmandry | Manish Goregaokar | -56/+213 |
| 2020-06-23 | Rollup merge of #72876 - TrolledWoods:patch-2, r=Dylan-DPC | Manish Goregaokar | -0/+2 |
| 2020-06-23 | Rollup merge of #72780 - GuillaumeGomez:enforce-doc-alias-check, r=ollie27 | Manish Goregaokar | -0/+57 |
| 2020-06-23 | review comments: wording and style | Esteban Küber | -37/+32 |
| 2020-06-23 | Review fixes | Dan Aloni | -2/+7 |
| 2020-06-23 | Update map.rs | Nikodem Rabuliński | -1/+1 |
| 2020-06-23 | Auto merge of #73644 - ollie27:rustdoc_alias_filter, r=GuillaumeGomez | bors | -8/+55 |
| 2020-06-23 | rustc: Modernize wasm checks for atomics | Alex Crichton | -4/+5 |
| 2020-06-23 | Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyup | flip1995 | -293/+1077 |
| 2020-06-23 | Remove unused allowed unused attributes | Lzu Tao | -5/+0 |
| 2020-06-23 | Rollup merge of #5713 - flip1995:more_lints, r=Manishearth | Philipp Krones | -3/+11 |
| 2020-06-23 | Rollup merge of #5705 - dtolnay:orpat, r=flip1995 | Philipp Krones | -1/+1 |
| 2020-06-23 | Fix fallout | flip1995 | -2/+4 |
| 2020-06-23 | Use lints in Clippy that are enabled in rustc bootstrap | flip1995 | -1/+7 |
| 2020-06-23 | Add re-exports to use suggestions | Dan Aloni | -17/+42 |
| 2020-06-23 | Add test for issue-69840 | Yuki Okushi | -0/+16 |
| 2020-06-23 | Add test for issue-59435 | Yuki Okushi | -0/+29 |
| 2020-06-23 | Add test for issue-51506 | Yuki Okushi | -0/+55 |
| 2020-06-23 | Add test for issue-44861 | Yuki Okushi | -0/+52 |
| 2020-06-23 | rustdoc: Fix doc aliases with crate filtering | Oliver Middleton | -8/+55 |
| 2020-06-23 | The const propagator cannot trace references. | Oliver Scherer | -56/+204 |
| 2020-06-23 | Auto merge of #73643 - Manishearth:rollup-68dr8fz, r=Manishearth | bors | -1578/+3091 |
| 2020-06-23 | Rollup merge of #73590 - davidtwco:bootstrap-fix-config-env-var, r=Mark-Simul... | Manish Goregaokar | -5/+9 |
| 2020-06-23 | Rollup merge of #73572 - JOE1994:patch-4, r=jonas-schievink | Manish Goregaokar | -3/+3 |
| 2020-06-23 | Rollup merge of #73567 - adetaylor:extern-doc-fix, r=dtolnay | Manish Goregaokar | -2/+10 |
| 2020-06-23 | Rollup merge of #73515 - christianpoveda:livedrop-diagnostics, r=oli-obk | Manish Goregaokar | -24/+120 |
| 2020-06-23 | Rollup merge of #73496 - estebank:opaque-missing-lts-in-fn-3, r=nikomatsakis | Manish Goregaokar | -79/+367 |
| 2020-06-23 | Rollup merge of #73472 - GuillaumeGomez:cleanup-e0689, r=Dylan-DPC | Manish Goregaokar | -8/+11 |