| Age | Commit message (Expand) | Author | Lines |
| 2025-05-19 | Merge pull request #2394 from smanilov/patch-9 | nora | -1/+1 |
| 2025-05-19 | Make run instructions first | Stan Manilov | -1/+1 |
| 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 #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 #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 | 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 | -84/+252 |
| 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 | -5073/+6023 |
| 2025-05-19 | Preparing for merge from rustc | The rustc-dev-guide Cronjob Bot | -1/+1 |
| 2025-05-19 | Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin | Stuart Cook | -29/+35 |
| 2025-05-18 | Auto merge of #140154 - Berrysoft:cygwin-host, r=jieyouxu | bors | -4/+9 |
| 2025-05-18 | Auto merge of #127013 - tgross35:f16-format-parse, r=Mark-Simulacrum | bors | -5/+33 |
| 2025-05-18 | Exclude issues with an associated PR from the "What should I work on" GH query | León Orell Valerian Liehr | -1/+1 |
| 2025-05-18 | float: Add `f16` to `test-float-parse` | Trevor Gross | -5/+33 |
| 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 | -66/+15 |
| 2025-05-18 | Rollup merge of #140490 - folkertdev:asm-parser-changes, r=Amanieu,traviscross | León Orell Valerian Liehr | -2/+2 |
| 2025-05-18 | Rollup merge of #138940 - sayantn:stabilize-avx512, r=Amanieu,traviscross | León Orell Valerian Liehr | -4/+1 |
| 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 | -29/+35 |
| 2025-05-18 | bump rustc-build-sysroot | Ralf Jung | -3/+3 |
| 2025-05-18 | Fix typos in "Libraries and Metadata" | Mahmoud Mazouz | -14/+13 |
| 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 | ci: split dist-arm-linux job | MarcoIeni | -10/+55 |
| 2025-05-18 | tools-aux ci runner: also cross-test doctests | Ralf Jung | -11/+9 |
| 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 | Rollup merge of #141139 - jieyouxu:fix-rfl, r=Urgau | León Orell Valerian Liehr | -2/+2 |
| 2025-05-18 | Rollup merge of #140966 - est31:let_chains_library, r=tgross35 | León Orell Valerian Liehr | -1/+0 |
| 2025-05-18 | Rollup merge of #140113 - Urgau:rustc-book-page-toc, r=ehuss | León Orell Valerian Liehr | -0/+190 |
| 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 | -200/+281 |
| 2025-05-18 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-05-18 | Auto merge of #141063 - dianqk:llvm-20.1.5, r=cuviper | bors | -0/+0 |
| 2025-05-17 | Auto merge of #141133 - matthiaskrgr:rollup-u8ndxyz, r=matthiaskrgr | bors | -180/+165 |