| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-07-05 | Fix the issue of wrong diagnosis for extern pub fn | yukang | -1/+5 |
| 2023-07-04 | Detect extra space in keyword for better hint | yukang | -0/+16 |
| 2023-06-27 | Auto merge of #113105 - matthiaskrgr:rollup-rci0uym, r=matthiaskrgr | bors | -15/+12 |
| 2023-06-27 | Rollup merge of #112978 - compiler-errors:bad-block-sugg, r=davidtwco | Matthias Krüger | -0/+16 |
| 2023-06-27 | Rollup merge of #112518 - chenyukang:yukang-fix-112458, r=davidtwco | Matthias Krüger | -2/+8 |
| 2023-06-27 | Simplify some conditions | Maybe Waffle | -15/+12 |
| 2023-06-23 | Add suggestion for bad block fragment error | Michael Goulet | -0/+16 |
| 2023-06-19 | Syntatically accept `become` expressions | Maybe Waffle | -0/+12 |
| 2023-06-15 | Handle interpolated literal errors | Michael Goulet | -6/+3 |
| 2023-06-11 | Detect actual span for getting unexpected token from parsing macros | yukang | -2/+8 |
| 2023-06-11 | Rollup merge of #112498 - SamZhang3:rust-reference-link-update, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-06-10 | Use a better link | Hankai Zhang | -1/+1 |
| 2023-06-10 | Update links to Rust Reference page on literals in diagnostic | Hankai Zhang | -1/+1 |
| 2023-06-10 | remove unwrap | yukang | -9/+12 |
| 2023-06-10 | reword the message to suggest surrounding with parentheses | yukang | -1/+1 |
| 2023-06-10 | take care module name for suggesting surround the struct literal in parentheses | yukang | -1/+9 |
| 2023-06-09 | Move parse_seq_to_before_end closure to own function | est31 | -43/+37 |
| 2023-06-08 | Support float-like tuple indices in offset_of!() | est31 | -2/+45 |
| 2023-06-08 | Move float breaking out of Parser::parse_expr_tuple_field_access_float | est31 | -22/+53 |
| 2023-06-03 | Fix suggestion for matching struct with `..` on both ends | 许杰友 Jieyou Xu (Joe) | -12/+45 |
| 2023-05-29 | Auto merge of #111748 - nnethercote:Cow-DiagnosticMessage, r=WaffleLapkin | bors | -3/+4 |
| 2023-05-29 | Use `Cow` in `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -3/+4 |
| 2023-05-28 | Recover upon encountering mistyped `Const` in const param def | 许杰友 Jieyou Xu (Joe) | -0/+44 |
| 2023-05-27 | Rollup merge of #111181 - bvanjoi:fix-issue-111148, r=davidtwco | Matthias Krüger | -1/+3 |
| 2023-05-25 | Ensure Fluent messages are in alphabetical order | clubby789 | -594/+594 |
| 2023-05-24 | Use `is_some_and`/`is_ok_and` in less obvious spots | Maybe Waffle | -1/+1 |