| Age | Commit message (Expand) | Author | Lines |
| 2025-02-03 | add rustc_abi to control ABI decisions LLVM does not have flags for, and use ... | Ralf Jung | -34/+56 |
| 2025-01-29 | Auto merge of #136225 - fmease:rollup-fm7m744, r=fmease | bors | -25/+49 |
| 2025-01-29 | Rollup merge of #136147 - RalfJung:required-target-features-check-not-add, r=... | León Orell Valerian Liehr | -21/+17 |
| 2025-01-29 | Rollup merge of #135902 - compiler-errors:item-non-self-bound-in-new-solver, ... | León Orell Valerian Liehr | -4/+32 |
| 2025-01-29 | Auto merge of #136011 - compiler-errors:query-norm-vaniquishes-us, r=jackh726 | bors | -20/+20 |
| 2025-01-28 | Auto merge of #136203 - matthiaskrgr:rollup-1k0f44l, r=matthiaskrgr | bors | -18/+329 |
| 2025-01-28 | Do not assume child bound assumptions for rigid alias | Michael Goulet | -4/+32 |
| 2025-01-28 | Rollup merge of #136124 - adetaylor:test-comment, r=compiler-errors | Matthias Krüger | -1/+23 |
| 2025-01-28 | Rollup merge of #136055 - fee1-dead-contrib:push-ovmyztlkptmk, r=RalfJung | Matthias Krüger | -10/+228 |
| 2025-01-28 | "normalize" signature before checking mentions self | Boxy | -7/+78 |
| 2025-01-28 | Rollup merge of #135748 - compiler-errors:len-2, r=RalfJung,oli-obk | Matthias Krüger | -1618/+1314 |
| 2025-01-28 | Rollup merge of #133151 - tyrone-wu:trim-fn-ptr-whitespace, r=compiler-errors | Matthias Krüger | -46/+46 |
| 2025-01-28 | Auto merge of #133929 - saethlin:remove-inline-in-all-cgus, r=nnethercote | bors | -355/+183 |
| 2025-01-28 | Auto merge of #134290 - tgross35:windows-i128-callconv, r=bjorn3,wesleywiser | bors | -0/+79 |
| 2025-01-28 | add test case for implicitly stable const fn | Deadbeef | -1/+117 |
| 2025-01-28 | Implement MIR const trait stability checks | Deadbeef | -10/+112 |
| 2025-01-27 | Remove -Zinline-in-all-cgus and clean up CGU partitioning tests | Ben Kimock | -355/+183 |
| 2025-01-28 | ABI-required target features: warn when they are missing in base CPU (rather ... | Ralf Jung | -21/+17 |
| 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 | 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 | 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 |