| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 #78116 - spastorino:inline-const-in-range-pat, r=petrochenkov | Yuki Okushi | -2/+40 |
| 2020-10-23 | Rollup merge of #77920 - ayazhafiz:i/mut-ident-spacing, r=jyn514 | Yuki Okushi | -0/+12 |
| 2020-10-23 | Rollup merge of #77488 - varkor:repr128-incomplete_features, r=jonas-schievink | Yuki Okushi | -0/+48 |
| 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-22 | Reduce diagram mess in 'match arms have incompatible types' error | David Tolnay | -26/+22 |
| 2020-10-22 | Add test of incompatible match arm types with multiline arm | David Tolnay | -1/+29 |
| 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 | Make closures inherit the parent function's target features | LeSeulArtichaut | -0/+18 |
| 2020-10-22 | Normalize when finding trait object candidates | Matthew Jasper | -0/+37 |
| 2020-10-22 | Rollup merge of #78172 - wesleywiser:close_77062, r=oli-obk | Yuki Okushi | -0/+5 |
| 2020-10-22 | Rollup merge of #77976 - oliviacrain:issue-77915-fix, r=matthewjasper | Yuki Okushi | -0/+67 |
| 2020-10-22 | Rollup merge of #77554 - varkor:mangle-int-char, r=eddyb | Yuki Okushi | -0/+199 |
| 2020-10-22 | Rollup merge of #77420 - ecstatic-morse:const-checking-raw-mut-ref, r=davidtwco | Yuki Okushi | -25/+17 |
| 2020-10-21 | Mark `repr128` as `incomplete_features` | varkor | -0/+48 |
| 2020-10-21 | Auto merge of #78077 - petrochenkov:qvis, r=davidtwco | bors | -89/+80 |
| 2020-10-21 | Add test for const generics demangling | varkor | -0/+112 |
| 2020-10-21 | Support signed integers and `char` in v0 mangling | varkor | -0/+87 |
| 2020-10-21 | Fix ICE from projection cycle | Matthew Jasper | -0/+25 |
| 2020-10-21 | Bless liveness-asm output | Olivia Crain | -3/+3 |
| 2020-10-21 | Limit liveness-asm tests to x86_64 | Olivia Crain | -0/+1 |
| 2020-10-21 | Rollup merge of #78118 - spastorino:inline-const-followups, r=petrochenkov | Yuki Okushi | -0/+12 |
| 2020-10-21 | Rollup merge of #78101 - RalfJung:foreign-static, r=oli-obk | Yuki Okushi | -9/+9 |
| 2020-10-21 | Rollup merge of #78063 - camelid:improve-cannot-multiply-error, r=estebank | Yuki Okushi | -14/+30 |
| 2020-10-21 | Rollup merge of #78002 - estebank:issue-77598, r=oli-obk | Yuki Okushi | -390/+613 |
| 2020-10-20 | Add test case for #77062 | Wesley Wiser | -0/+5 |
| 2020-10-21 | Disable "optimization to avoid load of address" in InstCombine | Tomasz Miąsko | -3/+3 |
| 2020-10-20 | Rollup merge of #78133 - JohnTitor:mir-tests, r=lcnr | Guillaume Gomez | -0/+108 |
| 2020-10-20 | Rollup merge of #78070 - RalfJung:const-panic-test, r=oli-obk | Guillaume Gomez | -70/+90 |
| 2020-10-20 | Rollup merge of #78061 - wesleywiser:opt_zst_const_interning, r=oli-obk | Guillaume Gomez | -0/+5 |
| 2020-10-20 | Rollup merge of #78046 - bugadani:issue-73827, r=nikic | Guillaume Gomez | -0/+18 |
| 2020-10-20 | review comments | Esteban Küber | -85/+85 |
| 2020-10-20 | Tweak "object unsafe" errors | Esteban Küber | -358/+581 |
| 2020-10-20 | Add test for issue-77911 | Yuki Okushi | -0/+16 |
| 2020-10-20 | Add test for issue-76375 | Yuki Okushi | -0/+29 |