| Age | Commit message (Expand) | Author | Lines |
| 2020-10-25 | Merge remote-tracking branch 'upstream/master' into box-alloc | Tim Diekmann | -197/+362 |
| 2020-10-24 | Rollup merge of #78072 - Nadrieril:cleanup-constant-matching, r=varkor | Jonas Schievink | -50/+0 |
| 2020-10-24 | Rollup merge of #77930 - estebank:ice-77919, r=eddyb | Jonas Schievink | -0/+59 |
| 2020-10-24 | Add some regression tests | Alex Macleod | -0/+134 |
| 2020-10-23 | Do not ICE with TraitPredicates containing [type error] | Esteban Küber | -0/+59 |
| 2020-10-23 | Auto merge of #77015 - davidtwco:check-attr-variant-closure-expr, r=lcnr | bors | -36/+20 |
| 2020-10-23 | Rollup merge of #78263 - JohnTitor:mir-opt-ice-test, r=lcnr | Yuki Okushi | -0/+4 |
| 2020-10-23 | Rollup merge of #77488 - varkor:repr128-incomplete_features, r=jonas-schievink | Yuki Okushi | -0/+12 |
| 2020-10-23 | Make it regression test of issue-77668 | Yuki Okushi | -0/+4 |
| 2020-10-21 | Mark `repr128` as `incomplete_features` | varkor | -0/+12 |
| 2020-10-21 | Auto merge of #78077 - petrochenkov:qvis, r=davidtwco | bors | -3/+3 |
| 2020-10-21 | Rollup merge of #78063 - camelid:improve-cannot-multiply-error, r=estebank | Yuki Okushi | -6/+6 |
| 2020-10-21 | Rollup merge of #78002 - estebank:issue-77598, r=oli-obk | Yuki Okushi | -59/+96 |
| 2020-10-20 | Rollup merge of #78061 - wesleywiser:opt_zst_const_interning, r=oli-obk | Guillaume Gomez | -0/+5 |
| 2020-10-20 | review comments | Esteban Küber | -17/+17 |
| 2020-10-20 | Tweak "object unsafe" errors | Esteban Küber | -56/+93 |
| 2020-10-20 | Rollup merge of #78121 - LeSeulArtichaut:issue-78115, r=tmandry | Yuki Okushi | -0/+19 |
| 2020-10-20 | Rollup merge of #78111 - SNCPlay42:not-always-self, r=lcnr | Yuki Okushi | -30/+20 |
| 2020-10-19 | Add regression test | LeSeulArtichaut | -0/+19 |
| 2020-10-19 | revert workaround #73027 | SNCPlay42 | -11/+6 |
| 2020-10-19 | don't assume trait ambiguity happens in `Self` | SNCPlay42 | -19/+14 |
| 2020-10-19 | Calculate visibilities once in resolve | Vadim Petrochenkov | -3/+3 |
| 2020-10-19 | Auto merge of #77278 - camelid:use-correct-article, r=estebank | bors | -2/+2 |
| 2020-10-18 | Add some tests | Nadrieril | -50/+0 |
| 2020-10-17 | Improve wording of "cannot multiply" type error | Camelid | -6/+6 |
| 2020-10-17 | Make it more clear when complaining about async fn's return types | Gus Wynn | -0/+63 |
| 2020-10-17 | Optimize const value interning for ZST types | Wesley Wiser | -0/+5 |
| 2020-10-18 | Rollup merge of #78048 - blyxxyz:e0424-improve-self-placement, r=lcnr | Yuki Okushi | -1/+19 |
| 2020-10-18 | Rollup merge of #78043 - willcrozi:e0210-error-note-fix, r=lcnr | Yuki Okushi | -1/+1 |
| 2020-10-17 | Suggest correct place to add `self` parameter when inside closure | Jan Verbeek | -1/+19 |
| 2020-10-17 | Fix grammar in note for orphan-rule error [E0210] | Will Crozier | -1/+1 |
| 2020-10-17 | Rollup merge of #77925 - JohnTitor:sugg-min-features, r=davidtwco,oli-obk | Yuki Okushi | -0/+3 |
| 2020-10-17 | Rollup merge of #77855 - davidtwco:pr-77341-follow-up-non-constructable-varia... | Yuki Okushi | -9/+93 |
| 2020-10-17 | Suggest minimal subset features in `incomplete_features` lint | Yuki Okushi | -0/+3 |
| 2020-10-16 | Merge branch 'master' into box-alloc | Tim Diekmann | -16/+134 |
| 2020-10-15 | resolve: improve "try using tuple struct" message | David Wood | -2/+2 |
| 2020-10-15 | resolve: suggest variants with placeholders | David Wood | -7/+91 |
| 2020-10-15 | ensure arguments are included in count mismatch span | Andy Russell | -9/+18 |
| 2020-10-07 | Upgrade to tracing 0.2.13 | Joshua Nelson | -7/+0 |
| 2020-10-07 | Auto merge of #77341 - davidtwco:issue-73427-you-might-have-meant-variant, r=... | bors | -0/+116 |
| 2020-10-07 | Support custom allocators in `Box` | Tim Diekmann | -9/+9 |
| 2020-10-06 | Update to chalk 0.31. Implement some unimplemented. Ignore some tests in comp... | Jack Huey | -16/+26 |
| 2020-10-06 | Fix tests from rebase | Matthew Jasper | -34/+32 |
| 2020-10-06 | Fix rebase | Matthew Jasper | -1/+1 |
| 2020-10-06 | Don't immediately error for recursive projections | Matthew Jasper | -2/+2 |
| 2020-10-06 | Fix bootstrap | Matthew Jasper | -1/+1 |
| 2020-10-06 | Normalize projection bounds when considering candidates | Matthew Jasper | -57/+44 |
| 2020-10-06 | Ensure that associated types for trait objects satisfy their bounds | Matthew Jasper | -5/+12 |
| 2020-10-06 | Check projections are well-formed when using projection candidates | Matthew Jasper | -42/+0 |
| 2020-10-06 | Separate bounds and predicates for associated/opaque types | Matthew Jasper | -139/+46 |