| Age | Commit message (Expand) | Author | Lines |
| 2025-04-24 | Refactor `StableMir` to avoid some clones. | Nicholas Nethercote | -42/+43 |
| 2025-04-24 | Remove some unnecessary clones. | Nicholas Nethercote | -8/+7 |
| 2025-04-24 | Revert overzealous parse recovery for single colons | León Orell Valerian Liehr | -89/+64 |
| 2025-04-24 | Auto merge of #139309 - RalfJung:abi_unsupported_vector_types, r=fee1-dead,tr... | bors | -3/+0 |
| 2025-04-24 | Auto merge of #139309 - RalfJung:abi_unsupported_vector_types, r=fee1-dead,tr... | bors | -978/+157 |
| 2025-04-24 | fix for issue 135412 | Kivooeo | -7/+74 |
| 2025-04-23 | Update wasm-component-ld to 0.5.13 | Alex Crichton | -62/+27 |
| 2025-04-23 | Auto merge of #138845 - compiler-errors:stall-generators, r=lcnr | bors | -153/+436 |
| 2025-04-23 | Extend HIR to track the source and syntax of a lifetime | Jake Goulding | -112/+226 |
| 2025-04-23 | Add regression ui test for #140162 and for #139651 | Guillaume Gomez | -0/+28 |
| 2025-04-23 | Fix detection of `main` function if there are expressions around it | Guillaume Gomez | -4/+17 |
| 2025-04-23 | style: pull one more `if` into the let-chain (#14669) | Timo | -54/+51 |
| 2025-04-23 | Reword `needless_question_mark` diagnostics and docs (#14682) | Manish Goregaokar | -77/+171 |
| 2025-04-23 | Add rustdoc-gui test to ensure sidebars share the same image | Guillaume Gomez | -0/+36 |
| 2025-04-23 | std_detect: RISC-V platform guide documentation | Tsukasa OI | -78/+126 |
| 2025-04-23 | Warn on `unsafe_op_in_unsafe_fn` by default | Trevor Gross | -51/+172 |
| 2025-04-23 | Reword `needless_question_mark` diagnostics and docs | Alex Macleod | -77/+171 |
| 2025-04-23 | libm-macros: Allow a way to bulk match f16 and f128 functions | Trevor Gross | -122/+128 |
| 2025-04-23 | Unify sidebar buttons to use the same image | Guillaume Gomez | -21/+22 |
| 2025-04-23 | Update browser-ui-test version to 0.20.6 | Guillaume Gomez | -1/+1 |
| 2025-04-23 | transmutability: Mark edges by ranges, not values | Joshua Liebow-Feeser | -161/+778 |
| 2025-04-23 | Remove hack | Michael Goulet | -14/+0 |
| 2025-04-23 | Auto merge of #139983 - flip1995:clippy-subtree-update, r=Manishearth | bors | -7047/+13740 |
| 2025-04-23 | Use the new solver in the impossible_predicates | Michael Goulet | -9/+43 |
| 2025-04-24 | Work around cygwin issue on timeout | 王宇逸 | -1/+4 |
| 2025-04-23 | Auto merge of #140180 - ChrisDenton:rollup-5pvs08u, r=ChrisDenton | bors | -355/+373 |
| 2025-04-23 | More | Michael Goulet | -187/+189 |
| 2025-04-23 | Merge pull request #19672 from Veykril/push-tqooypklusty | Lukas Wirth | -15/+21 |
| 2025-04-23 | Make #![feature(let_chains)] bootstrap conditional in compiler/ | est31 | -40/+40 |
| 2025-04-23 | fix: Fix incorrect diagnostic for lifetime parameter count mismatch | Lukas Wirth | -15/+21 |
| 2025-04-23 | Impl new API `std::os::unix::fs::mkfifo` under feature `unix_fifo` | Jiahao XU | -1/+63 |
| 2025-04-23 | Auto merge of #139998 - Zalathar:new-executor, r=onur-ozkan | bors | -7/+11 |
| 2025-04-23 | fix f*::MAX_EXP and MIN_EXP docs | Ralf Jung | -24/+48 |
| 2025-04-23 | wasm, arm, x86-without-SSE need simd to be explicitly enabled | Ralf Jung | -23/+33 |
| 2025-04-23 | Document breaking out of a named code block | Artur Roos | -0/+27 |
| 2025-04-23 | CI: use aws codebuild for job dist-arm-linux | MarcoIeni | -13/+91 |
| 2025-04-23 | Merge pull request #19670 from Veykril/push-owsrlsmlzttm | Lukas Wirth | -0/+1 |
| 2025-04-23 | Remove workarounds for llvm/llvm-project#98306 | sayantn | -6/+14 |
| 2025-04-23 | Re-enable `armv7-unknown-linux-gnueabihf` | sayantn | -3/+1 |
| 2025-04-23 | Add power9 and power8 target-features | Luca Barbato | -1/+36 |
| 2025-04-23 | reset the host linker | Folkert de Vries | -0/+6 |
| 2025-04-23 | run `cargo generate-lockfile` before running docker | Folkert de Vries | -0/+3 |
| 2025-04-23 | run `powerpc64le` `assert_instr` on CI | Folkert de Vries | -3/+2 |
| 2025-04-23 | Mark `incorrect_generics_len` diagnostic as experimental | Lukas Wirth | -0/+1 |
| 2025-04-23 | Use `clone` to clone `DelimArgs` in two places. | Nicholas Nethercote | -7/+3 |
| 2025-04-23 | triagebot: label minicore changes w/ `A-test-infra-minicore` | Jieyou Xu | -0/+9 |
| 2025-04-23 | Derive `HashStable` for `DelimArgs`. | Nicholas Nethercote | -13/+1 |
| 2025-04-23 | rustc-dev-guide: document that `//@ add-core-stubs` imply `-Cforce-unwind-tab... | Jieyou Xu | -7/+19 |
| 2025-04-23 | tests: account for CFI directives in `tests/assembly/x86-return-float.rs` | Jieyou Xu | -0/+10 |
| 2025-04-23 | compiletest: `//@ add-core-stubs` implies `-Cforce-unwind-tables=yes` | Jieyou Xu | -2/+6 |