| Age | Commit message (Expand) | Author | Lines |
| 2023-08-03 | Auto merge of #108955 - Nilstrieb:dont-use-me-pls, r=oli-obk | bors | -0/+1 |
| 2023-08-03 | Rollup merge of #114300 - MU001999:fix/turbofish-pat, r=estebank | Matthias Krüger | -28/+68 |
| 2023-08-03 | Rollup merge of #114237 - bvanjoi:fix-114219, r=cjgillot | Matthias Krüger | -4/+20 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-08-03 | Reduce arbitrary self type suggestions | r0cky | -15/+3 |
| 2023-08-03 | Avoid too many expected symbols and reduce `None`s | r0cky | -58/+52 |
| 2023-08-03 | Apply suggestions | r0cky | -2/+4 |
| 2023-08-02 | Add test for enum with fields | Catherine Flores | -6/+1 |
| 2023-08-03 | Remove `MacDelimiter`. | Nicholas Nethercote | -14/+12 |
| 2023-08-03 | Keep the suggestion for wrong arbitrary self types | Mu001999 | -54/+85 |
| 2023-08-02 | Avoid an unnecessary local variable. | Nicholas Nethercote | -2/+1 |
| 2023-08-02 | Move `TokenCursor::break_last_token` into `Parser`. | Nicholas Nethercote | -39/+25 |
| 2023-08-02 | Move `TokenCursor::num_next_calls` into `Parser` and rename it. | Nicholas Nethercote | -18/+14 |
| 2023-08-02 | Inline and remove `parse_all_token_trees`. | Nicholas Nethercote | -10/+1 |
| 2023-08-02 | `parse_all_token_trees` cannot fail. | Nicholas Nethercote | -2/+2 |
| 2023-08-01 | Auto merge of #114273 - nnethercote:move-doc-comment-desugaring, r=petrochenkov | bors | -80/+15 |
| 2023-08-01 | Suggests turbofish in patterns | Mu001999 | -1/+26 |
| 2023-07-31 | Remove `desugar_doc_comments` arg from `Parser::new()`. | Nicholas Nethercote | -8/+3 |
| 2023-07-31 | Move doc comment desugaring out of `TokenCursor`. | Nicholas Nethercote | -73/+13 |
| 2023-07-31 | parser: more friendly hints for handling `async move` in the 2015 edition | bohan | -4/+20 |
| 2023-07-31 | Fix a typo in a comment. | Nicholas Nethercote | -3/+3 |
| 2023-07-31 | Remove an unnecessary `return` keyword. | Nicholas Nethercote | -1/+1 |
| 2023-07-30 | Rollup merge of #114256 - Urgau:fix-issue-114180, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2023-07-30 | Fix invalid suggestion for mismatched types in closure arguments | Urgau | -1/+1 |
| 2023-07-30 | inline format!() args up to and including rustc_middle | Matthias Krüger | -39/+32 |
| 2023-07-29 | Auto merge of #114028 - Centri3:ternary-operator, r=compiler-errors | bors | -2/+57 |
| 2023-07-28 | Parse generic const items | León Orell Valerian Liehr | -20/+167 |
| 2023-07-27 | Rollup merge of #114081 - nnethercote:desugar_doc_comments-cleanups, r=petroc... | Matthias Krüger | -21/+27 |
| 2023-07-26 | Add a comment to `TokenCursor::desugar_doc_comments`. | Nicholas Nethercote | -0/+3 |
| 2023-07-26 | Remove `desugar_doc_comments` arguments from `TokenCursor::{inlined_,}next`. | Nicholas Nethercote | -19/+24 |
| 2023-07-26 | Tweak `Parser::look_ahead`. | Nicholas Nethercote | -1/+1 |
| 2023-07-26 | Remove `Parser::desugar_doc_comments`. | Nicholas Nethercote | -3/+1 |
| 2023-07-25 | Only early return if recovered | Catherine Flores | -15/+20 |
| 2023-07-25 | Remove unnecessary `maybe_ternary_lo` field | Catherine Flores | -18/+5 |
| 2023-07-25 | Gracefully handle missing ternary operator | Catherine Flores | -4/+67 |
| 2023-07-25 | Auto merge of #113476 - fee1-dead-contrib:c-str-lit, r=petrochenkov | bors | -9/+32 |
| 2023-07-25 | extract common code | Deadbeef | -11/+10 |
| 2023-07-24 | Recover from some macros | Catherine Flores | -16/+36 |
| 2023-07-24 | Rollup merge of #113994 - nyurik:parser-fmt-ref, r=davidtwco | Matthias Krüger | -8/+8 |
| 2023-07-24 | Specify macro is invalid in certain contexts | Catherine | -26/+61 |
| 2023-07-24 | Optimize format usage | Yuri Astrakhan | -8/+8 |
| 2023-07-23 | fix some clippy::style findings | Matthias Krüger | -1/+1 |
| 2023-07-23 | fix couple of clippy findings: | Matthias Krüger | -1/+1 |
| 2023-07-23 | reimplement C string literals | Deadbeef | -1/+25 |
| 2023-07-22 | Support interpolated block for try and async | Michael Goulet | -4/+10 |
| 2023-07-20 | Don't translate compiler-internal bug messages | Oli Scherer | -34/+17 |
| 2023-07-19 | Rollup merge of #113803 - compiler-errors:const-interp-block, r=fee1-dead | Dylan DPC | -1/+2 |
| 2023-07-19 | Make it clearer that edition functions are >=, not == | Michael Goulet | -6/+6 |
| 2023-07-19 | Fix inline_const with interpolated block | Michael Goulet | -1/+2 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -3/+6 |