| Age | Commit message (Expand) | Author | Lines |
| 2025-05-22 | Rename `kw::Empty` as `sym::empty`. | Nicholas Nethercote | -4/+4 |
| 2025-05-21 | document that the entire test suite passes under freebsd | Ralf Jung | -1/+1 |
| 2025-05-21 | run the full test suite under FreeBSD | Ralf Jung | -2/+2 |
| 2025-05-21 | Merge pull request #19839 from ChayimFriedman2/inlay-hints-attr | Lukas Wirth | -5/+15 |
| 2025-05-21 | Implement FreeBSD syscall cpuset_getaffinity. | LorrensP-2158466 | -2/+117 |
| 2025-05-21 | internal: fix `integrated_benchmarks` to make actual edits | David Barsky | -8/+12 |
| 2025-05-21 | Correctly set the span of the proc_macro crate's Group delimiters | Chayim Refael Friedman | -5/+15 |
| 2025-05-21 | Merge pull request #4338 from RalfJung/FileDescription | Ralf Jung | -2/+8 |
| 2025-05-21 | Merge commit 'cadf98bb7d783e2ea3572446c3f80d3592ec5f86' into clippy-subtree-u... | Philipp Krones | -4612/+6166 |
| 2025-05-21 | Add some track_caller info to precondition panics | Ben Kimock | -4/+1 |
| 2025-05-21 | FileDescription: improve read/write docs | Ralf Jung | -2/+8 |
| 2025-05-21 | Merge pull request #4337 from RalfJung/io | Ralf Jung | -17/+25 |
| 2025-05-21 | test direct usage of io::{stdout,stderr,stdin} | Ralf Jung | -17/+25 |
| 2025-05-21 | Merge from rustc | The Miri Cronjob Bot | -1374/+3459 |
| 2025-05-21 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-05-20 | Rename `cfg_match!` to `cfg_select!` | Trevor Gross | -3/+3 |
| 2025-05-20 | Auto merge of #141278 - lnicola:sync-from-ra, r=lnicola | bors | -1358/+3449 |
| 2025-05-20 | Merge pull request #19826 from lnicola/sync-from-rust | Laurențiu Nicola | -7444/+10058 |
| 2025-05-20 | Bump rustc crates | Laurențiu Nicola | -22/+29 |
| 2025-05-20 | Merge from rust-lang/rust | Laurențiu Nicola | -7423/+10030 |
| 2025-05-20 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-05-20 | make std::intrinsic functions actually be intrinsics | Ralf Jung | -16/+10 |
| 2025-05-20 | Merge from rustc | Ralf Jung | -21/+44 |
| 2025-05-20 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-05-19 | Auto merge of #141255 - matthiaskrgr:rollup-ravsgen, r=matthiaskrgr | bors | -0/+20 |
| 2025-05-19 | Rollup merge of #141248 - RalfJung:reentrant-lock-race, r=joboet | Matthias Krüger | -0/+20 |
| 2025-05-19 | Merge pull request #4334 from RalfJung/GetUserProfileDirectoryW-issue | Ralf Jung | -2/+2 |
| 2025-05-19 | GetUserProfileDirectoryW: reference issue regarding implementation details we... | Ralf Jung | -2/+2 |
| 2025-05-19 | run tests on mips-unknown-linux-gnu | Ralf Jung | -22/+30 |
| 2025-05-19 | add this to Miri's trophy case | Ralf Jung | -0/+1 |
| 2025-05-19 | fix data race in ReentrantLock fallback for targets without 64bit atomics | Ralf Jung | -0/+19 |
| 2025-05-19 | Fix cache problems with lints level | Chayim Refael Friedman | -164/+60 |
| 2025-05-19 | Merge pull request #19822 from Veykril/push-mzzluystvwls | Lukas Wirth | -49/+1 |
| 2025-05-19 | Rollup merge of #141239 - RalfJung:dladdr-fname, r=Noratrieb | Stuart Cook | -4/+4 |
| 2025-05-19 | Rollup merge of #141117 - klensy:opt-dist-icf, r=Kobzol | Stuart Cook | -1/+1 |
| 2025-05-19 | Remote dangling file | Lukas Wirth | -49/+1 |
| 2025-05-19 | Merge pull request #19809 from flodiebold/push-txyotwlvvkln | Lukas Wirth | -1/+17 |
| 2025-05-19 | add to_u64() helper method and use it where appropriate | Ralf Jung | -26/+37 |
| 2025-05-19 | enable clippy::as_conversions to fully rule out as-casts | Ralf Jung | -57/+61 |
| 2025-05-19 | Debounce workspace fetching for workspace structure changes | Lukas Wirth | -9/+54 |
| 2025-05-19 | Change import prefix default to be by crate | Lukas Wirth | -3/+3 |
| 2025-05-19 | dladdr cannot leave dli_fname to be null | Ralf Jung | -4/+4 |
| 2025-05-19 | Merge pull request #19757 from Veykril/push-zzxwtzuzqvzx | Lukas Wirth | -80/+136 |
| 2025-05-19 | Merge from rustc | The Miri Cronjob Bot | -8/+13 |
| 2025-05-19 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-05-19 | Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin | Stuart Cook | -16/+19 |
| 2025-05-18 | Auto merge of #140154 - Berrysoft:cygwin-host, r=jieyouxu | bors | -1/+6 |
| 2025-05-18 | Rollup merge of #141214 - RalfJung:miri-sync, r=RalfJung | León Orell Valerian Liehr | -4/+11 |
| 2025-05-18 | Rollup merge of #141127 - klensy:windows-bump-61, r=albertlarsan68,jieyouxu | León Orell Valerian Liehr | -1/+4 |
| 2025-05-18 | Rollup merge of #140490 - folkertdev:asm-parser-changes, r=Amanieu,traviscross | León Orell Valerian Liehr | -2/+2 |