| Age | Commit message (Expand) | Author | Lines |
| 2020-06-28 | Remove `control_flow_destroyed` and properly lower `&&` and `||` | Dylan MacKenzie | -77/+0 |
| 2020-06-28 | Mark feature gate as accepted | Dylan MacKenzie | -3/+2 |
| 2020-06-28 | Rollup merge of #73833 - bjorn3:remove_gcx_enter_local, r=matthewjasper | Manish Goregaokar | -46/+22 |
| 2020-06-28 | Rollup merge of #73826 - cjrh:cjrh-patch-1, r=jonas-schievink | Manish Goregaokar | -1/+1 |
| 2020-06-28 | Rollup merge of #73817 - jumbatm:rename-to-clashing-extern-declarations, r=pe... | Manish Goregaokar | -64/+91 |
| 2020-06-28 | Rollup merge of #73813 - petrochenkov:restrait, r=davidtwco | Manish Goregaokar | -25/+24 |
| 2020-06-28 | Rollup merge of #73800 - nikic:hash_i, r=kennytm | Manish Goregaokar | -5/+5 |
| 2020-06-28 | Rollup merge of #73795 - JohnTitor:tests-for-const-fn-ptrs, r=oli-obk | Manish Goregaokar | -0/+125 |
| 2020-06-28 | Rollup merge of #73774 - ecstatic-morse:liveness-of-projections, r=oli-obk | Manish Goregaokar | -2/+73 |
| 2020-06-28 | Rollup merge of #73757 - oli-obk:const_prop_hardening, r=wesleywiser | Manish Goregaokar | -16/+90 |
| 2020-06-28 | Rollup merge of #73577 - VillSnow:master, r=Amanieu | Manish Goregaokar | -0/+95 |
| 2020-06-28 | Split and expand nonstandard-style lints unicode unit test. | Charles Lew | -16/+189 |
| 2020-06-28 | Apply suggestions from code review | Alexis Bourget | -2/+13 |
| 2020-06-28 | Add preamable on rustc-attrs doc discussion | Ivan Tham | -0/+3 |
| 2020-06-28 | Update src/libcore/slice/mod.rs | VillSnow | -1/+1 |
| 2020-06-28 | Erase all block-only locals at the end of every block, even if they have not ... | Oliver Scherer | -16/+90 |
| 2020-06-28 | Remove GlobalCtxt::enter_local | bjorn3 | -46/+22 |
| 2020-06-28 | Update tracking issue number | VillSnow | -1/+1 |
| 2020-06-28 | Auto merge of #73830 - Manishearth:rollup-8k68ysm, r=Manishearth | bors | -623/+1645 |
| 2020-06-28 | Update doc comment | VillSnow | -6/+10 |
| 2020-06-28 | Merge branch 'master' of https://github.com/VillSnow/rust | VillSnow | -1/+2 |
| 2020-06-28 | Update src/libcore/slice/mod.rs | VillSnow | -1/+2 |
| 2020-06-28 | Add comment on use of unsafe | VillSnow | -0/+9 |
| 2020-06-28 | Fix comma in debug_assert! docs | pierwill | -1/+1 |
| 2020-06-27 | Rollup merge of #73809 - robyoung:docs/add-links-to-DirEntry-metadata, r=hann... | Manish Goregaokar | -1/+4 |
| 2020-06-27 | Rollup merge of #73797 - atetubou:patch-1, r=jonas-schievink | Manish Goregaokar | -1/+1 |
| 2020-06-27 | Rollup merge of #73796 - lcnr:LocalDefId, r=matthewjasper | Manish Goregaokar | -301/+304 |
| 2020-06-27 | Rollup merge of #73763 - davidtwco:terminal-width-json-emitter, r=estebank | Manish Goregaokar | -7/+96 |
| 2020-06-27 | Rollup merge of #73758 - davidtwco:issue-60855-remaining-reveal-all, r=matthe... | Manish Goregaokar | -62/+66 |
| 2020-06-27 | Rollup merge of #73708 - Aaron1011:feature/reland-move-fn-self-msg, r=davidtwco | Manish Goregaokar | -123/+779 |
| 2020-06-27 | Rollup merge of #73672 - nellshamrell:async-fix, r=estebank | Manish Goregaokar | -15/+22 |
| 2020-06-27 | Rollup merge of #73525 - cuviper:llvm11, r=nikic | Manish Goregaokar | -57/+167 |
| 2020-06-27 | Rollup merge of #73243 - poliorcetics:discourage-is-file, r=Amanieu | Manish Goregaokar | -5/+30 |
| 2020-06-27 | Rollup merge of #72796 - RalfJung:mir-assign-sanity, r=matthewjasper | Manish Goregaokar | -51/+176 |
| 2020-06-28 | Auto merge of #72705 - Lucretiel:stdio-forwarding, r=Amanieu | bors | -0/+77 |
| 2020-06-27 | Fix wording for anonymous parameter name help | James Box | -11/+11 |
| 2020-06-28 | Fix docstring typo | Caleb Hattingh | -1/+1 |
| 2020-06-28 | Rename the lint to clashing_extern_declarations. | jumbatm | -64/+91 |
| 2020-06-28 | Remove defunct `-Z print-region-graph` | Tomasz Miąsko | -4/+0 |
| 2020-06-27 | Add `format_args_capture` to the unstable book | David Hewitt | -0/+47 |
| 2020-06-27 | Added the parapgrah to path::Path::is_file too | Alexis Bourget | -2/+7 |
| 2020-06-27 | Rename two `Resolver` traits | Vadim Petrochenkov | -25/+24 |
| 2020-06-27 | ast_pretty: Pass some token streams and trees by reference | Vadim Petrochenkov | -24/+24 |
| 2020-06-27 | Auto merge of #73671 - ehuss:update-mdbook, r=Mark-Simulacrum | bors | -133/+12 |
| 2020-06-27 | Fix comment. | ecstatic-morse | -1/+1 |
| 2020-06-27 | Don't implement Fn* for unsafe #[target_feature] functions | Caleb Zulawski | -5/+6 |
| 2020-06-28 | Add test for issue-72352 | Yuki Okushi | -0/+29 |
| 2020-06-28 | Add test for issue-71611 | Yuki Okushi | -0/+17 |
| 2020-06-28 | Add test for issue-71382 | Yuki Okushi | -0/+32 |
| 2020-06-27 | Add links to fs::DirEntry::metadata | Rob Young | -1/+4 |