| Age | Commit message (Expand) | Author | Lines |
| 2025-02-11 | Revert "Stabilize `extended_varargs_abi_support`" | Jubilee Young | -7/+35 |
| 2025-02-11 | Auto merge of #136851 - jhpratt:rollup-ftijn95, r=jhpratt | bors | -193/+119 |
| 2025-02-11 | Rollup merge of #136839 - lukas-code:actually-monomorphic-enough, r=compiler-... | Jacob Pratt | -41/+3 |
| 2025-02-11 | Rollup merge of #136837 - compiler-errors:contracts-body-lowering, r=celinval | Jacob Pratt | -113/+95 |
| 2025-02-11 | Rollup merge of #136835 - compiler-errors:contracts-span-hack, r=celinval | Jacob Pratt | -31/+11 |
| 2025-02-11 | Rollup merge of #136813 - mrkajetanp:aarch32-fp16-target-feature, r=davidtwco | Jacob Pratt | -0/+2 |
| 2025-02-11 | Rollup merge of #136721 - dpaoliello:cleanllvm2, r=Zalathar | Jacob Pratt | -8/+8 |
| 2025-02-11 | Auto merge of #136845 - matthiaskrgr:rollup-ol4np4z, r=matthiaskrgr | bors | -246/+531 |
| 2025-02-11 | Auto merge of #127541 - estebank:diff-suggestions, r=petrochenkov | bors | -1/+1 |
| 2025-02-11 | Rollup merge of #136603 - workingjubilee:move-abi-versioning-into-ast, r=comp... | Matthias Krüger | -215/+196 |
| 2025-02-11 | Rollup merge of #136584 - oli-obk:pattern-types-generic, r=BoxyUwU | Matthias Krüger | -2/+45 |
| 2025-02-11 | Rollup merge of #136524 - compiler-errors:bad-pick, r=BoxyUwU | Matthias Krüger | -9/+15 |
| 2025-02-11 | Rollup merge of #136107 - dingxiangfei2009:coerce-pointee-wellformed, r=compi... | Matthias Krüger | -20/+275 |
| 2025-02-11 | fix ensure_monomorphic_enough | Lukas Markeffsky | -41/+3 |
| 2025-02-10 | Don't ICE when failing to lower contracts for associated impl items | Michael Goulet | -113/+95 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -1/+1 |
| 2025-02-10 | Fix imports, remove attrs for unused_* | Michael Goulet | -4/+2 |
| 2025-02-10 | Stop using span hack for contracts feature gating | Michael Goulet | -29/+11 |
| 2025-02-10 | rustc_codegen_llvm: Mark items as pub(crate) outside of the llvm module | Daniel Paoliello | -8/+8 |
| 2025-02-10 | Rollup merge of #136791 - nicholasbishop:bishop-disable-dwarf, r=jieyouxu | Matthias Krüger | -1/+8 |
| 2025-02-10 | Rollup merge of #136731 - safinaskar:parallel-2025-02-08-07-22, r=SparrowLii | Matthias Krüger | -3/+0 |
| 2025-02-10 | Rollup merge of #136714 - tgross35:update-builtins, r=tgross35 | Matthias Krüger | -2/+2 |
| 2025-02-10 | Rollup merge of #136419 - EnzymeAD:autodiff-tests, r=onur-ozkan,jieyouxu | Matthias Krüger | -71/+94 |
| 2025-02-10 | Rollup merge of #136707 - clubby789:cmake-bisect, r=jieyouxu | Jubilee | -2/+2 |
| 2025-02-10 | Rollup merge of #136201 - davidv1992:eliminate-field-offset-alt, r=Mark-Simul... | Jubilee | -10/+20 |
| 2025-02-10 | Rollup merge of #136053 - Zalathar:defer-counters, r=saethlin | Jubilee | -494/+224 |
| 2025-02-10 | Bump `cc` to v1.2.13 for the compiler workspace | clubby789 | -2/+2 |
| 2025-02-10 | remove outdated *First autodiff variants for higher-order ad | Manuel Drehwald | -22/+6 |
| 2025-02-10 | move second opt run to lto phase and cleanup code | Manuel Drehwald | -49/+67 |
| 2025-02-10 | Auto merge of #134740 - Flakebi:amdgpu-target, r=workingjubilee | bors | -0/+53 |
| 2025-02-09 | compiler: remove `abi`-specific `extern "{abi}"` suggestions | Jubilee Young | -45/+12 |
| 2025-02-09 | compiler: remove rustc_target::spec::abi reexports | Jubilee Young | -14/+12 |
| 2025-02-09 | compiler: start using rustc_ast_lowering in rustc_passes | Jubilee Young | -5/+7 |
| 2025-02-09 | compiler: gate `extern "{abi}"` in ast_lowering | Jubilee Young | -157/+171 |
| 2025-02-10 | fix the error code document | Ding Xiang Fei | -0/+14 |
| 2025-02-09 | Disable DWARF in linker options for i686-unknown-uefi | Nicholas Bishop | -1/+8 |
| 2025-02-09 | Rollup merge of #136760 - chenyukang:fix-overflowing-int-lint-crash, r=oli-obk | Matthias Krüger | -4/+7 |
| 2025-02-09 | Rollup merge of #136746 - wesleywiser:err_dwarf1, r=Urgau | Matthias Krüger | -2/+5 |
| 2025-02-09 | Rollup merge of #136722 - kornelski:visit-spans, r=chenyukang | Matthias Krüger | -3/+8 |
| 2025-02-09 | Emit an error if `-Zdwarf-version=1` is requested | Wesley Wiser | -2/+5 |
| 2025-02-09 | Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum | bors | -3769/+4793 |
| 2025-02-09 | Auto merge of #136754 - Urgau:rollup-qlkhjqr, r=Urgau | bors | -33/+64 |
| 2025-02-09 | move repr(transparent) checks to coherence | Ding Xiang Fei | -10/+12 |
| 2025-02-09 | rename the trait to validity and place a feature gate afront | Ding Xiang Fei | -13/+24 |
| 2025-02-09 | introduce CoercePointeeWellformed for coherence checks at typeck stage | Ding Xiang Fei | -10/+238 |
| 2025-02-09 | Fix unwrap error in overflowing int literal | yukang | -4/+7 |
| 2025-02-08 | Rollup merge of #136736 - llogiq:small-resolve-refactor, r=jieyouxu | Jubilee | -16/+17 |
| 2025-02-08 | Rollup merge of #136730 - lukas-code:trans-ice, r=jswrenn | Jubilee | -18/+14 |
| 2025-02-08 | Rollup merge of #136706 - workingjubilee:finish-up-rustc-abi-updates, r=compi... | Jubilee | -118/+159 |
| 2025-02-09 | Rollup merge of #136659 - wesleywiser:dwarf_version_lto_merge_behavior, r=jie... | Urgau | -1/+5 |