| Age | Commit message (Expand) | Author | Lines |
| 2025-02-04 | nvptx64: update default alignment to match LLVM 21 | Augie Fackler | -1/+7 |
| 2025-02-04 | Auto merge of #136533 - jhpratt:rollup-s0ign8n, r=jhpratt | bors | -926/+1234 |
| 2025-02-04 | Rollup merge of #136334 - ricci009:primitivers, r=tgross35 | Jacob Pratt | -169/+183 |
| 2025-02-04 | Rollup merge of #136167 - pitaj:new_range, r=Nadrieril | Jacob Pratt | -54/+252 |
| 2025-02-04 | Rollup merge of #135844 - yaahc:tidy-feature-status-dump, r=jieyouxu | Jacob Pratt | -0/+123 |
| 2025-02-04 | Rollup merge of #135621 - bjorn3:move_tests_to_stdtests, r=Noratrieb | Jacob Pratt | -640/+635 |
| 2025-02-04 | Rollup merge of #134777 - saethlin:enable-more-tests-on-windows, r=Noratrieb | Jacob Pratt | -63/+41 |
| 2025-02-04 | Auto merge of #135265 - pascaldekloe:fmt-int-speed, r=tgross35,ChrisDenton | bors | -75/+81 |
| 2025-02-04 | Auto merge of #136525 - matthiaskrgr:rollup-m8kqlek, r=matthiaskrgr | bors | -420/+630 |
| 2025-02-04 | Rollup merge of #136462 - Zalathar:endpoint, r=oli-obk | Matthias Krüger | -39/+42 |
| 2025-02-04 | Rollup merge of #136309 - onur-ozkan:133629, r=jieyouxu | Matthias Krüger | -1/+5 |
| 2025-02-04 | Rollup merge of #136022 - vayunbiyani:port_tests, r=RalfJung | Matthias Krüger | -348/+518 |
| 2025-02-04 | Rollup merge of #135836 - ferrocene:ja-gh135782-build-crt-only-for-musl, r=on... | Matthias Krüger | -2/+8 |
| 2025-02-04 | Rollup merge of #134814 - sayantn:keylocker, r=oli-obk | Matthias Krüger | -0/+26 |
| 2025-02-04 | Rollup merge of #134807 - poliorcetics:ab/push-skpynvsmwkll, r=camelid | Matthias Krüger | -30/+31 |
| 2025-02-04 | Auto merge of #136507 - matthiaskrgr:rollup-uzwv9mo, r=matthiaskrgr | bors | -340/+622 |
| 2025-02-03 | Auto merge of #136483 - marcoieni:dist-x86_64-msvc-windows-25, r=Kobzol | bors | -1/+1 |
| 2025-02-03 | primitive type migration from mod.rs to primitives.rs | ricci009 | -169/+183 |
| 2025-02-03 | Rollup merge of #136498 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2025-02-03 | Rollup merge of #136493 - RalfJung:x86-platform-support, r=Noratrieb | Matthias Krüger | -20/+20 |
| 2025-02-03 | Rollup merge of #136484 - Zalathar:query-cache-notes, r=jieyouxu | Matthias Krüger | -5/+42 |
| 2025-02-03 | Rollup merge of #136476 - jieyouxu:panic-panic-panic, r=lcnr | Matthias Krüger | -19/+7 |
| 2025-02-03 | Rollup merge of #136430 - FedericoBruzzone:follow-up-136180, r=oli-obk | Matthias Krüger | -78/+79 |
| 2025-02-03 | Rollup merge of #136411 - dtolnay:fnptr, r=notriddle | Matthias Krüger | -12/+34 |
| 2025-02-03 | Rollup merge of #136299 - lqd:polonius-next-episode-9, r=jackh726 | Matthias Krüger | -152/+376 |
| 2025-02-03 | Rollup merge of #136289 - Pyr0de:oncecell-docs, r=tgross35 | Matthias Krüger | -54/+64 |
| 2025-02-03 | Auto merge of #136146 - RalfJung:x86-abi, r=workingjubilee | bors | -60/+161 |
| 2025-02-03 | platform-support: document CPU baseline for x86-32 targets | Ralf Jung | -20/+20 |
| 2025-02-03 | Move `try_to_raw_bytes` from `ty::Valtree` to `ty::Value` | FedericoBruzzone | -38/+36 |
| 2025-02-03 | Update books | rustbot | -0/+0 |
| 2025-02-03 | no unsafe pointer and no overflowing_literals in fmt::Display of integers | Pascal S. de Kloe | -68/+75 |
| 2025-02-03 | Auto merge of #136481 - jieyouxu:rollup-w0lnnqb, r=jieyouxu | bors | -143/+251 |
| 2025-02-03 | patch RfL job | Ralf Jung | -2/+2 |
| 2025-02-03 | add rustc_abi to control ABI decisions LLVM does not have flags for, and use ... | Ralf Jung | -58/+159 |
| 2025-02-03 | platform-support docs: fix x87 errata footnotes | Ralf Jung | -5/+5 |
| 2025-02-03 | Enable more tests on Windows | Ben Kimock | -63/+41 |
| 2025-02-03 | tests: remove redundant `//@ ignore-{wasm,wasm32,emscripten}` | 许杰友 Jieyou Xu (Joe) | -19/+7 |
| 2025-02-03 | Auto merge of #136352 - lqd:ensure-stacks, r=compiler-errors | bors | -6/+12 |
| 2025-02-03 | Refactor using the type-level constant value `ty::Value` | FedericoBruzzone | -59/+62 |
| 2025-02-03 | OnceCell & OnceLock docs: Using (un)initialized consistently | Pyrode | -54/+64 |
| 2025-02-03 | Notes on types/traits used for in-memory query caching | Zalathar | -5/+42 |
| 2025-02-03 | ci: move dist-x86_64-msvc to windows 2025 | MarcoIeni | -1/+1 |
| 2025-02-03 | Rollup merge of #136467 - onur-ozkan:override-default-profile-on-tarballs, r=... | 许杰友 Jieyou Xu (Joe) | -1/+8 |
| 2025-02-03 | Rollup merge of #136464 - nnethercote:rm-TyCtxtAt-for-hooks, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -38/+21 |
| 2025-02-03 | Rollup merge of #136455 - nnethercote:less-Clone, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -24/+24 |
| 2025-02-03 | Rollup merge of #136441 - jieyouxu:cleanup-is-rustdoc, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -5/+2 |
| 2025-02-03 | Rollup merge of #136438 - RalfJung:offset_from_ub_errors, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -19/+81 |
| 2025-02-03 | Rollup merge of #136432 - fmease:lta-fix-def-site-checks, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -11/+78 |
| 2025-02-03 | Rollup merge of #136404 - fmease:rm-compiletest-relic-of-the-past, r=Noratrie... | 许杰友 Jieyou Xu (Joe) | -38/+30 |
| 2025-02-03 | Rollup merge of #136356 - pthariensflame:patch-1, r=tgross35 | 许杰友 Jieyou Xu (Joe) | -7/+7 |