| Age | Commit message (Expand) | Author | Lines |
| 2024-11-13 | Optimize `check_keyword_case`. | Nicholas Nethercote | -1/+2 |
| 2024-11-11 | Auto merge of #126597 - estebank:unicode-output, r=fmease | bors | -27/+1204 |
| 2024-11-10 | Add Unicode block-drawing compiler output support | Esteban Küber | -27/+1204 |
| 2024-11-09 | Rollup merge of #132363 - compiler-errors:raw-lt-id-valid, r=wesleywiser | Matthias Krüger | -4/+18 |
| 2024-11-04 | Revert "Avoid nested replacement ranges" from #129346. | Nicholas Nethercote | -7/+21 |
| 2024-10-31 | Improve the missing_abi lint. | Mara Bos | -0/+2 |
| 2024-10-30 | Enforce that raw lifetime identifiers must be valid raw identifiers | Michael Goulet | -4/+18 |
| 2024-10-30 | Rollup merge of #132332 - nnethercote:use-token_descr-more, r=estebank | Matthias Krüger | -1/+1 |
| 2024-10-28 | fix clippy::clone_on_ref_ptr for compiler | klensy | -1/+2 |
| 2024-10-28 | Tweak `expand_incomplete_parse` warning. | Nicholas Nethercote | -1/+1 |
| 2024-10-23 | "innermost", "outermost", "leftmost", and "rightmost" don't need hyphens | Josh Triplett | -1/+1 |
| 2024-10-15 | Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr | bors | -7/+13 |
| 2024-10-15 | Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors | Matthias Krüger | -3/+35 |
| 2024-10-14 | Move trait bound modifiers into ast::PolyTraitRef | Michael Goulet | -7/+13 |
| 2024-10-12 | Rollup merge of #130870 - surechen:fix_130791, r=compiler-errors | Trevor Gross | -0/+15 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -51/+2 |
| 2024-10-08 | Reserve guarded string literals (RFC 3593) | Peter Jaszkowiak | -1/+101 |
| 2024-10-07 | Fix clippy and rustfmt compilation | Eric Holk | -1/+4 |
| 2024-10-07 | Add sugar for &pin (const|mut) types | Eric Holk | -5/+34 |
| 2024-10-07 | Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,... | bors | -10/+10 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -10/+10 |
| 2024-10-06 | On function and method calls in patterns, link to the book | Esteban Küber | -0/+1 |
| 2024-10-04 | Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercote | Guillaume Gomez | -5/+7 |
| 2024-10-02 | Rollup merge of #130725 - GrigorenkoPV:@-in-struct-patterns, r=Nadrieril | Jubilee | -13/+60 |
| 2024-10-01 | Remove anon struct and union types | Michael Goulet | -48/+1 |
| 2024-10-01 | Remove unnamed field feature | Michael Goulet | -3/+1 |
| 2024-10-01 | Use `ast::NestedMetaItem` when evaluating cfg predicate | Urgau | -5/+7 |
| 2024-09-27 | Add suggestion for removing invalid path separator `::` in function definition. | surechen | -0/+15 |
| 2024-09-23 | Rollup merge of #130551 - nnethercote:fix-break-last-token, r=petrochenkov | Jubilee | -35/+40 |
| 2024-09-23 | Fix `break_last_token`. | Nicholas Nethercote | -35/+40 |
| 2024-09-23 | Parser: better error messages for `@` in struct patterns | Pavel Grigorenko | -13/+60 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -177/+151 |
| 2024-09-21 | Parser: recover from `:::` to `::` in delegations | Pavel Grigorenko | -1/+1 |
| 2024-09-21 | Parser: recover from `:::` to `::` | Pavel Grigorenko | -14/+46 |
| 2024-09-18 | Add suggestions for expressions in patterns | Lieselotte | -11/+303 |
| 2024-09-18 | Recover more expressions in patterns | Lieselotte | -61/+88 |
| 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 |