| Age | Commit message (Expand) | Author | Lines |
| 2024-01-30 | Rollup merge of #120460 - nnethercote:fix-120397, r=compiler-errors | Guillaume Gomez | -10/+25 |
| 2024-01-29 | Rollup merge of #118625 - ShE3py:expr-in-pats, r=WaffleLapkin | Dylan DPC | -13/+168 |
| 2024-01-29 | Be more careful about interpreting a label/lifetime as a mistyped char literal. | Nicholas Nethercote | -3/+18 |
| 2024-01-29 | Tweak comment and naming for `recover_unclosed_char`. | Nicholas Nethercote | -7/+7 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -20/+20 |
| 2024-01-28 | Handle methodcalls & operators in patterns | Lieselotte | -13/+168 |
| 2024-01-27 | Rollup merge of #118182 - estebank:issue-118164, r=davidtwco | Matthias Krüger | -2/+17 |
| 2024-01-26 | Properly recover from trailing attr in body | Esteban Küber | -2/+17 |
| 2024-01-26 | Rollup merge of #119342 - sjwang05:issue-112254, r=wesleywiser | Matthias Krüger | -7/+28 |
| 2024-01-26 | Rollup merge of #120329 - nnethercote:3349-precursors, r=fee1-dead | Matthias Krüger | -12/+12 |
| 2024-01-25 | Remove unused features | clubby789 | -3/+0 |
| 2024-01-25 | Use `unescape_unicode` for raw C string literals. | Nicholas Nethercote | -1/+1 |
| 2024-01-25 | Rename the unescaping functions. | Nicholas Nethercote | -12/+12 |
| 2024-01-20 | Rollup merge of #120063 - clubby789:remove-box-handling, r=Nilstrieb | Guillaume Gomez | -21/+7 |
| 2024-01-19 | Rollup merge of #119062 - compiler-errors:asm-in-let-else, r=davidtwco,est31 | Matthias Krüger | -17/+37 |
| 2024-01-18 | Rollup merge of #119172 - nnethercote:earlier-NulInCStr, r=petrochenkov | Matthias Krüger | -0/+8 |
| 2024-01-18 | Suggest wrapping mac args in parens rather than the whole expression | Michael Goulet | -17/+37 |
| 2024-01-17 | Remove `box <expr>` recovery | clubby789 | -21/+7 |
| 2024-01-14 | Auto merge of #119341 - sjwang05:issue-58462, r=WaffleLapkin | bors | -4/+43 |
| 2024-01-12 | Suggest quoting unquoted idents in attrs | sjwang05 | -4/+43 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -0/+36 |
| 2024-01-12 | Detect `NulInCStr` error earlier. | Nicholas Nethercote | -0/+8 |
| 2024-01-11 | Stop using `DiagnosticBuilder::buffer` in the parser. | Nicholas Nethercote | -17/+17 |
| 2024-01-11 | Fix lifetimes in `StringReader`. | Nicholas Nethercote | -23/+27 |
| 2024-01-11 | Use `struct_fatal` in `new_parser_from_file`. | Nicholas Nethercote | -5/+4 |
| 2024-01-11 | Inline and remove three functions. | Nicholas Nethercote | -39/+14 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -33/+38 |
| 2024-01-10 | Rename `{create,emit}_warning` as `{create,emit}_warn`. | Nicholas Nethercote | -3/+3 |
| 2024-01-10 | Rename `struct_span_err!` as `struct_span_code_err!`. | Nicholas Nethercote | -2/+2 |
| 2024-01-08 | Emit suggestion when trying to write exclusive ranges as `..<` | sjwang05 | -7/+28 |
| 2024-01-08 | Remove `DiagnosticBuilder::delay_as_bug_without_consuming`. | Nicholas Nethercote | -7/+8 |
| 2024-01-08 | Remove a fourth `DiagnosticBuilder::emit_without_consuming` call. | Nicholas Nethercote | -31/+21 |
| 2024-01-08 | Remove a third `DiagnosticBuilder::emit_without_consuming` call. | Nicholas Nethercote | -1/+0 |
| 2024-01-08 | Remove a second `DiagnosticBuilder::emit_without_consuming` call. | Nicholas Nethercote | -39/+30 |
| 2024-01-08 | Remove a `DiagnosticBuilder::emit_without_consuming` call. | Nicholas Nethercote | -4/+7 |
| 2024-01-08 | Remove all eight `DiagnosticBuilder::*_with_code` methods. | Nicholas Nethercote | -41/+41 |
| 2024-01-08 | Use chaining for `DiagnosticBuilder` construction and `emit`. | Nicholas Nethercote | -22/+23 |
| 2024-01-08 | Use chaining in `DiagnosticBuilder` construction. | Nicholas Nethercote | -32/+30 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -64/+65 |
| 2024-01-06 | Rollup merge of #119624 - petrochenkov:dialoc4, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2024-01-05 | rustc_span: More consistent span combination operations | Vadim Petrochenkov | -3/+3 |
| 2024-01-05 | parser: Tiny refactoring | Vadim Petrochenkov | -1/+1 |
| 2024-01-05 | Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errors | Michael Goulet | -35/+23 |
| 2024-01-04 | Auto merge of #119569 - matthiaskrgr:rollup-4packja, r=matthiaskrgr | bors | -3/+74 |
| 2024-01-04 | Inline and remove `StringReader::struct_fatal_span_char`. | Nicholas Nethercote | -22/+11 |
| 2024-01-03 | Recover parentheses in range patterns | Lieselotte | -3/+74 |
| 2024-01-03 | Rename some `Diagnostic` setters. | Nicholas Nethercote | -13/+12 |
| 2024-01-02 | Update after rebase | George Bateman | -5/+5 |
| 2024-01-02 | Make offset_of field parsing use metavariable which handles any spacing | George Bateman | -43/+129 |
| 2023-12-30 | Update to bitflags 2 in the compiler | Nilstrieb | -0/+1 |