| Age | Commit message (Expand) | Author | Lines |
| 2024-09-12 | Rollup merge of #130250 - compiler-errors:useless-conversion, r=jieyouxu | Stuart Cook | -6/+6 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -41/+33 |
| 2024-09-11 | clippy::useless_conversion | Michael Goulet | -6/+6 |
| 2024-09-11 | Also fix if in else | Michael Goulet | -35/+27 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -6/+6 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -3/+3 |
| 2024-09-08 | Auto merge of #129346 - nnethercote:fix-double-handling-in-collect_tokens, r=... | bors | -56/+87 |
| 2024-09-07 | Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorino | Matthias Krüger | -35/+82 |
| 2024-09-07 | Rollup merge of #129899 - veera-sivarajan:fix-97793-pr-final, r=chenyukang | Michael Goulet | -3/+82 |
| 2024-09-06 | Add Suggestions for Misspelled Keywords | Veera | -3/+82 |
| 2024-09-06 | Add some more tests | Michael Goulet | -1/+1 |
| 2024-09-06 | Add initial support for raw lifetimes | Michael Goulet | -16/+50 |
| 2024-09-06 | Format lexer | Michael Goulet | -19/+22 |
| 2024-09-06 | Reserve prefix lifetimes too | Michael Goulet | -0/+10 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 2) | Alexander Cyon | -1/+1 |
| 2024-08-31 | Rollup merge of #120221 - compiler-errors:statements-are-not-patterns, r=nnet... | Matthias Krüger | -21/+10 |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_parser`. | Nicholas Nethercote | -35/+36 |
| 2024-08-28 | Rollup merge of #129667 - dev-ardi:rustc_driver-cleanup, r=michaelwoerister | Matthias Krüger | -1/+3 |
| 2024-08-28 | clarify what term can be | Orion Gonzalez | -1/+3 |
| 2024-08-26 | Don't make pattern nonterminals match statement nonterminals | Michael Goulet | -21/+10 |
| 2024-08-24 | Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-su... | Trevor Gross | -12/+31 |
| 2024-08-24 | Optimize `collect_tokens` a little. | Nicholas Nethercote | -23/+40 |
| 2024-08-24 | Avoid double-handling of attributes in `collect_tokens`. | Nicholas Nethercote | -5/+25 |
| 2024-08-23 | Split the assertion in `NodeRange::new`. | Nicholas Nethercote | -1/+2 |
| 2024-08-23 | Avoid nested replacement ranges. | Nicholas Nethercote | -21/+7 |
| 2024-08-23 | Return earlier in some cases in `collect_token`. | Nicholas Nethercote | -17/+22 |
| 2024-08-23 | Avoid unnecessary `cloned`. | Nicholas Nethercote | -1/+1 |
| 2024-08-23 | Clarify a comment. | Nicholas Nethercote | -3/+5 |
| 2024-08-21 | Use bool in favor of Option<()> for diagnostics | Michael Goulet | -26/+18 |
| 2024-08-20 | Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorino | bors | -1/+0 |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -3/+2 |
| 2024-08-17 | Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercote | bors | -30/+14 |
| 2024-08-17 | Stabilize opaque type precise capturing | Michael Goulet | -1/+0 |
| 2024-08-16 | Overhaul token collection. | Nicholas Nethercote | -275/+363 |
| 2024-08-16 | Add an assertion to `NodeRange::new`. | Nicholas Nethercote | -0/+1 |
| 2024-08-16 | Convert a bool to `Trailing`. | Nicholas Nethercote | -40/+52 |
| 2024-08-16 | Make visibilities minimal and consistent in `attr_wrapper.rs`. | Nicholas Nethercote | -6/+6 |
| 2024-08-16 | Remove size assertion on `AttrWrapper`. | Nicholas Nethercote | -1/+0 |
| 2024-08-14 | Use `impl PartialEq<TokenKind> for Token` more. | Nicholas Nethercote | -117/+112 |
| 2024-08-14 | Convert a `&mut self` to `&self`. | Nicholas Nethercote | -1/+1 |
| 2024-08-12 | Rollup merge of #128994 - nnethercote:fix-Parser-look_ahead-more, r=compiler-... | Guillaume Gomez | -4/+6 |
| 2024-08-12 | Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxu | Guillaume Gomez | -2/+5 |
| 2024-08-12 | Fix bug in `Parser::look_ahead`. | Nicholas Nethercote | -4/+6 |
| 2024-08-11 | Use assert_matches around the compiler | Michael Goulet | -2/+5 |
| 2024-08-11 | Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors | Matthias Krüger | -10/+10 |
| 2024-08-09 | parser: ensure let stmt compound assignment removal suggestion respect codepo... | 许杰友 Jieyou Xu (Joe) | -2/+6 |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -10/+10 |
| 2024-08-07 | Stabilize `unsafe_attributes` | carbotaniuman | -30/+14 |
| 2024-08-03 | Rollup merge of #127921 - spastorino:stabilize-unsafe-extern-blocks, r=compil... | Matthias Krüger | -3/+0 |
| 2024-08-04 | don't suggest turning crate-level attributes into outer style | yukang | -12/+31 |