| Age | Commit message (Expand) | Author | Lines |
| 2024-05-22 | Rollup merge of #125015 - fmease:pat-tys-proh-gen-args-on-ct-params, r=spasto... | León Orell Valerian Liehr | -13/+66 |
| 2024-05-22 | Rollup merge of #124896 - RalfJung:miri-intrinsic-fallback, r=oli-obk | León Orell Valerian Liehr | -23/+23 |
| 2024-05-22 | Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcm | bors | -476/+202 |
| 2024-05-22 | Auto merge of #124227 - compiler-errors:hack-check-method-res, r=estebank | bors | -35/+46 |
| 2024-05-22 | Auto merge of #125335 - compiler-errors:binder, r=lcnr | bors | -734/+774 |
| 2024-05-22 | Auto merge of #125326 - weiznich:move/do_not_recommend_to_diganostic_namespac... | bors | -209/+228 |
| 2024-05-22 | Auto merge of #125387 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-05-21 | Auto merge of #125202 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1120/+4025 |
| 2024-05-21 | Update cargo | Weihang Lo | -0/+0 |
| 2024-05-21 | Auto merge of #124417 - Xiretza:translate-early-lints, r=fmease | bors | -900/+2107 |
| 2024-05-21 | Uplift OutlivesPredicate, remove a bunch of unnecessary associated types from... | Michael Goulet | -75/+79 |
| 2024-05-21 | Uplift binder | Michael Goulet | -667/+703 |
| 2024-05-21 | Rename buffer_lint_with_diagnostic to buffer_lint | Xiretza | -57/+57 |
| 2024-05-21 | Fix typo in deprecation lint message | Xiretza | -6/+6 |
| 2024-05-21 | Make early lints translatable | Xiretza | -550/+1176 |
| 2024-05-21 | Convert uses of BuiltinLintDiag::Normal to custom variants | Xiretza | -173/+295 |
| 2024-05-21 | Port DeprecatedMacro to diag structs | Xiretza | -96/+152 |
| 2024-05-21 | Generate lint diagnostic message from BuiltinLintDiag | Xiretza | -130/+212 |
| 2024-05-21 | Convert unexpected_cfg_{name,value} to struct diagnostics | Xiretza | -188/+472 |
| 2024-05-21 | Convert NAMED_ASM_LABELS lint to diag struct | Xiretza | -20/+14 |
| 2024-05-21 | Fix subdiagnostic-only enum variants not generating code | Xiretza | -2/+2 |
| 2024-05-21 | Add note_once/help_once to diagnostic derives | Xiretza | -4/+30 |
| 2024-05-21 | Implement IntoDiagArg for RustcVersion | Xiretza | -1/+12 |
| 2024-05-21 | Implement IntoDiagArg for hir Namespace | Xiretza | -0/+6 |
| 2024-05-21 | Auto merge of #125379 - matthiaskrgr:rollup-6149w01, r=matthiaskrgr | bors | -97/+308 |
| 2024-05-21 | improve comment wording | Ralf Jung | -15/+16 |
| 2024-05-21 | Rollup merge of #125369 - saethlin:synthetic-targets-dont-cc, r=onur-ozkan | Matthias Krüger | -4/+1 |
| 2024-05-21 | Rollup merge of #125357 - GuillaumeGomez:migrate-rustdoc-scrape-examples-mult... | Matthias Krüger | -27/+6 |
| 2024-05-21 | Rollup merge of #125310 - workingjubilee:muck-out-the-test-stables, r=Nilstrieb | Matthias Krüger | -45/+42 |
| 2024-05-21 | Rollup merge of #125276 - dev-ardi:no-main-diag, r=fmease | Matthias Krüger | -7/+42 |
| 2024-05-21 | Rollup merge of #123492 - lcnr:master, r=davidtwco | Matthias Krüger | -0/+10 |
| 2024-05-21 | Rollup merge of #123122 - surechen:fix_122714, r=fmease | Matthias Krüger | -14/+207 |
| 2024-05-21 | Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u... | Philipp Krones | -1120/+4025 |
| 2024-05-21 | Auto merge of #124676 - djkoloski:relax_multiple_sanitizers, r=cuviper,rcvalle | bors | -22/+44 |
| 2024-05-21 | Don't do cc detection for synthetic targets | Ben Kimock | -4/+1 |
| 2024-05-21 | Auto merge of #125358 - matthiaskrgr:rollup-mx841tg, r=matthiaskrgr | bors | -439/+680 |
| 2024-05-21 | Auto merge of #12765 - yusufraji:while-float, r=llogiq | bors | -0/+92 |
| 2024-05-21 | Move `#[do_not_recommend]` to the `#[diagnostic]` namespace | Georg Semmler | -209/+228 |
| 2024-05-21 | Rollup merge of #125348 - tbu-:pr_doc_path_absolute, r=jhpratt | Matthias Krüger | -3/+6 |
| 2024-05-21 | Rollup merge of #125266 - workingjubilee:stream-plastic-love, r=RalfJung,nikic | Matthias Krüger | -40/+95 |
| 2024-05-21 | Rollup merge of #125225 - madsmtm:ios-crt_externs.h, r=workingjubilee | Matthias Krüger | -150/+127 |
| 2024-05-21 | Rollup merge of #125218 - Oneirical:easy-test-the-third, r=jieyouxu | Matthias Krüger | -9/+17 |
| 2024-05-21 | Rollup merge of #125011 - diondokter:opt-for-size, r=Amanieu,kobzol | Matthias Krüger | -1/+12 |
| 2024-05-21 | Rollup merge of #124772 - madsmtm:apple-platform-support-docs, r=oli-obk | Matthias Krüger | -177/+376 |
| 2024-05-21 | Rollup merge of #124570 - nnethercote:misc-cleanups, r=michaelwoerister | Matthias Krüger | -59/+47 |
| 2024-05-21 | Auto merge of #124097 - compiler-errors:box-into-iter, r=WaffleLapkin | bors | -247/+688 |
| 2024-05-21 | Migrate `run-make/rustdoc-scrape-examples-multiple` to `rmake.rs` | Guillaume Gomez | -27/+6 |
| 2024-05-21 | Auto merge of #123812 - compiler-errors:additional-fixes, r=fmease | bors | -173/+170 |
| 2024-05-21 | Auto merge of #125298 - tesuji:arrcmp, r=nikic | bors | -0/+18 |
| 2024-05-21 | Sort `rustc_middle` attributes. | Nicholas Nethercote | -19/+21 |