about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-10-05Only give autofix suggestion when no named args are presentfrancorbacho-6/+44
2023-10-05Add suggestion testfrancorbacho-10/+33
2023-10-05Highlight redundant arguments instead of the whole format stringfrancorbacho-23/+22
2023-10-05Plurals in format redundant arguments suggestionfrancorbacho-3/+6
2023-10-05Fix diagnostics being cancelled even with unused argumentsfrancorbacho-11/+17
2023-10-05Remove unused variablefrancorbacho-5/+4
2023-10-05Document report_redundant_format_arguments()francorbacho-0/+2
2023-10-05Rename report_redundant_placeholders() to report_redundant_format_arguments()francorbacho-2/+2
2023-10-05Use diagnostic impls and add suggestions in redundant format!() argsfrancorbacho-79/+110
2023-10-05Separate report_redundant_placeholders() into its own functionfrancorbacho-52/+62
2023-10-05Suggest removing redundant arguments in format!()francorbacho-4/+180
2023-10-05Auto merge of #104153 - tspiteri:doc-float-constants, r=workingjubileebors-4/+80
2023-10-05Auto merge of #116427 - cjgillot:no-internal, r=oli-obkbors-57/+106
2023-10-05Auto merge of #116443 - workingjubilee:rollup-r9mh13f, r=workingjubileebors-396/+553
2023-10-05Rollup merge of #116432 - notriddle:master, r=fmeaseJubilee-8/+68
2023-10-05Rollup merge of #116431 - estebank:issue-80476, r=compiler-errorsJubilee-136/+136
2023-10-05Rollup merge of #116429 - fmease:clean-up-struct-field-suggs, r=compiler-errorsJubilee-145/+226
2023-10-05Rollup merge of #116296 - compiler-errors:default-return, r=estebankJubilee-89/+105
2023-10-05Rollup merge of #116223 - catandcoder:master, r=cjgillotJubilee-18/+18
2023-10-05Auto merge of #116273 - compiler-errors:refine2, r=tmandrybors-8/+23
2023-10-05Auto merge of #116184 - compiler-errors:afit-lint, r=tmandrybors-60/+308
2023-10-04Auto merge of #116370 - nnethercote:more-arena-stuff, r=cjgillotbors-128/+74
2023-10-04Apply suggestions from code reviewTyler Mandry-2/+7
2023-10-04Fix spans for comments in rustfmtMichael Goulet-1/+2
2023-10-04Point to closure return instead of output if defaultedMichael Goulet-3/+7
2023-10-04Fix clippyMichael Goulet-18/+14
2023-10-04Point to where missing return type should goMichael Goulet-71/+86
2023-10-04Auto merge of #114417 - chinedufn:fix-expect-unused-in-impl-block-rust-issue-...bors-34/+69
2023-10-04Add URL to test case issuesMichael Howell-1/+21
2023-10-04Rename issue-\d+.rs tests to have meaningful namesMichael Howell-1/+1
2023-10-04Tweak wording of E0562Esteban Küber-136/+136
2023-10-04clean up struct field suggestionsLeón Orell Valerian Liehr-145/+226
2023-10-04 Add `crate_name` to test so that it can be renamedMichael Howell-1/+41
2023-10-04Auto merge of #115200 - rcvalle:rust-cfi-fix-115199, r=workingjubileebors-88/+123
2023-10-04Remove mir::LocalDecl::internal.Camille GILLOT-57/+106
2023-10-04Update documentation for LLVM CFI supportRamon de C Valle-76/+85
2023-10-04Disable CFI for core and std CFI violationsRamon de C Valle-12/+38
2023-10-04Auto merge of #116413 - nnethercote:rm-E0551, r=compiler-errorsbors-21/+14
2023-10-04Auto merge of #116381 - Mark-Simulacrum:drop-wasm32-unknown-emscripten, r=Kobzolbors-69/+0
2023-10-04Auto merge of #116360 - compiler-errors:async-span, r=oli-obkbors-64/+68
2023-10-04Auto merge of #116353 - Kobzol:new-bors-event, r=Mark-Simulacrumbors-0/+4
2023-10-04Remove E0551.Nicholas Nethercote-16/+9
2023-10-04Sort `compiler/rustc_attr/Cargo.toml` dependencies.Nicholas Nethercote-5/+5
2023-10-04Auto merge of #116406 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-10-04Auto merge of #116408 - matthiaskrgr:rollup-hmolg4m, r=matthiaskrgrbors-127/+172
2023-10-04Rollup merge of #116395 - WaffleLapkin:vacationize-waffle, r=lqdMatthias Krüger-1/+1
2023-10-04Rollup merge of #116393 - compiler-errors:auto-bad, r=WaffleLapkinMatthias Krüger-1/+29
2023-10-04Rollup merge of #116388 - fmease:rustdoc-fix-n-clean-up-x-crate-higher-ranked...Matthias Krüger-106/+107
2023-10-04Rollup merge of #116365 - P1n3appl3:master, r=onur-ozkanMatthias Krüger-5/+7
2023-10-04Rollup merge of #116363 - Colonial-Dev:issue-116130-fix, r=thomccMatthias Krüger-10/+24