| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-05-18 | Merge pull request #4330 from RalfJung/build-sysroot-bump | Ralf Jung | -3/+3 |
| 2025-05-18 | Remove rustc_attr_data_structures re-export from rustc_attr_parsing | mejrs | -16/+19 |
| 2025-05-18 | bump rustc-build-sysroot | Ralf Jung | -3/+3 |
| 2025-05-18 | Merge pull request #4322 from tiif/move_test | Ralf Jung | -0/+4 |
| 2025-05-18 | Add more comment to libc-fs-with-isolation test | tiif | -0/+4 |
| 2025-05-18 | rename to get rid of the 'raw' concept | Folkert de Vries | -6/+3 |
| 2025-05-18 | attempt to have rustfmt use the new logic | Folkert de Vries | -3/+6 |
| 2025-05-18 | Merge pull request #19687 from gohome001/highlight_unsafe | Lukas Wirth | -0/+67 |
| 2025-05-18 | attempt to make doctests work properly with old and new cargo | Ralf Jung | -2/+5 |
| 2025-05-18 | Remove uses of `#[feature(avx512_target_feature)]` | sayantn | -4/+1 |
| 2025-05-18 | fmt | The Miri Cronjob Bot | -1/+5 |
| 2025-05-18 | Merge from rustc | The Miri Cronjob Bot | -58/+67 |
| 2025-05-18 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-05-17 | Auto merge of #141133 - matthiaskrgr:rollup-u8ndxyz, r=matthiaskrgr | bors | -58/+65 |
| 2025-05-17 | Rollup merge of #139103 - joboet:abort_dedup, r=tgross35 | Matthias Krüger | -35/+43 |
| 2025-05-17 | Rollup merge of #135808 - tiif:conv_display, r=workingjubilee | Matthias Krüger | -23/+22 |
| 2025-05-17 | Catch panics in inference in analysis-stats | Florian Diebold | -1/+17 |
| 2025-05-17 | do away with `_Self` and `TraitName` and check generic params for rustc_on_un... | mejrs | -1/+1 |
| 2025-05-17 | compiler & tools: bump windows crate to dedupe versions | klensy | -1/+4 |
| 2025-05-17 | exlicitly pass -Zdoctest-xcompile to avoid cargo version behavior differences | Ralf Jung | -0/+2 |
| 2025-05-17 | opt-dist: fix deprecated BOLT -icf=1 option | klensy | -1/+1 |
| 2025-05-17 | fix for doctest-xcompile stabilization | Ralf Jung | -53/+40 |
| 2025-05-17 | fix clippy lints | Ralf Jung | -18/+13 |
| 2025-05-17 | Merge from rustc | Ralf Jung | -4594/+5396 |
| 2025-05-17 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-05-16 | Auto merge of #140911 - rust-lang:cargo_update, r=clubby789 | bors | -99/+75 |
| 2025-05-16 | Auto merge of #141093 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-05-16 | Update cargo | Weihang Lo | -0/+0 |
| 2025-05-16 | Merge pull request #19808 from Veykril/lw-ollszwnlmquw | Lukas Wirth | -6/+6 |
| 2025-05-16 | ci: Run metrics on the beta channel | Lukas Wirth | -6/+6 |
| 2025-05-16 | Merge pull request #19807 from Veykril/lw-qyynkqysuyuy | Lukas Wirth | -2/+15 |
| 2025-05-16 | fix: Don't overwrite `RUSTUP_TOOLCHAIN` if it is already set | Lukas Wirth | -2/+15 |
| 2025-05-16 | Updated feature flag and output of `clippy/tests/ui/map_flatten*` | Ryan van Polen | -12/+10 |
| 2025-05-16 | Merge pull request #19805 from lnicola/inline-format-args | Laurențiu Nicola | -6/+6 |
| 2025-05-16 | Inline some format args | Laurențiu Nicola | -6/+6 |
| 2025-05-16 | Bump zip to 3.0 | Laurențiu Nicola | -8/+5 |
| 2025-05-16 | Fix fname for miri | 王宇逸 | -1/+6 |
| 2025-05-16 | Auto merge of #141044 - flip1995:clippy-subtree-update, r=Manishearth | bors | -4453/+5273 |