| Age | Commit message (Expand) | Author | Lines |
| 2025-05-20 | Rollup merge of #141289 - compiler-errors:more-self, r=jhpratt | Matthias Krüger | -5/+5 |
| 2025-05-20 | Rollup merge of #141288 - yotamofek:pr/rustdoc/nuke-bufdisplay, r=GuillaumeGomez | Matthias Krüger | -55/+39 |
| 2025-05-20 | Rollup merge of #141282 - DJMcNab:core-float-math-math, r=tgross35 | Matthias Krüger | -933/+990 |
| 2025-05-20 | Rollup merge of #140972 - Stypox:machine-tracing-flag, r=RalfJung | Matthias Krüger | -0/+25 |
| 2025-05-20 | `core_float_math`: Move functions to `math` folder | Daniel McNab | -933/+990 |
| 2025-05-20 | Add enter_trace_span!() that checks if tracing is enabled | Stypox | -0/+19 |
| 2025-05-20 | use Self alias in self types rather than manually substituting it | Michael Goulet | -5/+5 |
| 2025-05-20 | Get rid of unnecessary `BufDisplay` abstraction | Yotam Ofek | -28/+6 |
| 2025-05-20 | Replace some `unwrap`s with `?`s where possible | Yotam Ofek | -2/+2 |
| 2025-05-20 | Make some fns return `fmt::Result` to get rid of a few `unwrap`s | Yotam Ofek | -27/+33 |
| 2025-05-20 | Auto merge of #140932 - onur-ozkan:llvm-tools, r=Kobzol | bors | -13/+22 |
| 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 | -25334/+43255 |
| 2025-05-20 | Bump rustc crates | Laurențiu Nicola | -22/+29 |
| 2025-05-20 | Merge from rust-lang/rust | Laurențiu Nicola | -25313/+43227 |
| 2025-05-20 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-05-20 | Auto merge of #139916 - RalfJung:intrinsic-wrappers, r=Mark-Simulacrum | bors | -353/+336 |
| 2025-05-20 | make std::intrinsic functions actually be intrinsics | Ralf Jung | -353/+336 |
| 2025-05-20 | Auto merge of #141270 - Zalathar:rollup-jd1y1f6, r=Zalathar | bors | -56/+2 |
| 2025-05-20 | Rollup merge of #141262 - Noratrieb:Noratrieb-patch-4, r=Noratrieb | Stuart Cook | -3/+0 |
| 2025-05-20 | Rollup merge of #141261 - RalfJung:current_dll_path, r=Noratrieb | Stuart Cook | -1/+1 |
| 2025-05-20 | Rollup merge of #141259 - rustbot:docs-update, r=ehuss | Stuart Cook | -0/+0 |
| 2025-05-20 | Rollup merge of #141257 - Shourya742:2025-05-19-trim-cache-module, r=onur-ozkan | Stuart Cook | -50/+0 |
| 2025-05-20 | Rollup merge of #141211 - fluiderson:dev, r=thomcc | Stuart Cook | -2/+1 |
| 2025-05-19 | Auto merge of #138023 - melrief:97227_impl_Seek_for_Take, r=tgross35 | bors | -1/+173 |
| 2025-05-19 | Properly remove Noratrieb from review rotation | nora | -3/+0 |
| 2025-05-19 | current_dll_path: fix mistake in assertion message | Ralf Jung | -1/+1 |
| 2025-05-19 | Update books | rustbot | -0/+0 |
| 2025-05-19 | trim cache module in utils | bit-aloo | -50/+0 |
| 2025-05-19 | Auto merge of #141255 - matthiaskrgr:rollup-ravsgen, r=matthiaskrgr | bors | -56/+182 |
| 2025-05-19 | Rollup merge of #141253 - azhogin:azhogin/async-drop-feature-inconsistency-wa... | Matthias Krüger | -1/+55 |
| 2025-05-19 | Rollup merge of #141249 - fee1-dead-contrib:push-mwxxsvrsotvs, r=oli-obk | Matthias Krüger | -49/+73 |
| 2025-05-19 | Rollup merge of #141248 - RalfJung:reentrant-lock-race, r=joboet | Matthias Krüger | -2/+26 |
| 2025-05-19 | Rollup merge of #141247 - onur-ozkan:141246, r=albertlarsan68 | Matthias Krüger | -3/+17 |
| 2025-05-19 | Rollup merge of #141244 - RalfJung:GetUserProfileDirectoryW, r=ChrisDenton | Matthias Krüger | -0/+2 |
| 2025-05-19 | Rollup merge of #131200 - ismailarilik:handle-potential-query-instability-lin... | Matthias Krüger | -1/+9 |
| 2025-05-19 | Add `std::io::Seek` instance for `std::io::Take` | Mario Pastorelli | -1/+173 |
| 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 | 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 | 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 |