| Age | Commit message (Expand) | Author | Lines |
| 2020-10-23 | Add test for bad NLL higher-ranked subtype | Aaron Hill | -0/+72 |
| 2020-10-23 | Auto merge of #77015 - davidtwco:check-attr-variant-closure-expr, r=lcnr | bors | -73/+81 |
| 2020-10-23 | Always store Rustdoc theme when it's changed | nasso | -5/+6 |
| 2020-10-23 | Suggest semicolon removal and boxing when appropriate | Esteban Küber | -8/+15 |
| 2020-10-23 | Add more `.await` suggestions on E0308 | Esteban Küber | -46/+35 |
| 2020-10-23 | Add test case for different `impl Future`s | Esteban Küber | -3/+36 |
| 2020-10-23 | Silence unnecessary `await foo?` knock-down error | Esteban Küber | -67/+33 |
| 2020-10-23 | Account for possible boxable `impl Future` in semicolon removal suggestions | Esteban Küber | -4/+48 |
| 2020-10-23 | Suggest semicolon removal on prior match arm | Esteban Küber | -0/+85 |
| 2020-10-23 | Tweak "use `.await`" suggestion | Esteban Küber | -38/+44 |
| 2020-10-23 | review | Bastian Kauschke | -3/+9 |
| 2020-10-23 | const_eval_checked: deal with unused nodes + div | Bastian Kauschke | -0/+62 |
| 2020-10-23 | Rollup merge of #78265 - JohnTitor:type-iference-diag-test, r=lcnr | Yuki Okushi | -0/+78 |
| 2020-10-23 | Rollup merge of #78263 - JohnTitor:mir-opt-ice-test, r=lcnr | Yuki Okushi | -0/+4 |
| 2020-10-23 | Rollup merge of #78255 - dtolnay:match, r=lcnr | Yuki Okushi | -13/+37 |
| 2020-10-23 | Rollup merge of #78235 - Aaron1011:closure-ret-infer, r=varkor | Yuki Okushi | -0/+43 |
| 2020-10-23 | Rollup merge of #78231 - LeSeulArtichaut:closure-target_feature, r=nikomatsakis | Yuki Okushi | -0/+18 |
| 2020-10-23 | Rollup merge of #78169 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -0/+0 |
| 2020-10-23 | Rollup merge of #78153 - est31:downloaded_llvm_maybe_sync, r=Mark-Simulacrum | Yuki Okushi | -1/+6 |
| 2020-10-23 | Rollup merge of #78116 - spastorino:inline-const-in-range-pat, r=petrochenkov | Yuki Okushi | -2/+40 |
| 2020-10-23 | Rollup merge of #78098 - camelid:fixup-docs, r=steveklabnik | Yuki Okushi | -13/+15 |
| 2020-10-23 | Rollup merge of #77920 - ayazhafiz:i/mut-ident-spacing, r=jyn514 | Yuki Okushi | -1/+13 |
| 2020-10-23 | Rollup merge of #77488 - varkor:repr128-incomplete_features, r=jonas-schievink | Yuki Okushi | -0/+51 |
| 2020-10-23 | Add regression test for issue-71732 | Yuki Okushi | -0/+36 |
| 2020-10-23 | Make it regression test of issue-77668 | Yuki Okushi | -0/+4 |
| 2020-10-23 | Add a regression test for issue-72616 | Yuki Okushi | -0/+42 |
| 2020-10-23 | Add regression test for issue-77475 | Yuki Okushi | -0/+10 |
| 2020-10-22 | Capture output from threads spawned in tests | Tyler Mandry | -2/+125 |
| 2020-10-22 | Document inline-const in the Unstable Book | Camelid | -0/+45 |
| 2020-10-22 | Reduce diagram mess in 'match arms have incompatible types' error | David Tolnay | -26/+22 |
| 2020-10-23 | Add codegen test for #45964 | Dániel Buga | -0/+38 |
| 2020-10-22 | Add test of incompatible match arm types with multiline arm | David Tolnay | -1/+29 |
| 2020-10-22 | Bump LLVM for DeadArgElim fix | Aaron Hill | -0/+51 |
| 2020-10-22 | Use `diverges` instead of `!`-type | varkor | -21/+5 |
| 2020-10-22 | improve const infer error | Bastian Kauschke | -1/+1 |
| 2020-10-22 | Check which places are dead | Simon Vandel Sillesen | -3/+41 |
| 2020-10-22 | Add test for const panic!(CONST). | Mara Bos | -17/+45 |
| 2020-10-22 | Bless tests | Santiago Pastorino | -2/+2 |
| 2020-10-22 | Add ..= const { .. } missing tests and sort them properly | Santiago Pastorino | -3/+8 |
| 2020-10-22 | Make inline const work for half open ranges | Santiago Pastorino | -1/+11 |
| 2020-10-22 | Make inline const work in range patterns | Santiago Pastorino | -0/+23 |
| 2020-10-22 | Explain where the closure return type was inferred | Aaron Hill | -0/+43 |
| 2020-10-22 | Auto merge of #77720 - matthewjasper:fix-trait-ices, r=nikomatsakis | bors | -0/+62 |
| 2020-10-22 | Fixup: add missing trailing newline | LeSeulArtichaut | -1/+1 |
| 2020-10-22 | Fix clippy tests | varkor | -0/+3 |
| 2020-10-22 | Make closures inherit the parent function's target features | LeSeulArtichaut | -0/+18 |
| 2020-10-22 | min_const_generics: allow ty param in repeat expr | Bastian Kauschke | -20/+122 |
| 2020-10-22 | Normalize when finding trait object candidates | Matthew Jasper | -0/+37 |
| 2020-10-22 | New lint: manual-range-contains | Andre Bogus | -0/+7 |
| 2020-10-22 | Auto merge of #78131 - SimonSapin:ar, r=Mark-Simulacrum | bors | -3/+16 |