| Age | Commit message (Expand) | Author | Lines |
| 2020-07-06 | Rollup merge of #73969 - davidtwco:issue-73914-checkedadd-temp-generator-inte... | Manish Goregaokar | -0/+30 |
| 2020-07-06 | Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebank | Manish Goregaokar | -310/+1793 |
| 2020-07-06 | Rollup merge of #70563 - GuillaumeGomez:page-hash-handling, r=ollie27,kinnison | Manish Goregaokar | -39/+23 |
| 2020-07-05 | Rollup merge of #74000 - lcnr:lazy_normalisation_consts, r=varkor | Manish Goregaokar | -0/+97 |
| 2020-07-05 | Rollup merge of #73973 - Nadrieril:fix-71977, r=matthewjasper | Manish Goregaokar | -12/+51 |
| 2020-07-05 | Rollup merge of #73937 - JohnTitor:note-exhaustive-sized-int, r=varkor | Manish Goregaokar | -0/+61 |
| 2020-07-05 | Rollup merge of #73871 - da-x:private-types-2018-no-extern, r=petrochenkov | Manish Goregaokar | -0/+53 |
| 2020-07-05 | Rollup merge of #73834 - oli-obk:safe_intrinsics, r=ecstatic-morse | Manish Goregaokar | -78/+78 |
| 2020-07-05 | Auto merge of #73879 - ecstatic-morse:discr-switch-uninit, r=oli-obk | bors | -16/+44 |
| 2020-07-04 | Fix #71977 | Nadrieril | -12/+51 |
| 2020-07-05 | Address code reviews | Yuki Okushi | -14/+25 |
| 2020-07-05 | Explain exhaustive matching on {usize,isize} maximum values | Yuki Okushi | -0/+50 |
| 2020-07-04 | Make `rustc_peek` a safe intrinsic | Oliver Scherer | -78/+78 |
| 2020-07-04 | add `lazy_normalization_consts` feature gate | Bastian Kauschke | -0/+97 |
| 2020-07-03 | Rollup merge of #73949 - wesleywiser:simplify_try_fixes, r=oli-obk | Manish Goregaokar | -26/+1293 |
| 2020-07-03 | Rollup merge of #73861 - GuillaumeGomez:create-e0767, r=Dylan-DPC | Manish Goregaokar | -8/+11 |
| 2020-07-03 | Rollup merge of #73670 - davidhewitt:format-args-capture, r=varkor | Manish Goregaokar | -0/+200 |
| 2020-07-04 | Update UI tests | Guillaume Gomez | -8/+11 |
| 2020-07-03 | Ignore test with panic on wasm targets | David Hewitt | -0/+2 |
| 2020-07-02 | Fix debuginfo so that it points to the correct local | Wesley Wiser | -101/+55 |
| 2020-07-02 | [mir-opt] Prevent mis-optimization when SimplifyArmIdentity runs | Wesley Wiser | -95/+143 |
| 2020-07-02 | Add test for simplify-try misoptimization | Wesley Wiser | -0/+1265 |
| 2020-07-02 | Rollup merge of #73753 - eddyb:extraneous-lifetime, r=Manishearth | Manish Goregaokar | -5/+5 |
| 2020-07-02 | Rollup merge of #73726 - davidtwco:issue-73541-labelled-break-through-closure... | Manish Goregaokar | -29/+205 |
| 2020-07-02 | Rollup merge of #73724 - CryZe:wasm-saturating-casts, r=alexcrichton | Manish Goregaokar | -500/+854 |
| 2020-07-03 | Use 'tcx for references to AccessLevels wherever possible. | Eduard-Mihai Burtescu | -5/+5 |
| 2020-07-02 | mir: mark mir construction temporaries as internal | David Wood | -0/+30 |
| 2020-07-02 | resolve: disallow label use through closure/async | David Wood | -29/+205 |
| 2020-07-02 | Auto merge of #73954 - Manishearth:rollup-8qvh170, r=Manishearth | bors | -105/+135 |
| 2020-07-02 | Remove render-redirect-pages option in rustdoc | Guillaume Gomez | -11/+0 |
| 2020-07-02 | Update rustdoc tests | Guillaume Gomez | -28/+23 |
| 2020-07-02 | Address review comments and add UI test | Christopher Serr | -500/+523 |
| 2020-07-02 | Add codegen tests | Christopher Serr | -0/+331 |
| 2020-07-02 | Rollup merge of #73684 - richkadel:llvm-coverage-map-gen-2, r=wesleywiser | Manish Goregaokar | -6/+30 |
| 2020-07-02 | Rollup merge of #73622 - LeSeulArtichaut:unsafe-libcore, r=nikomatsakis | Manish Goregaokar | -99/+105 |
| 2020-07-02 | Audit uses of `tool_only_span_suggestion` | Yuki Okushi | -13/+41 |
| 2020-07-02 | Audit uses of `span_suggestion_short` | Yuki Okushi | -297/+1752 |
| 2020-07-01 | Rollup merge of #73898 - lcnr:issue61383, r=jonas-schievink | Manish Goregaokar | -38/+0 |
| 2020-07-01 | Rollup merge of #73839 - crlf0710:snapshot_the_reality, r=Manishearth | Manish Goregaokar | -16/+189 |
| 2020-07-01 | Rollup merge of #73803 - Aaron1011:feature/angle-field-recovery, r=matthewjasper | Manish Goregaokar | -0/+22 |
| 2020-07-01 | Rollup merge of #73569 - Aaron1011:fix/macro-rules-group, r=petrochenkov | Manish Goregaokar | -1/+307 |
| 2020-07-01 | Rollup merge of #73449 - ehuss:duplicate-lang-item, r=matthewjasper | Manish Goregaokar | -4/+13 |
| 2020-07-01 | Rollup merge of #73345 - petrochenkov:nointerp, r=Aaron1011 | Manish Goregaokar | -70/+58 |
| 2020-07-01 | Rollup merge of #73306 - calebzulawski:target-feature-11-fn-trait-soundness, ... | Manish Goregaokar | -0/+115 |
| 2020-07-01 | Update src/librustc_builtin_macros/format.rs | David Hewitt | -2/+2 |
| 2020-07-01 | Handle `None`-delimited groups when parsing `macro_rules!` macro | Aaron Hill | -0/+24 |
| 2020-07-01 | Don't print additional spaces when pretty-printing NoDelim groups | Aaron Hill | -3/+1 |
| 2020-07-01 | Insert NoDelim groups around nonterminals when lowering macro_rules | Aaron Hill | -0/+284 |
| 2020-07-01 | Rollup merge of #73828 - nop:fix/parameter-name-help, r=estebank | Manish Goregaokar | -10/+10 |
| 2020-07-01 | Rollup merge of #73806 - Aaron1011:feature/approx-universal-upper, r=estebank | Manish Goregaokar | -10/+62 |