| Age | Commit message (Expand) | Author | Lines |
| 2024-11-05 | Rollup merge of #132600 - durin42:llvm-20-passbuilder-arg, r=Zalathar | Jubilee | -5/+41 |
| 2024-11-05 | Auto merge of #132626 - workingjubilee:rollup-hbmtbzk, r=workingjubilee | bors | -46/+108 |
| 2024-11-05 | PassWrapper: adapt for new parameter in LLVM | Augie Fackler | -5/+41 |
| 2024-11-04 | Rollup merge of #132608 - mejrs:type_impls_trait, r=compiler-errors | Jubilee | -0/+18 |
| 2024-11-04 | Rollup merge of #132587 - nnethercote:revert-avoid-nested-replacement-ranges,... | Jubilee | -7/+21 |
| 2024-11-04 | Rollup merge of #132492 - RalfJung:const-intrinsics, r=compiler-errors | Jubilee | -39/+33 |
| 2024-11-04 | Rollup merge of #132025 - duncpro:E0027, r=compiler-errors | Jubilee | -0/+19 |
| 2024-11-04 | Rollup merge of #131153 - VulnBandit:copy_impl_vuln, r=compiler-errors | Jubilee | -0/+17 |
| 2024-11-05 | Auto merge of #131341 - taiki-e:ppc-clobber-abi, r=bzEq,workingjubilee | bors | -7/+115 |
| 2024-11-05 | Explain how to evaluate an obligation | mejrs | -3/+9 |
| 2024-11-04 | when an intrinsic has a const-stable fallback body, we can easily expose it o... | Ralf Jung | -6/+13 |
| 2024-11-04 | add new rustc_const_stable_intrinsic attribute for const-stable intrinsics | Ralf Jung | -8/+20 |
| 2024-11-04 | remove support for extern-block const intrinsics | Ralf Jung | -31/+6 |
| 2024-11-04 | Rollup merge of #132583 - mejrs:tuples, r=compiler-errors | Matthias Krüger | -0/+39 |
| 2024-11-04 | Rollup merge of #132559 - bvanjoi:fix-132534, r=compiler-errors | Matthias Krüger | -8/+2 |
| 2024-11-04 | Rollup merge of #132544 - dianne:unstable-library-feature-backticks, r=compil... | Matthias Krüger | -4/+4 |
| 2024-11-04 | Rollup merge of #132486 - compiler-errors:no-binder, r=lcnr | Matthias Krüger | -9/+3 |
| 2024-11-04 | Rollup merge of #132355 - practicalrs:fix_117638, r=SparrowLii | Matthias Krüger | -3/+12 |
| 2024-11-04 | document `type_implements_trait` | mejrs | -0/+12 |
| 2024-11-04 | Auto merge of #132275 - compiler-errors:deref-effects, r=fee1-dead | bors | -12/+43 |
| 2024-11-04 | Suggest creating unary tuples | mejrs | -0/+39 |
| 2024-11-04 | Auto merge of #132250 - nnethercote:rustc_borrowck-cleanups, r=compiler-errors | bors | -385/+251 |
| 2024-11-04 | `BorrowckDiags` tweaks. | Nicholas Nethercote | -13/+5 |
| 2024-11-04 | Simplify `LocalUseMapBuild`. | Nicholas Nethercote | -48/+14 |
| 2024-11-04 | Merge `BorrowCheckContext` into `TypeChecker`. | Nicholas Nethercote | -173/+88 |
| 2024-11-04 | Remove unnecessary qualifiers. | Nicholas Nethercote | -3/+3 |
| 2024-11-04 | Remove unnecessary `continue`. | Nicholas Nethercote | -2/+1 |
| 2024-11-04 | Remove `ToUniverseInfo` impl for `CanonicalQueryInput<CustomTypeOp>`. | Nicholas Nethercote | -9/+0 |
| 2024-11-04 | Merge `UniverseInfo` and `UniverseInfoInner`. | Nicholas Nethercote | -25/+13 |
| 2024-11-04 | Tidy up comments and some formatting. | Nicholas Nethercote | -78/+92 |
| 2024-11-04 | Move some `use` declarations. | Nicholas Nethercote | -13/+12 |
| 2024-11-04 | Revert "Avoid nested replacement ranges" from #129346. | Nicholas Nethercote | -7/+21 |
| 2024-11-04 | Make sure to enforce ~const DerefMut on mutability fixup | Michael Goulet | -0/+1 |
| 2024-11-04 | Register const preds for Deref adjustments in HIR typeck | Michael Goulet | -12/+42 |
| 2024-11-04 | Reduce visibilities. | Nicholas Nethercote | -21/+23 |
| 2024-11-04 | find the generic container rather than simply looking up for the assoc with c... | bohan | -8/+2 |
| 2024-11-03 | Rollup merge of #132576 - jdonszelmann:no-attrid-in-stats, r=nnethercote | Jubilee | -80/+76 |
| 2024-11-03 | Rollup merge of #132565 - bjorn3:less_target_name_dependence, r=workingjubilee | Jubilee | -38/+18 |
| 2024-11-03 | Rollup merge of #132423 - RalfJung:const-eval-align-offset, r=dtolnay | Jubilee | -89/+6 |
| 2024-11-03 | Rollup merge of #131222 - thejpster:fix-sparc-v7-symbol-o, r=workingjubilee | Jubilee | -1/+9 |
| 2024-11-03 | Rollup merge of #132574 - workingjubilee:abi-in-compiler, r=compiler-errors | Jubilee | -382/+363 |
| 2024-11-03 | Rollup merge of #132521 - klensy:times, r=compiler-errors | Jubilee | -16/+10 |
| 2024-11-03 | use backticks instead of single quotes when reporting "use of unstable librar... | dianne | -4/+4 |
| 2024-11-03 | compiler: Remove unused rustc_target from Cargo.tomls | Jubilee Young | -3/+0 |
| 2024-11-03 | compiler: Replace rustc_target with abi in symbol_mangling | Jubilee Young | -5/+3 |
| 2024-11-03 | compiler: Directly use rustc_abi in session | Jubilee Young | -2/+2 |
| 2024-11-03 | compiler: Directly use rustc_abi in lints | Jubilee Young | -7/+6 |
| 2024-11-03 | compiler: Directly use rustc_abi in ty_utils | Jubilee Young | -21/+19 |
| 2024-11-03 | compiler: Directly use rustc_abi in smir again | Jubilee Young | -58/+58 |
| 2024-11-03 | compiler: Directly use rustc_abi in mir_transform | Jubilee Young | -44/+45 |