| Age | Commit message (Expand) | Author | Lines |
| 2022-12-14 | Rollup merge of #105502 - chenyukang:yukang/fix-105366-impl, r=estebank | Matthias Krüger | -0/+37 |
| 2022-12-14 | Auto merge of #104875 - chenyukang:yukang/fix-104867-inc, r=estebank | bors | -22/+360 |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being a... | Oli Scherer | -20/+10 |
| 2022-12-11 | Move tests | Caio | -0/+67 |
| 2022-12-10 | fix #105366, suggest impl in the scenario of typo with fn | yukang | -0/+37 |
| 2022-12-08 | Point at LHS on binop type err if relevant | Esteban Küber | -7/+21 |
| 2022-12-06 | Rollup merge of #105098 - lyming2007:issue-103869-fix, r=eholk | Matthias Krüger | -0/+28 |
| 2022-12-03 | suggest parenthesis around ExprWithBlock BinOp ExprWithBlock | Lukas Markeffsky | -1/+66 |
| 2022-12-01 | While parsing enum variant, the error message always disappear | Yiming Lei | -0/+28 |
| 2022-11-26 | will not suggest for postfix operator when can not handle precedences well | yukang | -10/+38 |
| 2022-11-26 | add start_stmt to handle postfix increment | yukang | -8/+177 |
| 2022-11-25 | fix #104867, Properly handle postfix inc/dec in standalone and subexpr scenarios | yukang | -22/+163 |
| 2022-11-23 | Fix an ICE parsing a malformed attribute. | Nicholas Nethercote | -0/+12 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -14/+6 |
| 2022-11-18 | Rollup merge of #103405 - chenyukang:yukang/fix-103381-and-if, r=compiler-errors | Matthias Krüger | -0/+168 |
| 2022-11-16 | Use `token::Lit` in `ast::ExprKind::Lit`. | Nicholas Nethercote | -43/+29 |
| 2022-11-16 | Add some more bad suffix cases in a test. | Nicholas Nethercote | -17/+75 |
| 2022-11-15 | Rollup merge of #104309 - chenyukang:yukang/fix-104088-identifier-error, r=da... | Matthias Krüger | -0/+67 |
| 2022-11-15 | Rollup merge of #103439 - Nilstrieb:help-me-with-my-macro, r=estebank | Matthias Krüger | -0/+12 |
| 2022-11-15 | move testcase for tidy | yukang | -0/+12 |
| 2022-11-15 | fix #104088, Slightly improve error message for invalid identifier | yukang | -0/+55 |
| 2022-11-15 | move testcase for tidy | yukang | -0/+12 |
| 2022-11-15 | fix #103381, Detect incorrect chaining of if and if let conditions | yukang | -0/+168 |
| 2022-11-14 | Show a note where a macro failed to match | Nilstrieb | -0/+12 |
| 2022-11-14 | Rollup merge of #104223 - fmease:recover-fn-ptr-with-generics, r=estebank | Matthias Krüger | -0/+142 |
| 2022-11-11 | Rollup merge of #104202 - camsteffen:103748, r=estebank | Dylan DPC | -0/+59 |
| 2022-11-11 | Recover from fn ptr tys with generic param list | León Orell Valerian Liehr | -0/+142 |
| 2022-11-11 | Auto merge of #99918 - WaffleLapkin:fnFnfun, r=estebank | bors | -0/+154 |
| 2022-11-09 | Rollup merge of #103443 - mucinoab:recover-colon-as-path-separetor, r=compile... | Michael Goulet | -0/+39 |
| 2022-11-09 | Add domain size check to fix ICE | Cameron Steffen | -0/+59 |
| 2022-11-09 | Rollup merge of #103919 - nnethercote:unescaping-cleanups, r=matklad | Dylan DPC | -30/+30 |
| 2022-11-08 | Parser: Recover from using colon as path separator in imports | Bruno A. Muciño | -0/+39 |
| 2022-11-08 | Rollup merge of #103521 - chenyukang:yukang/fix-103451-avoid-hang, r=jackh726... | Manish Goregaokar | -0/+37 |
| 2022-11-07 | Rollup merge of #103986 - compiler-errors:oh-no-bad-block-should-not-have-lab... | Dylan DPC | -0/+219 |
| 2022-11-07 | Rollup merge of #103914 - nnethercote:close-42326, r=petrochenkov | Yuki Okushi | -9/+21 |
| 2022-11-07 | Make underscore_literal_suffix a hard error. | Nicholas Nethercote | -9/+21 |
| 2022-11-06 | Auto merge of #99943 - compiler-errors:tuple-trait, r=jackh726 | bors | -8/+8 |
| 2022-11-05 | Merge conflicts and rebase onto master | Michael Goulet | -8/+8 |
| 2022-11-04 | Don't silently eat label before block in block-like expr | Michael Goulet | -0/+219 |
| 2022-11-04 | fake a base to suppress later extra error message | yukang | -24/+21 |
| 2022-11-04 | Make non-ASCII errors more consistent. | Nicholas Nethercote | -30/+30 |
| 2022-11-04 | fix #102806, suggest use .. to fill in the rest of the fields of Struct | yukang | -0/+73 |
| 2022-10-26 | Rollup merge of #95710 - fee1-dead-contrib:stabilize_arbitrary_enum_discrimin... | Dylan DPC | -59/+0 |
| 2022-10-26 | Rollup merge of #103444 - chenyukang:yukang/fix-103425-extra-diag, r=davidtwco | Dylan DPC | -0/+44 |
| 2022-10-25 | Fix #103451, find_width_of_character_at_span return width with 1 when reachin... | yukang | -0/+37 |
| 2022-10-25 | Rollup merge of #103333 - chenyukang:yukang/fix-103143, r=wesleywiser | Yuki Okushi | -0/+25 |
| 2022-10-24 | fix #103425, remove extra type error after missing semicolon error | yukang | -0/+44 |
| 2022-10-23 | Rollup merge of #101293 - compiler-errors:lt-is-actually-char, r=estebank | Dylan DPC | -12/+112 |
| 2022-10-22 | Don't erroneously deny semicolons after closure expr within parentheses in a ... | Michael Goulet | -0/+14 |
| 2022-10-22 | Recover unclosed char literal being parsed as lifetime | Michael Goulet | -12/+112 |