| Age | Commit message (Expand) | Author | Lines |
| 2025-02-16 | Auto merge of #136363 - notriddle:notriddle/unresolved-link-unused-refdef, r=... | bors | -2/+16 |
| 2025-02-16 | Auto merge of #137111 - jhpratt:rollup-izd98sx, r=jhpratt | bors | -48/+91 |
| 2025-02-16 | Rollup merge of #137097 - compiler-errors:sized-bound-self, r=oli-obk | Jacob Pratt | -0/+3 |
| 2025-02-16 | Rollup merge of #137092 - RalfJung:abi_unsupported_vector_types-better-error,... | Jacob Pratt | -15/+20 |
| 2025-02-16 | Rollup merge of #136545 - durin42:nvptx64-align, r=nikic | Jacob Pratt | -1/+7 |
| 2025-02-16 | Rollup merge of #135909 - Flakebi:amdgpu-kd, r=jieyouxu,workingjubilee | Jacob Pratt | -32/+61 |
| 2025-02-16 | Auto merge of #137078 - bjorn3:sync_cg_clif-2025-02-15, r=bjorn3 | bors | -13/+20 |
| 2025-02-15 | Ignore Self in bounds check for associated types with Self:Sized | Michael Goulet | -0/+3 |
| 2025-02-15 | rustdoc: improve refdef handling in the unresolved link lint | Michael Howell | -2/+16 |
| 2025-02-15 | Rollup merge of #136808 - chenyukang:yukang-fix-arg-list-error-129273, r=este... | Matthias Krüger | -16/+13 |
| 2025-02-15 | Rollup merge of #136490 - Skepfyr:no-field-rest-pattern-attrs, r=compiler-errors | Matthias Krüger | -11/+11 |
| 2025-02-15 | Rollup merge of #127581 - fmease:fix-crate_name-validation, r=bjorn3 | Matthias Krüger | -137/+154 |
| 2025-02-15 | abi_unsupported_vector_types: say which type is the problem | Ralf Jung | -15/+20 |
| 2025-02-15 | Reject macro calls inside of `#![crate_name]` | León Orell Valerian Liehr | -114/+128 |
| 2025-02-15 | Merge commit '557ed8ebb7e981817d03c87352892c394183dd70' into sync_cg_clif-202... | bjorn3 | -13/+20 |
| 2025-02-15 | Rollup merge of #137056 - geetanshjuneja:pub, r=RalfJung | Jacob Pratt | -1/+2 |
| 2025-02-15 | Rollup merge of #137029 - chenyukang:yukang-fix-unused-check, r=jieyouxu,comp... | Jacob Pratt | -24/+0 |
| 2025-02-15 | Rollup merge of #137028 - Zalathar:thir-pat-expr, r=compiler-errors | Jacob Pratt | -38/+44 |
| 2025-02-15 | add a doc comment | Ralf Jung | -0/+1 |
| 2025-02-15 | made check_argument_compat public | geetanshjuneja | -1/+1 |
| 2025-02-15 | Clean up rustc_session::output::{find,validate}_crate_name | León Orell Valerian Liehr | -56/+59 |
| 2025-02-15 | Try to recover from path sep error in parser | yukang | -16/+13 |
| 2025-02-15 | Remove unnecessary check code in unused_delims | yukang | -24/+0 |
| 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 | More comments for `lower_inline_const` | Zalathar | -1/+4 |
| 2025-02-14 | Clarify control-flow in `lower_path` | Zalathar | -30/+33 |
| 2025-02-14 | Rename `PatCtxt::lower_lit` to `lower_pat_expr` | Zalathar | -7/+7 |
| 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 |