| Age | Commit message (Expand) | Author | Lines |
| 2024-09-18 | Rollup merge of #130489 - compiler-errors:raw-lt-lint, r=jieyouxu | Matthias Krüger | -0/+3 |
| 2024-09-18 | Rollup merge of #130116 - veera-sivarajan:freeze-suggestions, r=chenyukang | Matthias Krüger | -2/+8 |
| 2024-09-17 | Store raw ident span for raw lifetime | Michael Goulet | -0/+3 |
| 2024-09-14 | Auto merge of #129753 - folkertdev:stabilize-const-extern-fn, r=RalfJung | bors | -3/+0 |
| 2024-09-14 | stabilize `const_extern_fn` | Folkert de Vries | -3/+0 |
| 2024-09-14 | Refactor `Parser::break_up_float` | Lieselotte | -27/+25 |
| 2024-09-14 | Fix `Parser::break_up_float`'s right span | Lieselotte | -1/+1 |
| 2024-09-14 | Add `ErrorGuaranteed` to `DestructuredFloat::Error` | Lieselotte | -7/+7 |
| 2024-09-12 | Implement a Method to Seal `DiagInner`'s Suggestions | Veera | -2/+8 |
| 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 |