| Age | Commit message (Expand) | Author | Lines |
| 2024-11-08 | coverage: Add `GlobalFileId` for stricter type-checking of file IDs | Zalathar | -7/+17 |
| 2024-11-08 | coverage: Pass `ExtractedHirInfo` to `make_source_region` | Zalathar | -4/+4 |
| 2024-11-08 | Auto merge of #132756 - workingjubilee:rollup-bed2akn, r=workingjubilee | bors | -141/+569 |
| 2024-11-07 | Rollup merge of #132741 - zmodem:mips_data_layout, r=nikic | Jubilee | -7/+12 |
| 2024-11-07 | Rollup merge of #132740 - zmodem:simd_syntax_update, r=durin42 | Jubilee | -3/+3 |
| 2024-11-07 | Rollup merge of #132739 - GuillaumeGomez:cleanup-scrape-code, r=notriddle | Jubilee | -11/+22 |
| 2024-11-07 | Rollup merge of #132737 - clubby789:lock-no-pid, r=jieyouxu | Jubilee | -2/+6 |
| 2024-11-07 | Rollup merge of #132696 - fortanix:raoul/rte-235-fix_fmodl_missing_symbol_iss... | Jubilee | -2/+20 |
| 2024-11-07 | Rollup merge of #132639 - RalfJung:intrinsics, r=workingjubilee,Amanieu | Jubilee | -6/+6 |
| 2024-11-07 | Rollup merge of #132131 - celinval:smir-crate-defs, r=compiler-errors | Jubilee | -4/+225 |
| 2024-11-07 | Rollup merge of #132095 - gechelberger:fix-131977, r=wesleywiser | Jubilee | -8/+61 |
| 2024-11-07 | Rollup merge of #131913 - jieyouxu:only_debug_assertions, r=onur-ozkan | Jubilee | -43/+119 |
| 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 | -102/+137 |
| 2024-11-07 | [StableMIR] API to retrieve definitions from crates | Celina G. Val | -4/+225 |
| 2024-11-07 | Auto merge of #132472 - taiki-e:sparc-asm, r=Amanieu | bors | -43/+770 |
| 2024-11-07 | fix test | Esteban Küber | -6/+1 |
| 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 | -26/+38 |
| 2024-11-07 | Tweak diagnostic output | Esteban Küber | -58/+48 |
| 2024-11-07 | Tweak detection of multiple crate versions to be more ecompassing | Esteban Küber | -44/+74 |
| 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 | Update test for LLVM 20's new vector splat syntax | Hans Wennborg | -3/+3 |
| 2024-11-07 | Auto merge of #132736 - matthiaskrgr:rollup-66naqwb, r=matthiaskrgr | bors | -61/+72 |
| 2024-11-07 | bootstrap: Print better message if lock pid isn't available | clubby789 | -2/+6 |
| 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 | -24/+2 |
| 2024-11-07 | Rollup merge of #132638 - taiki-e:ppc-asm-fixme, r=jieyouxu | Matthias Krüger | -2/+15 |
| 2024-11-07 | core: move intrinsics.rs into intrinsics folder | Ralf Jung | -6/+6 |
| 2024-11-07 | remove 'platform-intrinsic' ABI leftovers | Ralf Jung | -5/+4 |
| 2024-11-07 | Fix file formatting | Guillaume Gomez | -11/+22 |
| 2024-11-07 | Make fn_abi_sanity_check a bit stricter | bjorn3 | -30/+51 |
| 2024-11-07 | Auto merge of #132714 - mati865:update-memchr, r=tgross35 | bors | -7/+2 |
| 2024-11-07 | Remove unused intercrate dependencies | clubby789 | -24/+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 | Auto merge of #132722 - joboet:rollup-0q67jyo, r=joboet | bors | -76/+150 |
| 2024-11-07 | Basic inline assembly support for SPARC and SPARC64 | Taiki Endo | -43/+770 |
| 2024-11-07 | Rollup merge of #132716 - ismailarilik:chore/issue-template/fix-branch-name, ... | Jonas Böttiger | -1/+1 |
| 2024-11-07 | Rollup merge of #132715 - tabokie:fix-lazy-lock-doc, r=Noratrieb | Jonas Böttiger | -2/+2 |
| 2024-11-07 | Rollup merge of #132707 - zmodem:tests_vs_diagnostic_width, r=jieyouxu | Jonas Böttiger | -54/+58 |
| 2024-11-07 | Rollup merge of #132694 - ismailarilik:fix/x/fix-a-regex-used-to-find-python-... | Jonas Böttiger | -1/+1 |
| 2024-11-07 | Rollup merge of #132665 - tyilo:nonzero-u-div-ceil, r=joboet | Jonas Böttiger | -0/+29 |
| 2024-11-07 | Rollup merge of #132057 - RalfJung:miri-abi-compat, r=wesleywiser | Jonas Böttiger | -18/+59 |
| 2024-11-07 | Separate f128 `%` operation to deal with missing `fmodl` symbol | Raoul Strackx | -2/+20 |
| 2024-11-07 | Auto merge of #132635 - kiike:fix/dots_in_target, r=onur-ozkan | bors | -3/+11 |
| 2024-11-07 | Auto merge of #132710 - matthiaskrgr:padautz, r=jieyouxu | bors | -0/+94 |
| 2024-11-07 | chore(issue-template): fix branch name | ismailarilik | -1/+1 |