| Age | Commit message (Expand) | Author | Lines |
| 2025-06-10 | Rollup merge of #142275 - aDotInTheVoid:gen-ty-of, r=fmease | León Orell Valerian Liehr | -74/+19 |
| 2025-06-10 | Rollup merge of #142271 - workingjubilee:fn-ptrs-have-two-different-lints, r=... | León Orell Valerian Liehr | -182/+208 |
| 2025-06-10 | Rollup merge of #142262 - aDotInTheVoid:nomemchr, r=Noratrieb | León Orell Valerian Liehr | -0/+1 |
| 2025-06-10 | Rollup merge of #142258 - teohhanhui:docs/platform-support-linux-kernel-versi... | León Orell Valerian Liehr | -19/+19 |
| 2025-06-10 | Rollup merge of #142240 - fee1-dead-contrib:push-zkkzoxlymslv, r=oli-obk | León Orell Valerian Liehr | -1170/+686 |
| 2025-06-10 | Rollup merge of #142124 - oli-obk:transmute-cast, r=scottmcm | León Orell Valerian Liehr | -31/+20 |
| 2025-06-10 | Rollup merge of #142102 - kiseitai3:141714_stdin_read_to_string_docs, r=tgross35 | León Orell Valerian Liehr | -0/+40 |
| 2025-06-10 | Rollup merge of #142101 - lolbinarycat:core-dedup-ptr-docs-139190-pt2, r=work... | León Orell Valerian Liehr | -126/+68 |
| 2025-06-10 | Rollup merge of #141992 - folkertdev:probestack-naked-function, r=tgross35 | León Orell Valerian Liehr | -275/+171 |
| 2025-06-10 | Rollup merge of #141909 - Shourya742:2025-06-01-add-execution-context, r=Kobzol | León Orell Valerian Liehr | -272/+364 |
| 2025-06-10 | Rollup merge of #141818 - mati865:dont-create-msi-from-non-windows, r=Kobzol | León Orell Valerian Liehr | -1/+2 |
| 2025-06-10 | Rollup merge of #141642 - xizheyin:issue-141619, r=BoxyUwU | León Orell Valerian Liehr | -100/+174 |
| 2025-06-10 | Rollup merge of #140766 - sayantn:stabilize-keylocker, r=traviscross,tgross35 | León Orell Valerian Liehr | -24/+4 |
| 2025-06-10 | Rollup merge of #140372 - mejrs:attrs, r=jdonszelmann | León Orell Valerian Liehr | -26/+40 |
| 2025-06-10 | Rollup merge of #134442 - epage:change, r=workingjubilee | León Orell Valerian Liehr | -0/+13 |
| 2025-06-10 | Auto merge of #141485 - dianqk:early_otherwise_branch_loop, r=oli-obk | bors | -47/+64 |
| 2025-06-10 | Make loongarch-none target maintainers more easily pingable | Jieyou Xu | -2/+2 |
| 2025-06-10 | Document `//@ needs-target-std` in rustc-dev-guide | Jieyou Xu | -0/+1 |
| 2025-06-10 | Implement `//@ needs-target-std` directive in compiletest | Jieyou Xu | -0/+17 |
| 2025-06-10 | Extract target no-std hack to `build_helpers` | Jieyou Xu | -1/+13 |
| 2025-06-10 | Implement representation options to smir | Shoyu Vanilla | -6/+132 |
| 2025-06-10 | Merge pull request #19964 from Wilfred/fix_typos | Chayim Refael Friedman | -2/+2 |
| 2025-06-10 | [minor] Fix typos | Wilfred Hughes | -2/+2 |
| 2025-06-10 | update lockfile | Ralf Jung | -1/+0 |
| 2025-06-10 | Add more tests to check extracted doctests feature | Guillaume Gomez | -3/+55 |
| 2025-06-10 | Improve naming of variables in `DocTestBuilder::generate_unique_doctest` | Guillaume Gomez | -9/+40 |
| 2025-06-10 | Add new extracted option doctest ui test for result returning doctest | Guillaume Gomez | -0/+12 |
| 2025-06-10 | Give more information into extracted doctest information | Guillaume Gomez | -50/+135 |
| 2025-06-10 | Merge pull request #19963 from ChayimFriedman2/unsized-impl-items | Lukas Wirth | -3/+64 |
| 2025-06-10 | Do not error at impls for unsized types that do not include `where Self: Size... | Chayim Refael Friedman | -3/+64 |
| 2025-06-10 | Add supported asm types for LoongArch32 | WANG Rui | -4/+11 |
| 2025-06-10 | Auto merge of #141451 - lcnr:canonicalize-env-cache, r=compiler-errors | bors | -28/+109 |
| 2025-06-10 | Use a faster runner for the x64 dist-alt job | Jakub Beránek | -1/+1 |
| 2025-06-10 | enable rustc debug assertions on -alt builds | Rémy Rakic | -0/+5 |
| 2025-06-10 | const_eval: fix some outdated comments | Ralf Jung | -12/+8 |
| 2025-06-10 | Use Operand::constant() in a couple of places | bjorn3 | -7/+9 |
| 2025-06-10 | Pass `jemalloc` feature to Clippy in bootstrap | Jakub Beránek | -2/+15 |
| 2025-06-10 | Merge pull request #4389 from RalfJung/native-lib-search-order | Ralf Jung | -22/+25 |
| 2025-06-10 | Merge pull request #4382 from RalfJung/dup | Ralf Jung | -2/+3 |
| 2025-06-10 | Add jemalloc feature to Clippy | Jakub Beránek | -0/+36 |
| 2025-06-10 | Add jemalloc feature to Clippy | Jakub Beránek | -0/+36 |
| 2025-06-10 | Loop check anon consts on their own | Oli Scherer | -45/+45 |
| 2025-06-10 | Remove check_mod_loops query and run the checks per-body instead | Oli Scherer | -247/+230 |
| 2025-06-10 | Merge pull request #4391 from RalfJung/float-nondet-tests | Ralf Jung | -22/+25 |
| 2025-06-10 | Add regression test for break inside const items | Oli Scherer | -1/+19 |
| 2025-06-10 | ci: split x86_64-gnu-tools job | MarcoIeni | -56/+125 |
| 2025-06-10 | Avoid cloning `self.index` in `after_krate`. | Nicholas Nethercote | -2/+4 |
| 2025-06-10 | indent the probestack inline assembly | Folkert de Vries | -110/+110 |
| 2025-06-10 | merge the sgx/fortanix `__rust_probestack` into the general `x86_64` one | Folkert de Vries | -73/+23 |
| 2025-06-10 | use `#[naked]` for `__rust_probestack` | Folkert de Vries | -99/+36 |