| Age | Commit message (Expand) | Author | Lines |
| 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 | Suggest considering casting fn item as fn pointer in more cases | mu001999 | -0/+70 |
| 2025-01-28 | Auto merge of #133929 - saethlin:remove-inline-in-all-cgus, r=nnethercote | bors | -355/+183 |
| 2025-01-28 | Make mir dumps more readable | Oli Scherer | -4/+4 |
| 2025-01-28 | Add mir-opt pattern type tests | Oli Scherer | -0/+27 |
| 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 | 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 | Stabilize target_feature_11 | Caleb Zulawski | -143/+67 |
| 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 | Compiler: Finalize dyn compatibility renaming | León Orell Valerian Liehr | -453/+185 |
| 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 | Restore previous ABI for f_single_u8_arg | bjorn3 | -1/+1 |
| 2025-01-26 | Avoid using make_direct_deprecated() in extern "ptx-kernel" | bjorn3 | -18/+2 |
| 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 | reduce `Box::default` stack copies in debug mode | Joshua Wong | -1/+4 |
| 2025-01-26 | add test for Box::default's stack usage in debug mode | Joshua Wong | -0/+25 |
| 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 |