| Age | Commit message (Expand) | Author | Lines |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -2/+22 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -22/+2 |
| 2022-01-19 | Only suggest adding `!` to expressions that can be macro invocation | Esteban Kuber | -3/+60 |
| 2021-12-11 | Tweak assoc type obligation spans | Esteban Kuber | -3/+5 |
| 2021-11-20 | Rollup merge of #91021 - compiler-errors:print_future_output, r=estebank | Matthias Krüger | -1/+1 |
| 2021-11-19 | Rollup merge of #90961 - estebank:suggest-removal-of-call, r=nagisa | Yuki Okushi | -6/+9 |
| 2021-11-18 | Print output ty for opaque future ty | Michael Goulet | -1/+1 |
| 2021-11-18 | Move some tests to more reasonable directories | Caio | -0/+118 |
| 2021-11-16 | Suggest removal of arguments for unit variant, not replacement | Esteban Kuber | -6/+9 |
| 2021-11-14 | Move some tests to more reasonable directories | Caio | -0/+336 |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -0/+253 |
| 2021-10-21 | Do not mention a reexported item if it's private | Yuki Okushi | -0/+35 |
| 2021-10-17 | Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisa | Matthias Krüger | -3/+3 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -3/+3 |
| 2021-10-15 | Bless tests | Cameron Steffen | -1/+1 |
| 2021-10-08 | tests | b-naber | -0/+37 |
| 2021-09-30 | Rollup merge of #88838 - FabianWolff:issue-88472, r=estebank | Manish Goregaokar | -38/+108 |
| 2021-09-27 | suggest path for tuple struct | Takayuki Maeda | -0/+45 |
| 2021-09-26 | Improve diagnostics for inaccessible items | Fabian Wolff | -22/+51 |
| 2021-09-26 | Do not suggest importing inaccessible items | Fabian Wolff | -44/+85 |
| 2021-09-15 | Move some tests to more reasonable directories | Caio | -0/+77 |
| 2021-09-03 | Auto merge of #88386 - estebank:unmatched-delims, r=jackh726 | bors | -8/+8 |
| 2021-09-01 | Auto merge of #88121 - camelid:better-recursive-alias-error, r=estebank | bors | -6/+6 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -18/+6 |
| 2021-08-27 | Point at unclosed delimiters as part of the primary MultiSpan | Esteban Kuber | -8/+8 |
| 2021-08-21 | Improve errors for recursive type aliases | Noah Lev | -6/+6 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -39/+39 |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -4/+4 |
| 2021-07-27 | Permit deriving default on enums with `#[default]` | Jacob Pratt | -1/+1 |
| 2021-07-08 | Move [debug_]assert_matches to mod {core, std}::assert. | Mara Bos | -7/+7 |
| 2021-06-24 | Auto merge of #85427 - ehuss:fix-use-placement, r=jackh726 | bors | -4/+50 |
| 2021-05-19 | Disallow shadowing const parameters | Fabian Wolff | -0/+77 |
| 2021-05-18 | Fix use placement for suggestions near main. | Eric Huss | -4/+50 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -1/+1 |
| 2021-04-23 | Auto merge of #83729 - JohnTitor:issue-43913, r=estebank | bors | -13/+11 |
| 2021-04-19 | fix suggestion for unsized function parameters | lcnr | -2/+2 |
| 2021-04-18 | Auto merge of #84065 - c410-f3r:tests-tests-tests, r=petrochenkov | bors | -0/+210 |
| 2021-04-17 | Move some tests to more reasonable directories - 6 | Caio | -0/+210 |
| 2021-04-17 | Auto merge of #84113 - SNCPlay42:suggestion-extern-crate, r=petrochenkov | bors | -0/+39 |
| 2021-04-11 | detect when suggested paths enter extern crates more rigorously | SNCPlay42 | -0/+39 |
| 2021-04-07 | Added additional comments and minor edits | K | -2/+2 |
| 2021-04-01 | Fixed diagnostic and added test for issue 81508 | Kevin Jiang | -0/+43 |
| 2021-04-01 | Add a suggestion when using a type alias instead of trait alias | Yuki Okushi | -13/+11 |
| 2021-03-30 | Add a regression test for issue-82865 | JohnTitor | -0/+34 |
| 2021-03-20 | Move some tests to more reasonable directories - 5 | Caio | -0/+83 |
| 2021-03-07 | diagnostics: Differentiate between edition meanings of ::foo in resolve diagn... | Manish Goregaokar | -3/+3 |
| 2021-03-06 | Move some tests to more suitable subdirs | Yuki Okushi | -0/+22 |
| 2021-02-24 | clarifies error when finding mismatched returned types for async functions | Nell Shamrell | -1/+2 |
| 2021-02-18 | Fix popping singleton paths in when generating E0433 | Ömer Sinan Ağacan | -0/+12 |
| 2021-01-31 | Move some tests to more reasonable directories | Caio | -0/+21 |