| Age | Commit message (Expand) | Author | Lines |
| 2024-06-13 | Rollup merge of #126366 - celinval:issue-0080-def-ty, r=oli-obk | León Orell Valerian Liehr | -0/+114 |
| 2024-06-13 | Auto merge of #126374 - workingjubilee:rollup-tz0utfr, r=workingjubilee | bors | -113/+267 |
| 2024-06-12 | Rollup merge of #126358 - jswrenn:fix-125811, r=compiler-errors | Jubilee | -34/+26 |
| 2024-06-12 | Rollup merge of #126337 - oli-obk:nested_gat_opaque, r=lcnr | Jubilee | -0/+48 |
| 2024-06-12 | Rollup merge of #126142 - compiler-errors:trait-ref-split, r=jackh726 | Jubilee | -13/+59 |
| 2024-06-12 | Rollup merge of #125688 - compiler-errors:alias-reporting, r=lcnr | Jubilee | -33/+81 |
| 2024-06-12 | Rollup merge of #125674 - Oneirical:another-day-another-test, r=jieyouxu | Jubilee | -33/+53 |
| 2024-06-13 | Auto merge of #125165 - Oneirical:pgo-branch-weights, r=jieyouxu | bors | -35/+45 |
| 2024-06-13 | safe transmute: support `Variants::Single` enums | Jack Wrenn | -34/+26 |
| 2024-06-12 | Rebase fallout | Michael Goulet | -2/+2 |
| 2024-06-12 | Stop passing traitref/traitpredicate by ref | Michael Goulet | -1/+1 |
| 2024-06-12 | Bless and add ICE regression test | Michael Goulet | -0/+36 |
| 2024-06-12 | Harmonize use of leaf and root obligation in trait error reporting | Michael Goulet | -11/+21 |
| 2024-06-12 | Add a new trait to retrieve StableMir definition Ty | Celina G. Val | -0/+114 |
| 2024-06-12 | Also passthrough for projection clauses | Michael Goulet | -17/+12 |
| 2024-06-12 | better error message for normalizes-to ambiguities | Michael Goulet | -10/+10 |
| 2024-06-12 | Walk into alias-eq nested goals even if normalization fails | Michael Goulet | -15/+68 |
| 2024-06-12 | Rollup merge of #126276 - mu001999-contrib:dead/enhance, r=fee1-dead | Michael Goulet | -0/+78 |
| 2024-06-12 | Rollup merge of #126036 - Oneirical:the-intelligent-intestor, r=jieyouxu | Michael Goulet | -46/+42 |
| 2024-06-12 | Rollup merge of #126019 - tbu-:pr_unsafe_env_fixme, r=fee1-dead | Michael Goulet | -4/+8 |
| 2024-06-12 | Rollup merge of #125869 - alexcrichton:add-p1-to-wasi-targets, r=wesleywiser | Michael Goulet | -1/+1 |
| 2024-06-12 | Auto merge of #126332 - GuillaumeGomez:rollup-bu1q4pz, r=GuillaumeGomez | bors | -31/+204 |
| 2024-06-12 | Add TODO comment to unsafe env modification | Tobias Bucher | -4/+8 |
| 2024-06-12 | Add test for walking order dependent opaque type behaviour | Oli Scherer | -0/+48 |
| 2024-06-12 | Detect pub structs never constructed even though they impl pub trait with ass... | r0cky | -0/+78 |
| 2024-06-12 | Rollup merge of #126295 - linyihai:uninitalized-in-match-arm, r=pnkfelix | Guillaume Gomez | -0/+37 |
| 2024-06-12 | Rollup merge of #126294 - Zalathar:spans-refiner, r=oli-obk | Guillaume Gomez | -1/+100 |
| 2024-06-12 | Rollup merge of #126228 - BoxyUwU:nested_repeat_expr_generics, r=compiler-errors | Guillaume Gomez | -0/+31 |
| 2024-06-12 | Rollup merge of #126075 - compiler-errors:remove-debugwithinfcx, r=lcnr | Guillaume Gomez | -30/+36 |
| 2024-06-12 | port symlinked-libraries to rmake | Oneirical | -25/+25 |
| 2024-06-12 | port symlinked-rlib to rmake | Oneirical | -22/+17 |
| 2024-06-12 | port symlinked-extern to rmake | Oneirical | -0/+25 |
| 2024-06-12 | Auto merge of #125141 - SergioGasquez:feat/no_std-xtensa, r=davidtwco | bors | -2/+13 |
| 2024-06-12 | rewrite pgo-branch-weights to rmake | Oneirical | -35/+45 |
| 2024-06-12 | coverage: Replace the old span refiner with a single function | Zalathar | -5/+5 |
| 2024-06-12 | coverage: Add `tests/coverage/loop-break.rs` | Zalathar | -0/+41 |
| 2024-06-12 | coverage: Add `tests/coverage/assert-ne.rs` | Zalathar | -0/+58 |
| 2024-06-12 | Auto merge of #126319 - workingjubilee:rollup-lendnud, r=workingjubilee | bors | -37/+246 |
| 2024-06-12 | Rollup merge of #126310 - GuillaumeGomez:migrate-run-make-prefer-rlib, r=Kobzol | Jubilee | -13/+17 |
| 2024-06-12 | Rollup merge of #126286 - nnethercote:fix-test-LL-CC, r=lqd | Jubilee | -3/+4 |
| 2024-06-12 | Rollup merge of #126263 - nikic:s390x-codegen-test-fix, r=jieyouxu | Jubilee | -9/+12 |
| 2024-06-12 | Rollup merge of #126187 - surechen:fix_125997, r=oli-obk | Jubilee | -0/+172 |
| 2024-06-12 | Rollup merge of #125980 - kjetilkjeka:nvptx_remove_direct_passmode, r=davidtwco | Jubilee | -8/+34 |
| 2024-06-12 | Rollup merge of #125978 - fmease:cleanup-hir-ty-lowering-consolidate-assoc-it... | Jubilee | -4/+7 |
| 2024-06-12 | Use `fs_wrapper` in `run-make/prefer-dylib` | Guillaume Gomez | -3/+2 |
| 2024-06-12 | Remove unused import in `run-make/prefer-dylib/rmake.rs` | Guillaume Gomez | -5/+3 |
| 2024-06-12 | Migrate `run-make/prefer-rlib` to `rmake.rs` | Guillaume Gomez | -9/+16 |
| 2024-06-12 | Require any function with a tait in its signature to actually constrain a hid... | Oli Scherer | -577/+1344 |
| 2024-06-12 | For E0277 suggest adding `Result` return type for function which using Quesio... | surechen | -0/+172 |
| 2024-06-12 | No uninitalized report in a pre-returned match arm | Lin Yihai | -0/+37 |