| Age | Commit message (Expand) | Author | Lines |
| 2025-02-28 | Rollup merge of #137778 - EnzymeAD:update-enzyme-range, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+0 |
| 2025-02-28 | Rollup merge of #137748 - samueltardieu:push-kozpqrxpkxkk, r=lqd | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2025-02-28 | Rollup merge of #137713 - vayunbiyani:fix-enzyme-build-errors, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -32/+10 |
| 2025-02-28 | Rollup merge of #137712 - meithecatte:extract-binding-mode, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -44/+44 |
| 2025-02-28 | Rollup merge of #137220 - ferrocene:pa-channel-ci, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -5/+15 |
| 2025-02-28 | Rollup merge of #136824 - lcnr:yeet, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -456/+691 |
| 2025-02-28 | Rollup merge of #136424 - 11happy:overflow.hex.fix, r=fmease | 许杰友 Jieyou Xu (Joe) | -5/+22 |
| 2025-02-28 | add test using only trait bounds | lcnr | -0/+48 |
| 2025-02-28 | review | lcnr | -22/+36 |
| 2025-02-28 | add test for newly supported behavior | lcnr | -0/+43 |
| 2025-02-28 | normalizing where-clauses is also coinductive, add tests | lcnr | -20/+255 |
| 2025-02-28 | remove useless tests | lcnr | -238/+0 |
| 2025-02-28 | fix typo | lcnr | -1/+1 |
| 2025-02-28 | fix rustc_type_ir without the nightly feature | lcnr | -1/+1 |
| 2025-02-28 | rework cycle handling | lcnr | -182/+315 |
| 2025-02-28 | Auto merge of #137753 - ChrisDenton:remove-sdk, r=Kobzol | bors | -3/+17 |
| 2025-02-28 | support rust.channel = "auto-detect" | Pietro Albini | -5/+15 |
| 2025-02-28 | Remove Win SDK 10.0.26100.0 from CI | Chris Denton | -0/+14 |
| 2025-02-28 | update enzyme to handle range metadata | Manuel Drehwald | -0/+0 |
| 2025-02-28 | Auto merge of #137710 - matthiaskrgr:rollup-3vmxxu9, r=matthiaskrgr | bors | -644/+1067 |
| 2025-02-28 | fix: fix overflowing hex wrong suggestion | 11happy | -5/+22 |
| 2025-02-28 | Revert "Fix 32-bit MSVC CI" | Chris Denton | -3/+3 |
| 2025-02-28 | Auto merge of #137669 - DianQK:fn-atts-virtual, r=saethlin | bors | -38/+123 |
| 2025-02-27 | Fix method name in `TyCtxt::hir_crate()` documentation | Samuel Tardieu | -3/+3 |
| 2025-02-27 | Auto merge of #137749 - Kobzol:fix-ci-2, r=Kobzol | bors | -3/+3 |
| 2025-02-27 | Fix 32-bit MSVC CI | Jakub Beránek | -3/+3 |
| 2025-02-27 | switch #[cfg(not(llvm_enzyme))] to cfg!(llvm_enzyme) | Vayun Biyani | -26/+4 |
| 2025-02-27 | Clean up TypeckResults::extract_binding_mode | Maja Kądziołka | -44/+44 |
| 2025-02-27 | Rollup merge of #137694 - aDotInTheVoid:aDotInTheVoid-patch-1, r=jdonszelmann | Matthias Krüger | -5/+8 |
| 2025-02-27 | Rollup merge of #137480 - fuzzypixelz:fix/124466, r=workingjubilee | Matthias Krüger | -1/+10 |
| 2025-02-27 | Rollup merge of #137455 - compiler-errors:drop-lint-dtor, r=oli-obk | Matthias Krüger | -186/+425 |
| 2025-02-27 | Rollup merge of #137304 - pitaj:rangebounds-is_empty-intersect, r=ibraheemdev | Matthias Krüger | -6/+137 |
| 2025-02-27 | Rollup merge of #136846 - nnethercote:make-AssocOp-more-like-ExprKind, r=spas... | Matthias Krüger | -374/+205 |
| 2025-02-27 | Rollup merge of #136688 - fee1-dead-contrib:push-nppsusmpokqo, r=compiler-errors | Matthias Krüger | -15/+200 |
| 2025-02-27 | Rollup merge of #136579 - bjorn3:fix_thinvec_ext_ub, r=BoxyUwU | Matthias Krüger | -17/+25 |
| 2025-02-27 | Rollup merge of #136542 - jieyouxu:build-base, r=onur-ozkan | Matthias Krüger | -40/+57 |
| 2025-02-27 | Don't infer unwinding of virtual calls based on the function attributes | DianQK | -6/+32 |
| 2025-02-27 | Don't infer attributes of virtual calls based on the function body | DianQK | -60/+52 |
| 2025-02-27 | require trait impls to have matching const stabilities as the traits | Deadbeef | -15/+200 |
| 2025-02-27 | Auto merge of #132295 - the8472:remove-randomize-exclusion1, r=onur-ozkan | bors | -3/+2 |
| 2025-02-27 | Rename `AssocOp::As` as `AssocOp::Cast`. | Nicholas Nethercote | -16/+16 |
| 2025-02-27 | Replace `AssocOp::DotDot{,Eq}` with `AssocOp::Range`. | Nicholas Nethercote | -43/+32 |
| 2025-02-27 | Introduce `AssocOp::Binary`. | Nicholas Nethercote | -256/+152 |
| 2025-02-27 | In `AssocOp::AssignOp`, use `BinOpKind` instead of `BinOpToken` | Nicholas Nethercote | -77/+23 |
| 2025-02-26 | Spruce up `AttributeKind` docs | Alona Enraght-Moony | -5/+8 |
| 2025-02-26 | Auto merge of #137688 - fmease:rollup-gbeuj9j, r=fmease | bors | -327/+699 |
| 2025-02-26 | Print out destructor | Michael Goulet | -186/+425 |
| 2025-02-26 | Rollup merge of #137671 - meithecatte:discoverable-dump-mir, r=Nadrieril | León Orell Valerian Liehr | -0/+2 |
| 2025-02-26 | Rollup merge of #137670 - RalfJung:llvm-commit-logic-revert, r=Kobzol | León Orell Valerian Liehr | -0/+1 |
| 2025-02-26 | Rollup merge of #137660 - Kobzol:gcc-update, r=GuillaumeGomez | León Orell Valerian Liehr | -0/+0 |