| Age | Commit message (Expand) | Author | Lines |
| 2025-02-14 | Rollup merge of #137037 - RalfJung:x86-sse2-abi, r=workingjubilee | Jubilee | -19/+71 |
| 2025-02-14 | Rollup merge of #137035 - compiler-errors:eagerly-mono-closures-after-norm, r... | Jubilee | -0/+7 |
| 2025-02-14 | Rollup merge of #137032 - oli-obk:push-ptvssqnomkpo, r=the8472 | Jubilee | -4/+1 |
| 2025-02-14 | Rollup merge of #137006 - dianne:remove-errci-fields, r=compiler-errors | Jubilee | -29/+11 |
| 2025-02-14 | Rollup merge of #137002 - chenyukang:fix-early-lint-check-desc, r=compiler-er... | Jubilee | -1/+1 |
| 2025-02-14 | Normalize closure instance before eagerly monomorphizing it | Michael Goulet | -0/+7 |
| 2025-02-14 | add x86-sse2 (32bit) ABI that requires SSE2 target feature | Ralf Jung | -19/+71 |
| 2025-02-14 | Auto merge of #137030 - matthiaskrgr:rollup-267aumr, r=matthiaskrgr | bors | -85/+125 |
| 2025-02-14 | Decode metadata buffer in one go | Oli Scherer | -4/+1 |
| 2025-02-14 | Rollup merge of #137008 - nnethercote:mv-code-into-rustc_mir_transform, r=oli... | Matthias Krüger | -78/+77 |
| 2025-02-14 | Rollup merge of #136958 - compiler-errors:additive-replacmeent, r=estebank | Matthias Krüger | -7/+48 |
| 2025-02-14 | Auto merge of #136575 - scottmcm:nsuw-math, r=nikic | bors | -39/+66 |
| 2025-02-14 | further simplify a match | dianne | -12/+11 |
| 2025-02-14 | Auto merge of #136735 - scottmcm:transmute-nonnull, r=oli-obk | bors | -9/+26 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -6/+34 |
| 2025-02-14 | Consider add-prefix replacements too | Michael Goulet | -3/+4 |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -1/+13 |
| 2025-02-14 | Auto merge of #137010 - workingjubilee:rollup-g00c07v, r=workingjubilee | bors | -171/+91 |
| 2025-02-13 | Rollup merge of #136993 - dpaoliello:cleanllvm4, r=workingjubilee | Jubilee | -8/+0 |
| 2025-02-13 | Rollup merge of #136951 - compiler-errors:clause-binder, r=lqd | Jubilee | -2/+2 |
| 2025-02-13 | Rollup merge of #136460 - real-eren:simplify-rustc_span-analyze, r=Noratrieb | Jubilee | -132/+55 |
| 2025-02-13 | Set both `nuw` and `nsw` in slice size calculation | Scott McMurray | -39/+66 |
| 2025-02-14 | Move `MirPatch` from `rustc_middle` to `rustc_mir_transform`. | Nicholas Nethercote | -42/+43 |
| 2025-02-14 | Move drop elaboration infrastructure. | Nicholas Nethercote | -37/+35 |
| 2025-02-13 | remove `fr_is_local` and `outlived_fr_is_local` fields from `ErrorConstraintI... | dianne | -31/+14 |
| 2025-02-14 | Fix early lint check desc in query | yukang | -1/+1 |
| 2025-02-13 | Rollup merge of #136957 - Zalathar:counters, r=oli-obk | Jubilee | -11/+16 |
| 2025-02-13 | Rollup merge of #136928 - lcnr:method-lookup-check-wf, r=compiler-errors | Jubilee | -25/+8 |
| 2025-02-13 | Rollup merge of #136895 - maurer:fix-enum-discr, r=nikic | Jubilee | -1/+7 |
| 2025-02-13 | Rollup merge of #136869 - chenyukang:yukang-fix-133713-let-binding, r=estebank | Jubilee | -1/+22 |
| 2025-02-13 | [cg_llvm] Remove dead error message | Daniel Paoliello | -8/+0 |
| 2025-02-14 | eagerly prove WF when resolving fully qualified paths | lcnr | -25/+8 |
| 2025-02-13 | adjust derive_error | lcnr | -46/+108 |
| 2025-02-13 | rework pointee handling for the new rigid alias approach | lcnr | -67/+79 |
| 2025-02-13 | normalizes-to rework rigid alias handling | lcnr | -99/+77 |
| 2025-02-13 | Make `-O` mean `-C opt-level=3` | clubby789 | -29/+34 |
| 2025-02-13 | Auto merge of #136593 - lukas-code:ty-value-perf, r=oli-obk | bors | -124/+152 |
| 2025-02-13 | Auto merge of #136965 - jhpratt:rollup-bsnqvmf, r=jhpratt | bors | -622/+1007 |
| 2025-02-13 | Rollup merge of #136948 - workingjubilee:split-off-extern-system-varargs, r=c... | Jacob Pratt | -17/+32 |
| 2025-02-13 | Rollup merge of #136888 - compiler-errors:never-read, r=Nadrieril | Jacob Pratt | -47/+66 |
| 2025-02-13 | Rollup merge of #136881 - dpaoliello:cleanllvm3, r=Zalathar | Jacob Pratt | -421/+479 |
| 2025-02-13 | Rollup merge of #136858 - safinaskar:parallel-cleanup-2025-02-11-07-54, r=Spa... | Jacob Pratt | -67/+17 |
| 2025-02-13 | Rollup merge of #136660 - compiler-errors:BikeshedGuaranteedNoDrop, r=lcnr | Jacob Pratt | -66/+334 |
| 2025-02-13 | Rollup merge of #136559 - compiler-errors:resolve-regions-for-type-test-failu... | Jacob Pratt | -2/+5 |
| 2025-02-13 | Rollup merge of #134999 - Berrysoft:dev/new-cygwin-target, r=chenyukang,worki... | Jacob Pratt | -2/+74 |
| 2025-02-12 | `transmute` should also assume non-null pointers | Scott McMurray | -9/+26 |
| 2025-02-13 | Implement lint for definition site item shadowing too | Michael Goulet | -6/+124 |
| 2025-02-13 | Rework collapse method to work correctly with more complex supertrait graphs | Michael Goulet | -21/+46 |
| 2025-02-13 | Implement shadowing lint | Michael Goulet | -12/+155 |
| 2025-02-13 | Implement RFC 3624 supertrait_item_shadowing | Michael Goulet | -4/+63 |