| Age | Commit message (Expand) | Author | Lines |
| 2024-11-09 | Do not reveal opaques in the param-env, we got lazy norm instead | Michael Goulet | -5/+7 |
| 2024-11-08 | Auto merge of #132764 - MikaelUrankar:freebsd_armv7, r=workingjubilee | bors | -2/+0 |
| 2024-11-08 | Auto merge of #132717 - RalfJung:rustc_safe_intrinsic, r=compiler-errors | bors | -147/+217 |
| 2024-11-08 | Drop "gnu" in the target env for FreeBSD armv6/7 | Mikael Urankar | -2/+0 |
| 2024-11-08 | remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi... | Ralf Jung | -147/+217 |
| 2024-11-08 | Rollup merge of #132590 - Zalathar:z-timings-stats, r=jieyouxu | Stuart Cook | -47/+18 |
| 2024-11-08 | Rollup merge of #132452 - Zalathar:llvm-cov-wrappers, r=jieyouxu | Stuart Cook | -164/+170 |
| 2024-11-08 | Rollup merge of #132389 - Zalathar:graph-tweaks, r=jieyouxu | Stuart Cook | -98/+79 |
| 2024-11-08 | Rollup merge of #132161 - celinval:smir-fix-indent, r=compiler-errors | Stuart Cook | -25/+84 |
| 2024-11-08 | Auto merge of #132756 - workingjubilee:rollup-bed2akn, r=workingjubilee | bors | -74/+202 |
| 2024-11-07 | Rollup merge of #132741 - zmodem:mips_data_layout, r=nikic | Jubilee | -7/+12 |
| 2024-11-07 | Rollup merge of #132131 - celinval:smir-crate-defs, r=compiler-errors | Jubilee | -4/+76 |
| 2024-11-07 | Rollup merge of #132095 - gechelberger:fix-131977, r=wesleywiser | Jubilee | -8/+19 |
| 2024-11-07 | Rollup merge of #130586 - dpaoliello:fixrawdylib, r=wesleywiser | Jubilee | -55/+95 |
| 2024-11-08 | Auto merge of #128849 - estebank:issue-89143, r=jackh726 | bors | -45/+90 |
| 2024-11-07 | [StableMIR] A few fixes to pretty printing | Celina G. Val | -25/+84 |
| 2024-11-07 | [StableMIR] API to retrieve definitions from crates | Celina G. Val | -4/+76 |
| 2024-11-07 | Auto merge of #132472 - taiki-e:sparc-asm, r=Amanieu | bors | -0/+188 |
| 2024-11-07 | Only show "same type from differnt version" note when relevant | Esteban Küber | -7/+15 |
| 2024-11-07 | Remove less relevant info from diagnostic | Esteban Küber | -0/+18 |
| 2024-11-07 | Tweak diagnostic output | Esteban Küber | -19/+21 |
| 2024-11-07 | Tweak detection of multiple crate versions to be more ecompassing | Esteban Küber | -39/+56 |
| 2024-11-07 | remove the extra specification for llvm versions < 20 | Hans Wennborg | -0/+5 |
| 2024-11-07 | Update mips64 data layout to match LLVM 20 change | Hans Wennborg | -7/+7 |
| 2024-11-07 | Rollup merge of #132734 - RalfJung:platform-intrinsic, r=compiler-errors | Matthias Krüger | -5/+4 |
| 2024-11-07 | Rollup merge of #132729 - bjorn3:fn_abi_extra_sanity_checks, r=compiler-errors | Matthias Krüger | -30/+51 |
| 2024-11-07 | Rollup merge of #132726 - clubby789:unused-deps, r=compiler-errors | Matthias Krüger | -12/+2 |
| 2024-11-07 | Rollup merge of #132638 - taiki-e:ppc-asm-fixme, r=jieyouxu | Matthias Krüger | -2/+15 |
| 2024-11-07 | remove 'platform-intrinsic' ABI leftovers | Ralf Jung | -5/+4 |
| 2024-11-07 | Make fn_abi_sanity_check a bit stricter | bjorn3 | -30/+51 |
| 2024-11-07 | Remove unused intercrate dependencies | clubby789 | -12/+2 |
| 2024-11-07 | Add links about clobber_abi on PowerPC | Taiki Endo | -0/+15 |
| 2024-11-07 | Remove fixme comment about clobber_abi on PowerPC | Taiki Endo | -2/+0 |
| 2024-11-07 | Basic inline assembly support for SPARC and SPARC64 | Taiki Endo | -0/+188 |
| 2024-11-07 | Rollup merge of #132057 - RalfJung:miri-abi-compat, r=wesleywiser | Jonas Böttiger | -18/+35 |
| 2024-11-06 | Auto merge of #132625 - compiler-errors:cache-only-if-opaque, r=lcnr | bors | -6/+18 |
| 2024-11-06 | Auto merge of #132404 - makai410:suggest-swap-lhs-rhs, r=fee1-dead | bors | -2/+63 |
| 2024-11-06 | Auto merge of #132663 - estebank:e0320-tweak, r=compiler-errors | bors | -2/+2 |
| 2024-11-06 | Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgr | bors | -121/+30 |
| 2024-11-05 | Rollup merge of #132660 - ehuss:remove-unused-errs, r=saethlin | Matthias Krüger | -88/+0 |
| 2024-11-05 | Rollup merge of #132562 - alexcrichton:remove-wasm32-wasi, r=jieyouxu | Matthias Krüger | -28/+3 |
| 2024-11-05 | Rollup merge of #132077 - alexcrichton:wide-arithmetic, r=jieyouxu | Matthias Krüger | -0/+4 |
| 2024-11-05 | Rollup merge of #131405 - davidtwco:hardcoded-strip-macos, r=jieyouxu,albertl... | Matthias Krüger | -5/+23 |
| 2024-11-05 | Auto merge of #132661 - matthiaskrgr:rollup-npytbl6, r=matthiaskrgr | bors | -19/+110 |
| 2024-11-05 | Tweak E0320 overflow error wording | Esteban Küber | -2/+2 |
| 2024-11-05 | Rollup merge of #132642 - GuillaumeGomez:attr-docs, r=compiler-errors | Matthias Krüger | -0/+46 |
| 2024-11-05 | Rollup merge of #132637 - blyxyas:lint-less-passes, r=flip1995 | Matthias Krüger | -0/+3 |
| 2024-11-05 | Rollup merge of #132567 - estebank:bad-suggestion, r=Nadrieril | Matthias Krüger | -10/+36 |
| 2024-11-05 | Rollup merge of #132498 - uellenberg:typo-and-let-suggestions, r=estebank | Matthias Krüger | -3/+6 |
| 2024-11-05 | Rollup merge of #132259 - mrkajetanp:branch-protection-pauth-lr, r=davidtwco | Matthias Krüger | -6/+19 |