| Age | Commit message (Expand) | Author | Lines |
| 2020-11-03 | Expand `NtExpr` tokens only in key-value attributes | Vadim Petrochenkov | -22/+0 |
| 2020-11-01 | Auto merge of #78420 - estebank:suggest-assoc-fn, r=petrochenkov | bors | -27/+55 |
| 2020-10-30 | Add back missing comments | Joshua Nelson | -0/+1 |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -169/+91 |
| 2020-10-29 | Auto merge of #78508 - wesleywiser:optimize_visit_scopes, r=petrochenkov | bors | -4/+3 |
| 2020-10-29 | Rollup merge of #78224 - lcnr:repeat-expr, r=varkor | Yuki Okushi | -18/+70 |
| 2020-10-28 | [resolve] Use `unwrap_or_else` instead of `unwrap_or` in a hot path | Wesley Wiser | -4/+3 |
| 2020-10-26 | Suggest calling associated `fn` inside `trait`s | Esteban Küber | -27/+55 |
| 2020-10-26 | resolve: private fields in tuple struct ctor diag | David Wood | -44/+61 |
| 2020-10-25 | Rollup merge of #77984 - Aaron1011:fix/macro-mod-weird-parent, r=petrochenkov | Yuki Okushi | -7/+41 |
| 2020-10-25 | Auto merge of #77546 - lcnr:impl-trait-closure, r=eddyb | bors | -4/+4 |
| 2020-10-24 | Compute proper module parent during resolution | Aaron Hill | -7/+41 |
| 2020-10-24 | resolve: Relax macro resolution consistency check to account for any errors | Vadim Petrochenkov | -4/+4 |
| 2020-10-22 | min_const_generics: allow ty param in repeat expr | Bastian Kauschke | -18/+70 |
| 2020-10-22 | Auto merge of #78134 - bugadani:arena-nodrop, r=lcnr | bors | -7/+5 |
| 2020-10-20 | Resolve: Use dropless arena for types that don't need drop | Dániel Buga | -7/+5 |
| 2020-10-19 | Calculate visibilities once in resolve | Vadim Petrochenkov | -81/+131 |
| 2020-10-18 | Rollup merge of #78048 - blyxxyz:e0424-improve-self-placement, r=lcnr | Yuki Okushi | -3/+5 |
| 2020-10-17 | Suggest correct place to add `self` parameter when inside closure | Jan Verbeek | -3/+5 |
| 2020-10-17 | resolve: Do not put nonexistent crate `meta` into prelude | Vadim Petrochenkov | -3/+0 |
| 2020-10-17 | Rollup merge of #77855 - davidtwco:pr-77341-follow-up-non-constructable-varia... | Yuki Okushi | -62/+88 |
| 2020-10-17 | Rollup merge of #75209 - Hirrolot:suggest-macro-imports, r=estebank | Yuki Okushi | -0/+11 |
| 2020-10-15 | resolve: improve "try using tuple struct" message | David Wood | -11/+11 |
| 2020-10-15 | resolve: suggest variants with placeholders | David Wood | -60/+86 |
| 2020-10-14 | Rollup merge of #77825 - ethanboxx:min_const_generics_diagnostic, r=lcnr | Yuki Okushi | -15/+8 |
| 2020-10-12 | A little rewording | Ethan Brierley | -1/+1 |
| 2020-10-12 | Remove a little jargon from error | Ethan Brierley | -1/+1 |
| 2020-10-12 | Make error help clearer | Ethan Brierley | -1/+1 |
| 2020-10-11 | `min_const_generics` diagnostics improvements | Ethan Brierley | -15/+8 |
| 2020-10-09 | address review comments | Esteban Küber | -8/+16 |
| 2020-10-09 | Add docstring | Esteban Küber | -0/+2 |
| 2020-10-09 | Given `<T as Trait>::A: Ty` suggest `T: Trait<A = Ty>` | Esteban Küber | -0/+129 |
| 2020-10-09 | Suggest removing bounds even when potential typo | Esteban Küber | -15/+21 |
| 2020-10-09 | Tweak output and add test cases | Esteban Küber | -5/+51 |
| 2020-10-09 | Point out why a trait is expected on `Struct + 'lt` | Esteban Küber | -1/+17 |
| 2020-10-07 | Auto merge of #77341 - davidtwco:issue-73427-you-might-have-meant-variant, r=... | bors | -21/+124 |
| 2020-10-07 | fix def collector for impl trait | Bastian Kauschke | -4/+4 |
| 2020-10-05 | Rollup merge of #77439 - varkor:min_const_generics-tests, r=lcnr,estebank | Dylan DPC | -2/+2 |
| 2020-10-03 | Replace "non trivial" with "non-trivial" | varkor | -2/+2 |
| 2020-10-03 | Rollup merge of #77421 - petrochenkov:globtravel, r=nagisa | Jonas Schievink | -11/+2 |
| 2020-10-02 | resolve: prohibit anon const non-static lifetimes | David Wood | -0/+33 |
| 2020-10-02 | Revert "resolve: Avoid "self-confirming" import resolutions in one more case" | Vadim Petrochenkov | -11/+2 |
| 2020-09-30 | Improve wording for external crate resolution error | Camelid | -1/+1 |
| 2020-09-30 | Don't suggest macros that out of scope | Temirkhan Myrzamadi | -2/+9 |
| 2020-09-30 | Suggest imports of unresolved macros | Temirkhan Myrzamadi | -0/+4 |
| 2020-09-29 | resolve: improve "try using the enum's variant" | David Wood | -21/+124 |
| 2020-09-23 | /nightly/nightly-rustc | Erik Hofmayer | -1/+1 |
| 2020-09-23 | Updated html_root_url for compiler crates | Erik Hofmayer | -1/+1 |
| 2020-09-21 | Rollup merge of #76888 - matthiaskrgr:clippy_single_match_2, r=Dylan-DPC | ecstatic-morse | -5/+2 |
| 2020-09-20 | Rollup merge of #76890 - matthiaskrgr:matches_simpl, r=lcnr | Ralf Jung | -2/+2 |