| Age | Commit message (Expand) | Author | Lines |
| 2024-05-22 | Migrate `run-make/rustdoc-scrape-examples-macros` to `rmake.rs` | Guillaume Gomez | -19/+64 |
| 2024-05-22 | Auto merge of #125326 - weiznich:move/do_not_recommend_to_diganostic_namespac... | bors | -132/+123 |
| 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 | 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 | 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 |
| 2024-05-21 | Rollup merge of #125308 - lcnr:search-graph-5, r=compiler-errors | Matthias Krüger | -3/+31 |
| 2024-05-21 | Rollup merge of #125158 - Nilstrieb:block-indent, r=compiler-errors | Matthias Krüger | -52/+52 |
| 2024-05-21 | Rollup merge of #124283 - surechen:fix_123558, r=estebank | Matthias Krüger | -0/+40 |
| 2024-05-21 | Rollup merge of #124050 - saethlin:less-sysroot-libc, r=ChrisDenton | Matthias Krüger | -93/+105 |
| 2024-05-20 | track cycle participants per entry | lcnr | -3/+31 |
| 2024-05-20 | Auto merge of #125219 - Urgau:check-cfg-cargo-config, r=fmease | bors | -35/+96 |
| 2024-05-20 | Fix parsing of erroneously placed semicolons | ardi | -4/+33 |
| 2024-05-20 | hir pretty: fix block indent | Nilstrieb | -52/+52 |
| 2024-05-20 | Rollup merge of #125318 - GuillaumeGomez:migrate-rustdoc-examples-whitespaces... | Matthias Krüger | -5/+6 |
| 2024-05-20 | Rollup merge of #125314 - jdonszelmann:global-registration-feature-gate, r=pn... | Matthias Krüger | -0/+16 |
| 2024-05-20 | Rollup merge of #125305 - jwong101:120493-codegen-test, r=the8472 | Matthias Krüger | -0/+22 |
| 2024-05-20 | Rollup merge of #125173 - scottmcm:never-checked, r=davidtwco | Matthias Krüger | -47/+47 |
| 2024-05-20 | Rollup merge of #125106 - Zalathar:expressions, r=davidtwco | Matthias Krüger | -1315/+808 |
| 2024-05-20 | Rollup merge of #124917 - cardigan1008:issue-124819, r=pnkfelix | Matthias Krüger | -0/+17 |
| 2024-05-20 | Rollup merge of #124682 - estebank:issue-40990, r=pnkfelix | Matthias Krüger | -181/+567 |
| 2024-05-20 | Undo accidental change to tests/ui/sanitizer/thread.rs | Ben Kimock | -0/+1 |
| 2024-05-20 | Update tests/incremental/foreign.rs | Ben Kimock | -22/+5 |
| 2024-05-20 | Fix feature-gates/rustc-private.rs | Ben Kimock | -3/+3 |
| 2024-05-20 | Port stdout-during-shutdown | Ben Kimock | -0/+22 |
| 2024-05-20 | Patch up foreign-fn-linkname.rs | Ben Kimock | -9/+3 |
| 2024-05-20 | Add a Windows version of foreign2.rs | Ben Kimock | -3/+25 |
| 2024-05-20 | Handle a few more simple tests | Ben Kimock | -32/+34 |
| 2024-05-20 | Add only-unix to sigpipe tests | Ben Kimock | -0/+5 |
| 2024-05-20 | Fix up a few more tests | Ben Kimock | -25/+8 |