| Age | Commit message (Expand) | Author | Lines |
| 2023-10-10 | Don't `escape_debug` the condition of `assert!`. | Nicholas Nethercote | -1/+1 |
| 2023-10-05 | Keep fluent slugs in alphabetical order | francorbacho | -2/+2 |
| 2023-10-05 | Only give autofix suggestion when no named args are present | francorbacho | -2/+8 |
| 2023-10-05 | Highlight redundant arguments instead of the whole format string | francorbacho | -5/+4 |
| 2023-10-05 | Plurals in format redundant arguments suggestion | francorbacho | -1/+4 |
| 2023-10-05 | Fix diagnostics being cancelled even with unused arguments | francorbacho | -11/+17 |
| 2023-10-05 | Remove unused variable | francorbacho | -5/+4 |
| 2023-10-05 | Document report_redundant_format_arguments() | francorbacho | -0/+2 |
| 2023-10-05 | Rename report_redundant_placeholders() to report_redundant_format_arguments() | francorbacho | -2/+2 |
| 2023-10-05 | Use diagnostic impls and add suggestions in redundant format!() args | francorbacho | -25/+65 |
| 2023-10-05 | Separate report_redundant_placeholders() into its own function | francorbacho | -52/+62 |
| 2023-10-05 | Suggest removing redundant arguments in format!() | francorbacho | -4/+80 |
| 2023-10-01 | Factor out the two `entry_point_type` functions. | Nicholas Nethercote | -16/+2 |
| 2023-09-29 | Change `depth` arg to `at_root`. | Nicholas Nethercote | -3/+3 |
| 2023-09-24 | ConstParamTy: require Eq | Ralf Jung | -1/+1 |
| 2023-09-18 | Rollup merge of #115891 - RalfJung:structural-trait-derive, r=nnethercote | Matthias Krüger | -114/+42 |
| 2023-09-18 | simplify inject_impl_of_structural_trait | Ralf Jung | -114/+42 |
| 2023-09-17 | Rollup merge of #115611 - lukas-code:format!("{r#ident}"), r=compiler-errors | Dylan DPC | -28/+50 |
| 2023-09-16 | Fix invalid markdown codeblock label | Guillaume Gomez | -6/+6 |
| 2023-09-14 | Auto merge of #115677 - matthewjasper:let-expr-recovery, r=b-naber | bors | -1/+1 |
| 2023-09-11 | Move let expression checking to parsing | Matthew Jasper | -1/+1 |
| 2023-09-08 | Rename the feature, but not the attribute, to `coverage_attribute` | Andy Caldwell | -1/+1 |
| 2023-09-08 | Rework no_coverage to coverage(off) | Andy Caldwell | -5/+5 |
| 2023-09-06 | add diagnostic for raw identifiers in format string | Lukas Markeffsky | -28/+50 |
| 2023-08-27 | Load include_bytes! directly into an Lrc | Ben Kimock | -1/+1 |
| 2023-08-11 | rustc: Move `features` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -10/+18 |
| 2023-08-11 | Auto merge of #114507 - sebastiantoh:issue-114235, r=jackh726 | bors | -12/+28 |
| 2023-08-06 | Generate better function argument names in global_allocator expansion | David Tolnay | -19/+14 |
| 2023-08-05 | Delete some useless casts from global_allocator expansion | David Tolnay | -14/+6 |
| 2023-08-05 | Add suggestion to quote inlined format argument as string literal | Sebastian Toh | -12/+28 |
| 2023-08-04 | Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31 | Matthias Krüger | -1/+1 |
| 2023-08-04 | Auto merge of #114414 - cjgillot:early-unnameable-test, r=petrochenkov | bors | -0/+24 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -1/+1 |
| 2023-08-03 | Make test harness lint about unnnameable tests. | Camille GILLOT | -0/+24 |
| 2023-08-03 | Remove `MacDelimiter`. | Nicholas Nethercote | -6/+9 |
| 2023-07-30 | inline format!() args up to and including rustc_middle | Matthias Krüger | -38/+31 |
| 2023-07-28 | Parse generic const items | León Orell Valerian Liehr | -0/+1 |
| 2023-07-25 | builtin_macros: raw str in diagnostic output | David Wood | -46/+51 |
| 2023-07-24 | builtin_macros: expect raw strings too | David Wood | -1/+1 |
| 2023-07-23 | fix couple of clippy findings: | Matthias Krüger | -1/+1 |
| 2023-07-16 | Add a comparison between match *self and intrinsics::unreachable() | David Tolnay | -2/+3 |
| 2023-07-16 | Generate safe stable code for derives on empty enums | David Tolnay | -4/+13 |
| 2023-07-16 | Auto merge of #113557 - Amanieu:no-builtins-prelude, r=petrochenkov | bors | -9/+18 |
| 2023-07-14 | Hide `compiler_builtins` in the prelude | Amanieu d'Antras | -9/+18 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -8/+14 |
| 2023-06-28 | fix typo | He1pa | -4/+4 |
| 2023-06-25 | Migrate some rustc_builtin_macros to SessionDiagnostic | He1pa | -32/+134 |
| 2023-06-24 | Auto merge of #112802 - lukas-code:fancy-bool, r=Nilstrieb | bors | -64/+61 |
| 2023-06-21 | Rollup merge of #112790 - WaffleLapkin:syntactically, r=Nilstrieb | Nilstrieb | -0/+1 |
| 2023-06-19 | use `ErrorGuaranteed` instead of booleans | Lukas Markeffsky | -64/+61 |