| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-09-20 | use if let instead of single match arm expressions to compact code and reduce... | Matthias Krüger | -5/+2 |
| 2020-09-18 | use matches!() macro for simple if let conditions | Matthias Krüger | -2/+2 |
| 2020-09-17 | use strip_prefix over starts_with and manual slicing based on pattern length ... | Matthias Krüger | -2/+2 |
| 2020-09-16 | Rollup merge of #76756 - matthiaskrgr:cl123ppy, r=Dylan-DPC | Tyler Mandry | -1/+1 |
| 2020-09-15 | fix a couple of stylistic clippy warnings | Matthias Krüger | -1/+1 |
| 2020-09-15 | Remove redundant `&format!`. | Hameer Abbasi | -3/+1 |
| 2020-09-15 | This commit introduces the following changes: | Hameer Abbasi | -9/+23 |
| 2020-09-13 | review, improve note span | Bastian Kauschke | -18/+16 |
| 2020-09-13 | allow concrete self types in consts | Bastian Kauschke | -12/+26 |
| 2020-09-11 | Auto merge of #76499 - guswynn:priv_des, r=petrochenkov | bors | -29/+80 |
| 2020-09-11 | Give better diagnostic when using a private tuple struct constructor | Gus Wynn | -29/+80 |
| 2020-09-10 | Attach `TokenStream` to `ast::Visibility` | Aaron Hill | -2/+2 |
| 2020-09-10 | Attach `TokenStream` to `ast::Path` | Aaron Hill | -4/+8 |
| 2020-09-09 | Rollup merge of #76522 - matthiaskrgr:redundant_clone, r=jonas-schievink | Tyler Mandry | -1/+1 |
| 2020-09-09 | Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasper | Tyler Mandry | -1/+8 |
| 2020-09-09 | remove redundant clones | Matthias Krüger | -1/+1 |
| 2020-09-01 | Rollup merge of #76143 - jyn514:duplicate-builtin-macros, r=petrochenkov | Tyler Mandry | -5/+25 |
| 2020-09-01 | Clarify message about unresolved use | Kornel | -1/+8 |
| 2020-09-01 | Give a better error message for duplicate built-in macros | Joshua Nelson | -5/+25 |
| 2020-08-30 | Suggest `if let x = y` when encountering `if x = y` | Esteban Küber | -1/+19 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+16500 |