| Age | Commit message (Expand) | Author | Lines |
| 2021-11-25 | Auto merge of #85346 - estebank:issue-84946, r=nagisa,varkor | bors | -6/+73 |
| 2021-11-24 | Tweak span and add more tests | Esteban Kuber | -5/+2 |
| 2021-11-24 | Account for incorrect `impl Foo<const N: ty> {}` syntax | Esteban Küber | -6/+76 |
| 2021-11-22 | fix(doctest): detect extern crate items in statement doctests | Michael Howell | -1/+1 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -2/+2 |
| 2021-09-24 | Auto merge of #88835 - FabianWolff:issue-88770, r=petrochenkov | bors | -2/+2 |
| 2021-09-17 | Rollup merge of #87566 - JohnTitor:find-eqeq-on-assoc-type-bounds, r=estebank | Guillaume Gomez | -1/+13 |
| 2021-09-17 | Apply review comments | Yuki Okushi | -2/+2 |
| 2021-09-17 | Recover invalid assoc type bounds using `==` | Yuki Okushi | -1/+13 |
| 2021-09-17 | Use `multipart_suggestion` | Yuki Okushi | -19/+13 |
| 2021-09-17 | Emit clearer diagnostics for parens around `for` loop heads | Yuki Okushi | -2/+3 |
| 2021-09-13 | Auto merge of #87915 - estebank:fancy-spans, r=oli-obk | bors | -39/+46 |
| 2021-09-10 | Fix error recovery in format macro parsing | Fabian Wolff | -2/+2 |
| 2021-09-04 | Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiser | bors | -3/+8 |
| 2021-09-03 | Detect bare blocks with type ascription that were meant to be a `struct` literal | Esteban Kuber | -3/+8 |
| 2021-08-27 | Point at unclosed delimiters as part of the primary MultiSpan | Esteban Kuber | -1/+11 |
| 2021-08-12 | Use smaller spans for some structured suggestions | Esteban Kuber | -39/+46 |
| 2021-07-30 | Use multispan suggestions more often | Esteban Küber | -1/+1 |
| 2021-07-24 | fix code to suggest `;` on parse error | Elliot Bobrow | -57/+57 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -1/+1 |
| 2021-05-08 | Rename `Parser::span_fatal_err` -> `Parser::span_err` | Joshua Nelson | -5/+1 |
| 2021-04-12 | don't bump in check_mistyped_turbofish_with_multiple_type_params | b-naber | -15/+17 |
| 2021-03-17 | Emit more pretty diagnostics for qualified paths | Yuki Okushi | -14/+21 |
| 2021-03-17 | Fix bad diagnostics for anon params with qualified paths | Yuki Okushi | -10/+20 |
| 2021-03-17 | Fix bad diagnostics for anon params with ref | Yuki Okushi | -31/+54 |
| 2021-02-27 | Fix turbofish recovery with multiple generic args | Ömer Sinan Ağacan | -1/+1 |
| 2021-02-25 | fix review | klensy | -1/+1 |
| 2021-02-24 | replaced some map_or with map_or_else | klensy | -1/+1 |
| 2021-02-15 | Simplify pattern grammar by allowing nested leading vert | mark | -1/+1 |
| 2021-01-31 | Improve handling of spans around macro result parse errors | Aaron Hill | -2/+2 |
| 2021-01-22 | improve diagnostics for angle args | b-naber | -5/+16 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -1/+1 |
| 2020-12-21 | Implemented a compiler diagnostic for move async mistake | Dion Dokter | -0/+18 |
| 2020-11-18 | Permit standalone generic parameters as const generic arguments in macros | varkor | -3/+7 |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -5/+1 |
| 2020-10-29 | Rollup merge of #78460 - varkor:turbofish-string-generic, r=lcnr | Yuki Okushi | -4/+5 |
| 2020-10-28 | Adjust turbofish help message for const generics | varkor | -4/+5 |
| 2020-10-28 | Rollup merge of #78379 - estebank:fn-signature-parse, r=varkor | Dylan DPC | -8/+0 |
| 2020-10-27 | Auto merge of #77502 - varkor:const-generics-suggest-enclosing-braces, r=petr... | bors | -4/+143 |
| 2020-10-26 | Suggest expressions that look like const generic arguments should be enclosed... | varkor | -4/+143 |
| 2020-10-25 | Rely on regular "expected"/"found" parser error for `fn` | Esteban Küber | -8/+0 |
| 2020-10-23 | Silence unnecessary `await foo?` knock-down error | Esteban Küber | -1/+7 |
| 2020-10-07 | Detect blocks that could be struct expr bodies | Esteban Küber | -2/+85 |
| 2020-09-15 | Auto merge of #76171 - estebank:turbofish-the-revenge, r=davidtwco | bors | -0/+46 |
| 2020-09-14 | Detect turbofish with multiple type params missing leading `::` | Esteban Küber | -0/+46 |
| 2020-09-10 | Attach `TokenStream` to `ast::Path` | Aaron Hill | -1/+1 |
| 2020-09-10 | Attach `TokenStream` to `ast::Ty` | Aaron Hill | -2/+7 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+1643 |