| Age | Commit message (Expand) | Author | Lines |
| 2023-10-05 | Only give autofix suggestion when no named args are present | francorbacho | -6/+44 |
| 2023-10-05 | Add suggestion test | francorbacho | -10/+33 |
| 2023-10-05 | Highlight redundant arguments instead of the whole format string | francorbacho | -23/+22 |
| 2023-10-05 | Plurals in format redundant arguments suggestion | francorbacho | -3/+6 |
| 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 | -79/+110 |
| 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/+180 |
| 2023-10-05 | Auto merge of #104153 - tspiteri:doc-float-constants, r=workingjubilee | bors | -4/+80 |
| 2023-10-05 | Auto merge of #116427 - cjgillot:no-internal, r=oli-obk | bors | -57/+106 |
| 2023-10-05 | Auto merge of #116443 - workingjubilee:rollup-r9mh13f, r=workingjubilee | bors | -396/+553 |
| 2023-10-05 | Rollup merge of #116432 - notriddle:master, r=fmease | Jubilee | -8/+68 |
| 2023-10-05 | Rollup merge of #116431 - estebank:issue-80476, r=compiler-errors | Jubilee | -136/+136 |
| 2023-10-05 | Rollup merge of #116429 - fmease:clean-up-struct-field-suggs, r=compiler-errors | Jubilee | -145/+226 |
| 2023-10-05 | Rollup merge of #116296 - compiler-errors:default-return, r=estebank | Jubilee | -89/+105 |
| 2023-10-05 | Rollup merge of #116223 - catandcoder:master, r=cjgillot | Jubilee | -18/+18 |
| 2023-10-05 | Auto merge of #116273 - compiler-errors:refine2, r=tmandry | bors | -8/+23 |
| 2023-10-05 | Auto merge of #116184 - compiler-errors:afit-lint, r=tmandry | bors | -60/+308 |
| 2023-10-04 | Auto merge of #116370 - nnethercote:more-arena-stuff, r=cjgillot | bors | -128/+74 |
| 2023-10-04 | Apply suggestions from code review | Tyler Mandry | -2/+7 |
| 2023-10-04 | Fix spans for comments in rustfmt | Michael Goulet | -1/+2 |
| 2023-10-04 | Point to closure return instead of output if defaulted | Michael Goulet | -3/+7 |
| 2023-10-04 | Fix clippy | Michael Goulet | -18/+14 |
| 2023-10-04 | Point to where missing return type should go | Michael Goulet | -71/+86 |
| 2023-10-04 | Auto merge of #114417 - chinedufn:fix-expect-unused-in-impl-block-rust-issue-... | bors | -34/+69 |
| 2023-10-04 | Add URL to test case issues | Michael Howell | -1/+21 |
| 2023-10-04 | Rename issue-\d+.rs tests to have meaningful names | Michael Howell | -1/+1 |
| 2023-10-04 | Tweak wording of E0562 | Esteban Küber | -136/+136 |
| 2023-10-04 | clean up struct field suggestions | León Orell Valerian Liehr | -145/+226 |
| 2023-10-04 | Add `crate_name` to test so that it can be renamed | Michael Howell | -1/+41 |
| 2023-10-04 | Auto merge of #115200 - rcvalle:rust-cfi-fix-115199, r=workingjubilee | bors | -88/+123 |
| 2023-10-04 | Remove mir::LocalDecl::internal. | Camille GILLOT | -57/+106 |
| 2023-10-04 | Update documentation for LLVM CFI support | Ramon de C Valle | -76/+85 |
| 2023-10-04 | Disable CFI for core and std CFI violations | Ramon de C Valle | -12/+38 |
| 2023-10-04 | Auto merge of #116413 - nnethercote:rm-E0551, r=compiler-errors | bors | -21/+14 |
| 2023-10-04 | Auto merge of #116381 - Mark-Simulacrum:drop-wasm32-unknown-emscripten, r=Kobzol | bors | -69/+0 |
| 2023-10-04 | Auto merge of #116360 - compiler-errors:async-span, r=oli-obk | bors | -64/+68 |
| 2023-10-04 | Auto merge of #116353 - Kobzol:new-bors-event, r=Mark-Simulacrum | bors | -0/+4 |
| 2023-10-04 | Remove E0551. | Nicholas Nethercote | -16/+9 |
| 2023-10-04 | Sort `compiler/rustc_attr/Cargo.toml` dependencies. | Nicholas Nethercote | -5/+5 |
| 2023-10-04 | Auto merge of #116406 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-10-04 | Auto merge of #116408 - matthiaskrgr:rollup-hmolg4m, r=matthiaskrgr | bors | -127/+172 |
| 2023-10-04 | Rollup merge of #116395 - WaffleLapkin:vacationize-waffle, r=lqd | Matthias Krüger | -1/+1 |
| 2023-10-04 | Rollup merge of #116393 - compiler-errors:auto-bad, r=WaffleLapkin | Matthias Krüger | -1/+29 |
| 2023-10-04 | Rollup merge of #116388 - fmease:rustdoc-fix-n-clean-up-x-crate-higher-ranked... | Matthias Krüger | -106/+107 |
| 2023-10-04 | Rollup merge of #116365 - P1n3appl3:master, r=onur-ozkan | Matthias Krüger | -5/+7 |
| 2023-10-04 | Rollup merge of #116363 - Colonial-Dev:issue-116130-fix, r=thomcc | Matthias Krüger | -10/+24 |