| Age | Commit message (Expand) | Author | Lines |
| 2025-02-28 | Remove `rustc_transmute`'s dependence on `rustc_macros`. | Nicholas Nethercote | -4/+1 |
| 2025-02-28 | Remove `rustc_transmute`'s dependence on `rustc_infer`. | Nicholas Nethercote | -12/+9 |
| 2025-02-28 | Auto merge of #137710 - matthiaskrgr:rollup-3vmxxu9, r=matthiaskrgr | bors | -473/+535 |
| 2025-02-28 | Tweak incorrect ABI suggestion | Esteban Küber | -4/+5 |
| 2025-02-28 | Fix sized constraint for unsafe binder | Michael Goulet | -3/+6 |
| 2025-02-28 | fix: fix overflowing hex wrong suggestion | 11happy | -1/+1 |
| 2025-02-28 | Use mk_ty_from_kind a bit less, clean up lifetime handling in borrowck | Michael Goulet | -37/+21 |
| 2025-02-28 | Auto merge of #137669 - DianQK:fn-atts-virtual, r=saethlin | bors | -38/+41 |
| 2025-02-27 | Fix method name in `TyCtxt::hir_crate()` documentation | Samuel Tardieu | -3/+3 |
| 2025-02-28 | Optimize `Trace`. | Nicholas Nethercote | -36/+51 |
| 2025-02-28 | Split the `Edges` iterator. | Nicholas Nethercote | -61/+85 |
| 2025-02-28 | Remove `NtPath`. | Nicholas Nethercote | -69/+44 |
| 2025-02-28 | Remove `NtMeta`. | Nicholas Nethercote | -52/+55 |
| 2025-02-28 | Remove `NtPat`. | Nicholas Nethercote | -85/+67 |
| 2025-02-28 | Adjust `ConstraintGraphDirection` methods. | Nicholas Nethercote | -12/+12 |
| 2025-02-27 | Defer repeat expr `Copy` check | Boxy | -15/+85 |
| 2025-02-27 | Add note to Thir struct about necessity of Clone derive | Niels Saurer | -0/+3 |
| 2025-02-27 | Revert "Derive `Clone` on fewer THIR types." | Niels Saurer | -22/+22 |
| 2025-02-28 | Unconditionally lower match arm even if it's unneeded for never pattern in match | Mu001999 | -2/+5 |
| 2025-02-27 | Stop using `hash_raw_entry` in `CodegenCx::const_str` | Josh Stone | -31/+25 |
| 2025-02-27 | Update E0133 docs for 2024 edition | Eric Huss | -1/+2 |
| 2025-02-27 | Changed the dependency graph to start preallocated with 128 capacity | Michał Kostrubiec | -2/+1 |
| 2025-02-27 | switch #[cfg(not(llvm_enzyme))] to cfg!(llvm_enzyme) | Vayun Biyani | -26/+4 |
| 2025-02-27 | Delete tuple unsizing | Alice Ryhl | -128/+6 |
| 2025-02-27 | Clean up TypeckResults::extract_binding_mode | Maja Kądziołka | -43/+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 #137455 - compiler-errors:drop-lint-dtor, r=oli-obk | Matthias Krüger | -186/+244 |
| 2025-02-27 | Rollup merge of #136846 - nnethercote:make-AssocOp-more-like-ExprKind, r=spas... | Matthias Krüger | -251/+162 |
| 2025-02-27 | Rollup merge of #136688 - fee1-dead-contrib:push-nppsusmpokqo, r=compiler-errors | Matthias Krüger | -14/+96 |
| 2025-02-27 | Rollup merge of #136579 - bjorn3:fix_thinvec_ext_ub, r=BoxyUwU | Matthias Krüger | -17/+25 |
| 2025-02-27 | Optimize empty provenance range checks. | Nicholas Nethercote | -10/+60 |
| 2025-02-27 | Don't infer unwinding of virtual calls based on the function attributes | DianQK | -6/+13 |
| 2025-02-27 | Don't infer attributes of virtual calls based on the function body | DianQK | -36/+32 |
| 2025-02-27 | require trait impls to have matching const stabilities as the traits | Deadbeef | -14/+96 |
| 2025-02-26 | Fill out links_from_incr_cache in cg_clif | Ben Kimock | -8/+10 |
| 2025-02-27 | Always inline `query_get_at`. | Nicholas Nethercote | -1/+1 |
| 2025-02-27 | Rename `AssocOp::As` as `AssocOp::Cast`. | Nicholas Nethercote | -9/+9 |
| 2025-02-27 | Replace `AssocOp::DotDot{,Eq}` with `AssocOp::Range`. | Nicholas Nethercote | -21/+24 |
| 2025-02-27 | Introduce `AssocOp::Binary`. | Nicholas Nethercote | -213/+124 |
| 2025-02-27 | In `AssocOp::AssignOp`, use `BinOpKind` instead of `BinOpToken` | Nicholas Nethercote | -22/+19 |
| 2025-02-26 | Spruce up `AttributeKind` docs | Alona Enraght-Moony | -5/+8 |
| 2025-02-26 | Remove `ParamEnv::without_caller_bounds` | Boxy | -7/+1 |
| 2025-02-26 | Handle asm const similar to inline const | Gary Guo | -69/+96 |
| 2025-02-26 | Print out destructor | Michael Goulet | -186/+244 |
| 2025-02-26 | Support raw-dylib link kind on ELF | Noratrieb | -200/+560 |
| 2025-02-26 | Rollup merge of #137671 - meithecatte:discoverable-dump-mir, r=Nadrieril | León Orell Valerian Liehr | -0/+1 |
| 2025-02-26 | Rollup merge of #137635 - compiler-errors:constrain-unstable, r=SparrowLii | León Orell Valerian Liehr | -1/+4 |
| 2025-02-26 | Rollup merge of #137631 - TaKO8Ki:issue-137508, r=compiler-errors | León Orell Valerian Liehr | -1/+5 |
| 2025-02-26 | Rollup merge of #137201 - estebank:structured-errors-long-ty, r=oli-obk | León Orell Valerian Liehr | -216/+312 |
| 2025-02-26 | Use bound_coroutine_witnesses in old solver | Michael Goulet | -81/+27 |