| 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 | -1/+49 |
| 2024-05-22 | Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcm | bors | -89/+59 |
| 2024-05-22 | Auto merge of #124227 - compiler-errors:hack-check-method-res, r=estebank | bors | -0/+42 |
| 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 #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 | -21/+38 |
| 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 | Auto merge of #124097 - compiler-errors:box-into-iter, r=WaffleLapkin | bors | -19/+309 |
| 2024-05-21 | Auto merge of #123812 - compiler-errors:additional-fixes, r=fmease | bors | -21/+33 |
| 2024-05-20 | Move 100 entries from tests/ui into subdirs | Jubilee Young | -44/+41 |
| 2024-05-20 | Inline get_node_fn_decl into get_fn_decl, simplify/explain logic in report_re... | Michael Goulet | -21/+33 |
| 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 | -29/+29 |
| 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 | -63/+97 |
| 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 | -29/+29 |
| 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 #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 | 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 | -17/+5 |
| 2024-05-20 | Fix incorrect suggestion for undeclared hrtb lifetimes in where clauses. | surechen | -0/+120 |
| 2024-05-20 | Note for E0599 if shadowed bindings has the method. | surechen | -0/+40 |
| 2024-05-20 | Fix quote escaping inside check-cfg value | Urgau | -14/+47 |
| 2024-05-20 | add todo test for feature gate | jdonszelmann | -1/+16 |
| 2024-05-20 | Rollup merge of #125302 - workingjubilee:prefer-my-stack-neat, r=compiler-errors | Matthias Krüger | -1/+13 |
| 2024-05-20 | Rollup merge of #125301 - jwong101:fix-static-coro-suggest, r=compiler-errors | Matthias Krüger | -0/+64 |
| 2024-05-20 | Rollup merge of #125282 - WaffleLapkin:never-type-unsafe-improvements, r=comp... | Matthias Krüger | -9/+39 |
| 2024-05-19 | note value of RUST_MIN_STACK and explain unsetting | Jubilee Young | -1/+3 |
| 2024-05-19 | defrost RUST_MIN_STACK=ice rustc hello.rs | Jubilee Young | -0/+10 |