| Age | Commit message (Expand) | Author | Lines |
| 2024-05-23 | Auto merge of #125436 - matthiaskrgr:rollup-uijo2ga, r=matthiaskrgr | bors | -81/+645 |
| 2024-05-23 | Rollup merge of #125392 - workingjubilee:unwind-a-problem-in-context, r=Amanieu | Matthias Krüger | -38/+20 |
| 2024-05-23 | Rollup merge of #125222 - Oneirical:fifth, r=jieyouxu | Matthias Krüger | -14/+21 |
| 2024-05-23 | Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil... | Matthias Krüger | -1/+83 |
| 2024-05-23 | Rollup merge of #125054 - nnethercote:fix-124973, r=compiler-errors | Matthias Krüger | -0/+21 |
| 2024-05-23 | Rollup merge of #123623 - surechen:fix_123261, r=estebank | Matthias Krüger | -19/+140 |
| 2024-05-23 | Rollup merge of #122665 - ehuss:pub-priv-tests, r=davidtwco | Matthias Krüger | -9/+360 |
| 2024-05-23 | Auto merge of #125359 - RalfJung:interpret-overflowing-ops, r=oli-obk | bors | -3/+3 |
| 2024-05-22 | rewrite and rename issue-46239 | Oneirical | -14/+21 |
| 2024-05-23 | Handle `ReVar` in `note_and_explain_region`. | Nicholas Nethercote | -0/+21 |
| 2024-05-22 | Auto merge of #125423 - fmease:rollup-ne4l9y4, r=fmease | bors | -51/+131 |
| 2024-05-22 | Rollup merge of #125382 - notriddle:notriddle/issue-d, r=fmease | León Orell Valerian Liehr | -51/+80 |
| 2024-05-22 | Rollup merge of #125306 - compiler-errors:closure-incongruency, r=oli-obk | León Orell Valerian Liehr | -0/+51 |
| 2024-05-22 | Add some tests for public-private dependencies. | Eric Huss | -9/+360 |
| 2024-05-22 | Rollup merge of #125259 - compiler-errors:fn-mut-as-a-treat, r=oli-obk | León Orell Valerian Liehr | -0/+23 |
| 2024-05-22 | Rollup merge of #125049 - dtolnay:castbrace, r=compiler-errors | León Orell Valerian Liehr | -282/+101 |
| 2024-05-22 | Rollup merge of #125015 - fmease:pat-tys-proh-gen-args-on-ct-params, r=spasto... | León Orell Valerian Liehr | -1/+49 |
| 2024-05-22 | Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcm | bors | -89/+59 |
| 2024-05-22 | For OutsideLoop we should not suggest add 'block label in if block, or we wii... | surechen | -19/+140 |
| 2024-05-22 | Auto merge of #124227 - compiler-errors:hack-check-method-res, r=estebank | bors | -29/+19 |
| 2024-05-21 | Move tests into appropriate subdirectories | Michael Howell | -4/+5 |
| 2024-05-22 | Auto merge of #125326 - weiznich:move/do_not_recommend_to_diganostic_namespac... | bors | -132/+123 |
| 2024-05-21 | Wrap Context.ext in AssertUnwindSafe | Jubilee Young | -38/+20 |
| 2024-05-21 | Auto merge of #124417 - Xiretza:translate-early-lints, r=fmease | bors | -59/+59 |
| 2024-05-21 | Fix typo in deprecation lint message | Xiretza | -4/+4 |
| 2024-05-21 | Make early lints translatable | Xiretza | -19/+19 |
| 2024-05-21 | Convert unexpected_cfg_{name,value} to struct diagnostics | Xiretza | -36/+36 |
| 2024-05-21 | rustdoc: rename `issue-\d+.rs` tests to have meaningful names | Michael Howell | -0/+0 |
| 2024-05-21 | Add URL and crate_name to test cases | Michael Howell | -12/+40 |
| 2024-05-21 | Rollup merge of #125357 - GuillaumeGomez:migrate-rustdoc-scrape-examples-mult... | Matthias Krüger | -26/+6 |
| 2024-05-21 | Rollup merge of #125310 - workingjubilee:muck-out-the-test-stables, r=Nilstrieb | Matthias Krüger | -44/+41 |
| 2024-05-21 | Rollup merge of #125276 - dev-ardi:no-main-diag, r=fmease | Matthias Krüger | -4/+33 |
| 2024-05-21 | Rollup merge of #123122 - surechen:fix_122714, r=fmease | Matthias Krüger | -0/+120 |
| 2024-05-21 | Auto merge of #124676 - djkoloski:relax_multiple_sanitizers, r=cuviper,rcvalle | bors | -10/+2 |
| 2024-05-21 | interpret: make overflowing binops just normal binops | Ralf Jung | -3/+3 |
| 2024-05-21 | Auto merge of #125358 - matthiaskrgr:rollup-mx841tg, r=matthiaskrgr | bors | -29/+55 |
| 2024-05-21 | Move `#[do_not_recommend]` to the `#[diagnostic]` namespace | Georg Semmler | -132/+123 |
| 2024-05-21 | Rollup merge of #125266 - workingjubilee:stream-plastic-love, r=RalfJung,nikic | Matthias Krüger | -21/+38 |
| 2024-05-21 | Rollup merge of #125218 - Oneirical:easy-test-the-third, r=jieyouxu | Matthias Krüger | -8/+17 |
| 2024-05-21 | Auto merge of #124097 - compiler-errors:box-into-iter, r=WaffleLapkin | bors | -19/+309 |
| 2024-05-21 | Migrate `run-make/rustdoc-scrape-examples-multiple` to `rmake.rs` | Guillaume Gomez | -26/+6 |
| 2024-05-21 | Auto merge of #123812 - compiler-errors:additional-fixes, r=fmease | bors | -21/+33 |
| 2024-05-21 | Auto merge of #125298 - tesuji:arrcmp, r=nikic | bors | -0/+18 |
| 2024-05-20 | Move 100 entries from tests/ui into subdirs | Jubilee Young | -44/+41 |
| 2024-05-20 | simplify | Oneirical | -9/+4 |
| 2024-05-20 | Inline get_node_fn_decl into get_fn_decl, simplify/explain logic in report_re... | Michael Goulet | -21/+33 |
| 2024-05-21 | Add codegen test for array comparision opt | Lzu Tao | -0/+18 |
| 2024-05-20 | Adjust the method ambiguity lint too | Michael Goulet | -0/+69 |
| 2024-05-20 | Implement BOXED_SLICE_INTO_ITER | Michael Goulet | -2/+223 |
| 2024-05-20 | Backticks | Michael Goulet | -17/+17 |