| Age | Commit message (Expand) | Author | Lines |
| 2025-06-12 | tests: Convert linkage-attr test to cross-compiling and bless | Jubilee Young | -21/+12 |
| 2025-06-11 | tests: Bless for weaker unsupported_calling_conventions | Jubilee Young | -348/+0 |
| 2025-06-11 | compiler: Avoid reporting unsupported_calling_conventions in deps | Jubilee Young | -1/+1 |
| 2025-06-11 | Auto merge of #142090 - compiler-errors:perf-stable-root-var, r=lcnr | bors | -17/+6 |
| 2025-06-10 | Auto merge of #141883 - oli-obk:remove-check-mod-loops, r=nnethercote | bors | -271/+272 |
| 2025-06-10 | Auto merge of #142292 - RalfJung:miri-sync, r=RalfJung | bors | -229/+420 |
| 2025-06-10 | Auto merge of #142299 - fmease:rollup-u86s80a, r=fmease | bors | -2312/+1837 |
| 2025-06-10 | Rollup merge of #142288 - RalfJung:const-eval-comments, r=oli-obk | León Orell Valerian Liehr | -12/+8 |
| 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 | update lockfile | Ralf Jung | -1/+0 |
| 2025-06-10 | Auto merge of #141451 - lcnr:canonicalize-env-cache, r=compiler-errors | bors | -28/+109 |
| 2025-06-10 | const_eval: fix some outdated comments | Ralf Jung | -12/+8 |
| 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 | 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 | 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 |
| 2025-06-10 | add a fixme to use `extern_custom` when available | Folkert de Vries | -0/+9 |
| 2025-06-10 | float tests: test non-determinism for more operations | Ralf Jung | -22/+25 |
| 2025-06-10 | Merge pull request #4394 from RalfJung/smallvec | Ralf Jung | -0/+99 |
| 2025-06-09 | hir_analysis: Elaborate on lint strategy for unsupported ABIs | Jubilee | -1/+3 |
| 2025-06-10 | add SmallVec test | Ralf Jung | -0/+99 |
| 2025-06-10 | Merge pull request #4393 from rust-lang/rustup-2025-06-10 | Ralf Jung | -1833/+3345 |
| 2025-06-10 | sync max_fundamental_align with alloc crate | Ralf Jung | -4/+7 |
| 2025-06-10 | Auto merge of #142109 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-06-10 | docs: Small clarification on the usage of read_to_string and read_to_end trai... | kiseitai3 | -0/+40 |
| 2025-06-10 | fmt | The Miri Cronjob Bot | -1/+0 |
| 2025-06-10 | Merge from rustc | The Miri Cronjob Bot | -1830/+3340 |
| 2025-06-10 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-10 | Auto merge of #142250 - lnicola:sync-from-ra, r=lnicola | bors | -1085/+2373 |
| 2025-06-10 | rustdoc: Refractor `clean_ty_generics` | Alona Enraght-Moony | -74/+19 |