| Age | Commit message (Expand) | Author | Lines |
| 2024-06-28 | disable lld if external llvm is used | onur-ozkan | -0/+4 |
| 2024-06-28 | ignore beta/stable channels on `rust-lld-by-default` test | onur-ozkan | -0/+2 |
| 2024-06-28 | add change-tracker entry | onur-ozkan | -0/+5 |
| 2024-06-28 | add `lld = true` to default dist profile | onur-ozkan | -0/+1 |
| 2024-06-19 | ignore `llvm::Lld` step if `lld` is not enabled | onur-ozkan | -7/+9 |
| 2024-06-19 | Auto merge of #126679 - fmease:rollup-njrv2py, r=fmease | bors | -590/+677 |
| 2024-06-19 | Rollup merge of #126662 - alexcrichton:warn-on-wasm32-wasi, r=michaelwoerister | León Orell Valerian Liehr | -0/+14 |
| 2024-06-19 | Rollup merge of #126572 - onur-ozkan:channel-problem, r=clubby789 | León Orell Valerian Liehr | -18/+23 |
| 2024-06-19 | Rollup merge of #126154 - RalfJung:storage-live, r=compiler-errors | León Orell Valerian Liehr | -11/+71 |
| 2024-06-19 | Rollup merge of #125880 - Zalathar:demangler, r=oli-obk | León Orell Valerian Liehr | -450/+5 |
| 2024-06-19 | Rollup merge of #125766 - RenjiSann:fresh-mcdc-branch-on-bool, r=nnethercote | León Orell Valerian Liehr | -23/+526 |
| 2024-06-19 | Rollup merge of #125447 - oli-obk:eq_opaque_pred, r=compiler-errors | León Orell Valerian Liehr | -88/+38 |
| 2024-06-19 | Remove `src/tools/rust-demangler` | Zalathar | -450/+5 |
| 2024-06-19 | Auto merge of #126671 - fmease:rollup-dmet4fi, r=fmease | bors | -219/+698 |
| 2024-06-19 | Allow constraining opaque types during subtyping in the trait system | Oli Scherer | -88/+38 |
| 2024-06-19 | Rollup merge of #126656 - fmease:skip-debug-for-_, r=compiler-errors | León Orell Valerian Liehr | -22/+23 |
| 2024-06-19 | Rollup merge of #126654 - tgross35:f16-f128-pretty-print, r=jackh726 | León Orell Valerian Liehr | -1/+9 |
| 2024-06-19 | Rollup merge of #126594 - zetanumbers:fix-cross-crate-async-drop-glue, r=oli-obk | León Orell Valerian Liehr | -23/+57 |
| 2024-06-19 | Rollup merge of #126553 - Nadrieril:expand-or-pat-into-above, r=matthewjasper | León Orell Valerian Liehr | -113/+366 |
| 2024-06-19 | Rollup merge of #125787 - Oneirical:infinite-test-a-novel, r=jieyouxu | León Orell Valerian Liehr | -15/+39 |
| 2024-06-19 | Rollup merge of #124580 - gurry:124556-suggest-remove-tuple-field, r=jackh726 | León Orell Valerian Liehr | -45/+109 |
| 2024-06-19 | Rollup merge of #123782 - oli-obk:equal_tait_args, r=compiler-errors | León Orell Valerian Liehr | -0/+95 |
| 2024-06-19 | tests(coverage): Bless mcdc_non_control_flow tests | Dorian Péron | -38/+147 |
| 2024-06-19 | coverage: Make MCDC take in account last RHS of condition-coverage | Dorian Péron | -23/+48 |
| 2024-06-19 | Auto merge of #125852 - bvanjoi:improve-tip-for-invisible-trait, r=compiler-e... | bors | -57/+143 |
| 2024-06-18 | Unconditionally warn on usage of `wasm32-wasi` | Alex Crichton | -0/+14 |
| 2024-06-19 | Auto merge of #126657 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-06-18 | Update cargo | Weihang Lo | -0/+0 |
| 2024-06-19 | Auto merge of #126655 - jieyouxu:rollup-z7k1k6l, r=jieyouxu | bors | -654/+2188 |
| 2024-06-19 | rustc_type_ir: Omit some struct fields from Debug output | León Orell Valerian Liehr | -22/+23 |
| 2024-06-19 | Rollup merge of #126632 - Vonr:fix/moving-closure-formatting-v2, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -18/+18 |
| 2024-06-19 | Rollup merge of #126615 - tgross35:gitignore-ice, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-06-19 | Rollup merge of #126586 - madsmtm:mac-catalyst-maintainers, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2024-06-19 | Rollup merge of #126558 - jieyouxu:caller-chooses-ty, r=fmease | 许杰友 Jieyou Xu (Joe) | -16/+49 |
| 2024-06-19 | Rollup merge of #126504 - erickt:bump-fuchsia, r=tmandry | 许杰友 Jieyou Xu (Joe) | -386/+628 |
| 2024-06-19 | Rollup merge of #126493 - jswrenn:fix-126460, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -30/+89 |
| 2024-06-19 | Rollup merge of #126422 - Urgau:doctest-impl-non-local-def, r=fmease | 许杰友 Jieyou Xu (Joe) | -46/+125 |
| 2024-06-19 | Rollup merge of #125293 - dingxiangfei2009:tail-expr-temp-lifetime, r=esteban... | 许杰友 Jieyou Xu (Joe) | -23/+376 |
| 2024-06-19 | Rollup merge of #125078 - linyihai:issue-124496, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -12/+22 |
| 2024-06-19 | Rollup merge of #124135 - petrochenkov:deleglob, r=fmease | 许杰友 Jieyou Xu (Joe) | -123/+878 |
| 2024-06-18 | Make pretty printing for `f16` and `f128` consistent | Trevor Gross | -1/+9 |
| 2024-06-18 | Auto merge of #126607 - Oneirical:the-testern-world, r=jieyouxu | bors | -29/+46 |
| 2024-06-18 | tests: update tests for more conservative return ty mismatch note | 许杰友 Jieyou Xu (Joe) | -6/+27 |
| 2024-06-18 | hir_typeck: be more conservative in making "note caller chooses ty param" note | 许杰友 Jieyou Xu (Joe) | -10/+22 |
| 2024-06-18 | Auto merge of #126614 - compiler-errors:uplift-next-trait-solver, r=lcnr | bors | -1823/+2824 |
| 2024-06-18 | use llvm_readobj in run-make test instead of nm | Oneirical | -63/+28 |
| 2024-06-18 | try implementing suggestions | Oneirical | -3/+5 |
| 2024-06-18 | run_make_support nm implementation + bin-emit-no-symbols rmake rewrite | Oneirical | -10/+67 |
| 2024-06-18 | rewrite allocator-shim-circular-deps to ui test | Oneirical | -14/+17 |
| 2024-06-18 | Auto merge of #126623 - oli-obk:do_not_count_errors, r=davidtwco | bors | -915/+773 |