| Age | Commit message (Expand) | Author | Lines |
| 2025-01-20 | Rollup merge of #135776 - bjorn3:sync_cg_clif-2025-01-20, r=bjorn3 | Matthias Krüger | -5/+12 |
| 2025-01-20 | Rollup merge of #135333 - vayunbiyani:test-environment, r=RalfJung | Matthias Krüger | -0/+1 |
| 2025-01-20 | Rollup merge of #135330 - bjorn3:respect_sysroot_in_version_printing, r=lqd | Matthias Krüger | -19/+31 |
| 2025-01-20 | Auto merge of #135769 - jieyouxu:rollup-3h384pz, r=jieyouxu | bors | -24/+15 |
| 2025-01-20 | Respect --target in get_backend_from_raw_matches | bjorn3 | -9/+15 |
| 2025-01-20 | Merge commit '728bc27f32c05ac8a9b5eb33fd101e479072984f' into sync_cg_clif-202... | bjorn3 | -5/+12 |
| 2025-01-20 | Auto merge of #135643 - khuey:135332, r=jieyouxu | bors | -52/+35 |
| 2025-01-20 | Updated several files to use rust intrinsic macros instead of the legacy exte... | vayunbiyani | -0/+1 |
| 2025-01-20 | Rollup merge of #135676 - yotamofek:resolve-cleanups, r=BoxyUwU | 许杰友 Jieyou Xu (Joe) | -24/+15 |
| 2025-01-20 | Auto merge of #135754 - jieyouxu:rollup-j4q1hpr, r=jieyouxu | bors | -113/+218 |
| 2025-01-20 | rustc_resolve: use structured fields in traces | Yotam Ofek | -24/+15 |
| 2025-01-20 | Rollup merge of #135310 - estebank:issue-135289, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -8/+1 |
| 2025-01-20 | Rollup merge of #135237 - dianne:match-2024-cleanup, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -74/+146 |
| 2025-01-20 | Rollup merge of #134276 - RalfJung:destabilize-custom-inner-attr, r=SparrowLii | 许杰友 Jieyou Xu (Joe) | -42/+9 |
| 2025-01-20 | Rollup merge of #135747 - ehuss:filename-quote, r=SparrowLii | 许杰友 Jieyou Xu (Joe) | -6/+6 |
| 2025-01-20 | Rollup merge of #135738 - yotamofek:map_or_true-compiler, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -69/+67 |
| 2025-01-20 | Rollup merge of #135700 - estebank:priv-field-dfv, r=wesleywiser | 许杰友 Jieyou Xu (Joe) | -38/+145 |
| 2025-01-19 | elaborate/clarify the comments on `InheritedRefMatchRule`'s variants | dianne | -8/+9 |
| 2025-01-19 | Add debug-assertions for assumptions about enabled typing rules | dianne | -0/+2 |
| 2025-01-19 | Add comments explaining inherited references
| dianne | -1/+5 |
| 2025-01-19 | Rename FileName::QuoteExpansion to CfgSpec | Eric Huss | -6/+6 |
| 2025-01-19 | Manual cleanup of some `is_{or_none|some_and}` usages | Yotam Ofek | -8/+12 |
| 2025-01-19 | Run `clippy --fix` for `unnecessary_map_or` lint | Yotam Ofek | -67/+61 |
| 2025-01-19 | fully de-stabilize all custom inner attributes | Ralf Jung | -42/+9 |
| 2025-01-19 | When LLVM's location discriminator value limit is exceeded, emit locations wi... | Kyle Huey | -52/+35 |
| 2025-01-19 | Rollup merge of #135716 - Zalathar:usage-no-args, r=lqd | Guillaume Gomez | -10/+1 |
| 2025-01-19 | Rollup merge of #134858 - estebank:issue-81370, r=Noratrieb | Guillaume Gomez | -7/+54 |
| 2025-01-19 | Auto merge of #135709 - lqd:bring-back-len, r=compiler-errors | bors | -151/+224 |
| 2025-01-19 | Auto merge of #135715 - matthiaskrgr:rollup-9a18sxj, r=matthiaskrgr | bors | -131/+161 |
| 2025-01-19 | Don't skip argument parsing when running `rustc` with no arguments | Zalathar | -10/+1 |
| 2025-01-19 | Rollup merge of #135708 - compiler-errors:compiler-nits, r=lqd | Matthias Krüger | -14/+17 |
| 2025-01-19 | Rollup merge of #135705 - compiler-errors:lint, r=estebank | Matthias Krüger | -109/+119 |
| 2025-01-19 | Rollup merge of #135703 - estebank:empty-dfv, r=compiler-errors | Matthias Krüger | -8/+25 |
| 2025-01-19 | Rollup merge of #135697 - compiler-errors:poly-trait-ref, r=lqd | Matthias Krüger | -125/+116 |
| 2025-01-19 | Rollup merge of #135680 - Zalathar:counters-cleanup, r=compiler-errors | Matthias Krüger | -197/+136 |
| 2025-01-19 | Rollup merge of #135663 - frank-king:fix/135614, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2025-01-18 | Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav... | Rémy Rakic | -121/+37 |
| 2025-01-18 | Revert "Rollup merge of #134371 - scottmcm:fix-134352, r=oli-obk" | Rémy Rakic | -25/+7 |
| 2025-01-18 | Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper" | Rémy Rakic | -13/+188 |
| 2025-01-18 | Fix comment | Michael Goulet | -2/+1 |
| 2025-01-18 | Use par_body_owners in coroutine check | Michael Goulet | -9/+13 |
| 2025-01-18 | Rename typeck_with_fallback | Michael Goulet | -3/+3 |
| 2025-01-18 | Consolidate ad-hoc MIR lints into real pass-manager-based MIR lints | Michael Goulet | -109/+119 |
| 2025-01-18 | Provide suggestion for `#![feature(default_field_values)]` | Esteban Küber | -2/+20 |
| 2025-01-18 | Deduplicate logic | Esteban Küber | -14/+8 |
| 2025-01-18 | Structured suggestion for "missing `feature` intrinsic" | Esteban Küber | -2/+19 |
| 2025-01-18 | Structured suggestion for "missing `feature` in unstable fn call" | Esteban Küber | -3/+21 |
| 2025-01-18 | Disallow `A { .. }` if `A` has no fields | Esteban Küber | -8/+25 |
| 2025-01-18 | Emit a single privacy error for multiple fields on the same struct expression | Esteban Küber | -51/+125 |
| 2025-01-18 | Get rid of `ToPolyTraitRef` | Michael Goulet | -125/+116 |