| Age | Commit message (Expand) | Author | Lines |
| 2025-05-19 | Add new `useless_concat` lint (#13829) | Samuel Tardieu | -0/+280 |
| 2025-05-19 | GetUserProfileDirectoryW: reference issue regarding implementation details we... | Ralf Jung | -2/+2 |
| 2025-05-19 | windows: document that we rely on an undocumented property of GetUserProfileD... | Ralf Jung | -0/+2 |
| 2025-05-19 | Warning added when dependency crate has async drop types, and the feature is ... | Andrew Zhogin | -1/+55 |
| 2025-05-19 | Merge pull request #2395 from smanilov/patch-10 | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-05-19 | Update link to Forge guide on new flags | Stan Manilov | -1/+1 |
| 2025-05-19 | Merge pull request #4333 from RalfJung/mips-tests | Ralf Jung | -22/+30 |
| 2025-05-19 | gvn: bail out unavoidable non-ssa locals in repeat | dianqk | -1/+91 |
| 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 | -2/+25 |
| 2025-05-19 | introduce common macro for `MutVisitor` and `Visitor` to dedup code | Deadbeef | -49/+73 |
| 2025-05-19 | Auto merge of #141243 - Zalathar:rollup-x5xt80l, r=Zalathar | bors | -540/+563 |
| 2025-05-19 | skip compiler tools sanity checks on certain commands | onur-ozkan | -3/+17 |
| 2025-05-19 | Fix cache problems with lints level | Chayim Refael Friedman | -164/+60 |
| 2025-05-19 | Merge pull request #2394 from smanilov/patch-9 | nora | -1/+1 |
| 2025-05-19 | Merge pull request #2393 from smanilov/patch-8 | nora | -9/+3 |
| 2025-05-19 | Make run instructions first | Stan Manilov | -1/+1 |
| 2025-05-19 | Check if dropping an expression may have indirect side-effects (#14594) | Alejandra González | -5/+64 |
| 2025-05-19 | Remove unused references and simplify one | Stan Manilov | -9/+3 |
| 2025-05-19 | Merge pull request #19822 from Veykril/push-mzzluystvwls | Lukas Wirth | -49/+1 |
| 2025-05-19 | Rollup merge of #141242 - folkertdev:aarch64-asm-parse-errors, r=Amanieu | Stuart Cook | -470/+7 |
| 2025-05-19 | Rollup merge of #141239 - RalfJung:dladdr-fname, r=Noratrieb | Stuart Cook | -7/+5 |
| 2025-05-19 | Rollup merge of #141225 - matthiaskrgr:crashes_may2015, r=compiler-errors | Stuart Cook | -0/+396 |
| 2025-05-19 | Rollup merge of #141117 - klensy:opt-dist-icf, r=Kobzol | Stuart Cook | -1/+1 |
| 2025-05-19 | Rollup merge of #140847 - Zalathar:unused-local-file, r=SparrowLii | Stuart Cook | -62/+154 |
| 2025-05-19 | Remote dangling file | Lukas Wirth | -49/+1 |
| 2025-05-19 | Merge pull request #2389 from fuzzypixelz/typos | nora | -14/+13 |
| 2025-05-19 | Merge pull request #19809 from flodiebold/push-txyotwlvvkln | Lukas Wirth | -1/+17 |
| 2025-05-19 | Auto merge of #140754 - dpaoliello:cygwinpath, r=marcoieni | bors | -3/+3 |
| 2025-05-19 | in aarch64 asm parse error tests, only test cases specific to that target | Folkert de Vries | -470/+7 |
| 2025-05-19 | Merge pull request #4329 from RalfJung/no-casts | Ralf Jung | -68/+83 |
| 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 | Docs: Use spaces in `good first issue` label (#14844) | Samuel Tardieu | -5/+5 |
| 2025-05-19 | Docs: Use spaces in `good first issue` label | Philipp Krones | -5/+5 |
| 2025-05-19 | Merge pull request #19814 from Veykril/lw-sxquntxksovs | Lukas Wirth | -9/+54 |
| 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 | -7/+5 |
| 2025-05-19 | Merge pull request #4331 from rust-lang/rustup-2025-05-19 | Ralf Jung | -879/+2195 |
| 2025-05-19 | Merge pull request #19757 from Veykril/push-zzxwtzuzqvzx | Lukas Wirth | -80/+136 |
| 2025-05-19 | Auto merge of #141238 - Zalathar:rollup-zdqpazo, r=Zalathar | bors | -138/+292 |
| 2025-05-19 | Merge from rustc | The Miri Cronjob Bot | -878/+2194 |
| 2025-05-19 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-05-19 | Merge from rustc | The rustc-dev-guide Cronjob Bot | -10586/+15508 |
| 2025-05-19 | Preparing for merge from rustc | The rustc-dev-guide Cronjob Bot | -1/+1 |
| 2025-05-18 | add exact_div functions | Jeremy Smart | -1/+207 |
| 2025-05-19 | Rollup merge of #141110 - xizheyin:issue-141107, r=workingjubilee | Stuart Cook | -2/+2 |
| 2025-05-19 | Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin | Stuart Cook | -4/+4 |