| Age | Commit message (Expand) | Author | Lines |
| 2023-11-04 | Use the correct span when emitting the `env!` result | Thom Chiovoloni | -1/+1 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -1/+2 |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -2/+4 |
| 2023-10-27 | Add gen blocks to ast and do some broken ast lowering | Oli Scherer | -1/+1 |
| 2023-10-25 | Auto merge of #116236 - dtolnay:builtinmacrocomment, r=cjgillot | bors | -94/+112 |
| 2023-10-23 | Auto merge of #115324 - francorbacho:master, r=davidtwco | bors | -4/+145 |
| 2023-10-22 | Directly collect into ty_param_names instead of peeking to see if empty | David Tolnay | -6/+4 |
| 2023-10-22 | Eliminate an "Extra scope required" obsoleted by NLL | David Tolnay | -55/+51 |
| 2023-10-22 | Rustfmt-compatible formatting for code snippets in rustc_builtin_macros | David Tolnay | -40/+64 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -1/+1 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes | Urgau | -3/+8 |
| 2023-10-16 | docs: add Rust logo to more compiler crates | Michael Howell | -0/+3 |
| 2023-10-15 | Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb | bors | -77/+99 |
| 2023-10-14 | Rollup merge of #116696 - c410-f3r:in-doc, r=petrochenkov | Matthias Krüger | -6/+8 |
| 2023-10-13 | Misc improvements | Caio | -6/+8 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -77/+99 |
| 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 |