| Age | Commit message (Expand) | Author | Lines |
| 2025-01-28 | ABI-required target features: warn when they are missing in base CPU (rather ... | Ralf Jung | -21/+17 |
| 2025-01-28 | GCI: Don't try to collect mono items inside overly generic free const items | León Orell Valerian Liehr | -0/+40 |
| 2025-01-28 | Represent the raw pointer for a array length check as a new kind of fake borrow | Michael Goulet | -4/+4 |
| 2025-01-27 | Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=da... | Michael Goulet | -1618/+1314 |
| 2025-01-27 | Locate asan-odr-win with other sanitizer tests | Tomasz Miąsko | -0/+0 |
| 2025-01-27 | Auto merge of #136135 - GuillaumeGomez:rollup-1ik636d, r=GuillaumeGomez | bors | -3639/+111 |
| 2025-01-27 | Trim extra whitespace in fn ptr suggestion span | Tyrone Wu | -46/+46 |
| 2025-01-27 | Rollup merge of #136112 - fmease:clean-up-all-dead-files-in-ui-tests, r=compi... | Guillaume Gomez | -3626/+44 |
| 2025-01-27 | Rollup merge of #136064 - veluca93:tf11-fntrait-note, r=oli-obk | Guillaume Gomez | -13/+44 |
| 2025-01-27 | Rollup merge of #135988 - bjorn3:workaround_parallel_rustc_crash, r=lqd | Guillaume Gomez | -0/+23 |
| 2025-01-27 | Auto merge of #136098 - jyn514:linker-output, r=saethlin | bors | -5/+19 |
| 2025-01-27 | Fix SIMD codegen tests on LLVM 20 | Nikita Popov | -14/+14 |
| 2025-01-27 | Windows x86: Change `i128` to return via the vector ABI | Trevor Gross | -10/+7 |
| 2025-01-27 | Introduce a test for the `i128` calling convention on Windows | Trevor Gross | -0/+82 |
| 2025-01-27 | Arbitrary self types v2: explain test. | Adrian Taylor | -1/+23 |
| 2025-01-26 | Downgrade `linker-warnings` to allow-by-default | jyn | -5/+19 |
| 2025-01-27 | Rollup merge of #136072 - cyrgani:old-crash-tests, r=WaffleLapkin | León Orell Valerian Liehr | -0/+16 |
| 2025-01-27 | Rollup merge of #135158 - FedericoBruzzone:master, r=lukas-code | León Orell Valerian Liehr | -26/+147 |
| 2025-01-27 | Rollup merge of #126604 - kadiwa4:uplift_double_negation, r=nnethercote | León Orell Valerian Liehr | -5/+71 |
| 2025-01-27 | Make a previously unreachable UI test reachable | León Orell Valerian Liehr | -35/+44 |
| 2025-01-27 | Remove all dead files inside tests/ui/ | León Orell Valerian Liehr | -3591/+0 |
| 2025-01-27 | Add `TooGeneric` variant to `LayoutError` and emit `Unknown` one | FedericoBruzzone | -26/+147 |
| 2025-01-26 | Auto merge of #104693 - jhorstmann:use-high-bit-of-mask-for-select, r=working... | bors | -79/+176 |
| 2025-01-26 | Add cache to FoldEscapingRegions | Michael Goulet | -0/+125 |
| 2025-01-26 | Consistently use the most significant bit of vector masks | Jörn Horstmann | -79/+176 |
| 2025-01-26 | Auto merge of #135764 - nikic:llvm-20-test-fixes, r=wesleywiser | bors | -15/+105 |
| 2025-01-26 | Add regression test | bjorn3 | -0/+23 |
| 2025-01-26 | Auto merge of #136087 - jhpratt:rollup-tam1mzn, r=jhpratt | bors | -2/+14 |
| 2025-01-26 | implement lint `double_negations` | Kalle Wachsmuth | -5/+71 |
| 2025-01-26 | Rollup merge of #134358 - workingjubilee:configure-my-riscv-abi, r=fmease | Jacob Pratt | -1/+1 |
| 2025-01-26 | Rollup merge of #133631 - flba-eb:add_nto_qnx71_iosock_support, r=workingjubilee | Jacob Pratt | -1/+13 |
| 2025-01-25 | Rollup merge of #136032 - estebank:issue-136028, r=SparrowLii | Jacob Pratt | -31/+84 |
| 2025-01-25 | Rollup merge of #135785 - folkertdev:s390x-vector-passmode-direct, r=bjorn3 | Jacob Pratt | -0/+143 |
| 2025-01-25 | Rollup merge of #133951 - bjorn3:wasm_c_abi_lint_hard_error, r=workingjubilee | Jacob Pratt | -0/+44 |
| 2025-01-26 | Auto merge of #136070 - matthiaskrgr:rollup-b5enbuz, r=matthiaskrgr | bors | -239/+273 |
| 2025-01-25 | add two old crash tests | cyrgani | -0/+16 |
| 2025-01-25 | Rollup merge of #136056 - fee1-dead-contrib:push-tswyxkywqrtt, r=jieyouxu | Matthias Krüger | -16/+16 |
| 2025-01-25 | Rollup merge of #136016 - Urgau:check-cfg-allow-test-improv, r=jieyouxu | Matthias Krüger | -39/+96 |
| 2025-01-25 | Rollup merge of #134300 - RalfJung:remove-dead-attrs, r=chenyukang | Matthias Krüger | -184/+161 |
| 2025-01-25 | Shorten linker output even more when `--verbose` is not present | jyn | -11/+42 |
| 2025-01-25 | Add a suggestion to cast target_feature fn items to fn pointers. | Luca Versari | -13/+44 |
| 2025-01-25 | Auto merge of #119286 - jyn514:linker-output, r=bjorn3 | bors | -30/+110 |
| 2025-01-25 | Fix typo in const stability error message | Deadbeef | -16/+16 |
| 2025-01-25 | Auto merge of #133154 - estebank:issue-133137, r=wesleywiser | bors | -286/+376 |
| 2025-01-25 | Filter well known names from check-cfg diagnostics | Urgau | -38/+73 |
| 2025-01-25 | Auto merge of #136041 - matthiaskrgr:rollup-5r1k45x, r=matthiaskrgr | bors | -47/+163 |
| 2025-01-25 | Rollup merge of #136027 - estebank:issue-135989, r=compiler-errors | Matthias Krüger | -0/+22 |
| 2025-01-25 | Rollup merge of #136018 - estebank:long-moved-type, r=jieyouxu | Matthias Krüger | -0/+37 |
| 2025-01-25 | Rollup merge of #135985 - Zalathar:whats-upvar, r=lqd | Matthias Krüger | -41/+46 |
| 2025-01-25 | Rollup merge of #135971 - compiler-errors:self-projection, r=fmease | Matthias Krüger | -6/+58 |