about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-21test direct usage of io::{stdout,stderr,stdin}Ralf Jung-17/+25
2025-05-20Merge pull request #4335 from RalfJung/rustupRalf Jung-1727/+2205
2025-05-20Merge from rustcRalf Jung-1726/+2204
2025-05-20`core_float_math`: Move functions to `math` folderDaniel McNab-933/+990
2025-05-20Preparing for merge from rustcRalf Jung-1/+1
2025-05-20Auto merge of #141270 - Zalathar:rollup-jd1y1f6, r=Zalatharbors-56/+2
2025-05-20Rollup merge of #141262 - Noratrieb:Noratrieb-patch-4, r=NoratriebStuart Cook-3/+0
2025-05-20Rollup merge of #141261 - RalfJung:current_dll_path, r=NoratriebStuart Cook-1/+1
2025-05-20Rollup merge of #141259 - rustbot:docs-update, r=ehussStuart Cook-0/+0
2025-05-20Rollup merge of #141257 - Shourya742:2025-05-19-trim-cache-module, r=onur-ozkanStuart Cook-50/+0
2025-05-20Rollup merge of #141211 - fluiderson:dev, r=thomccStuart Cook-2/+1
2025-05-19Auto merge of #138023 - melrief:97227_impl_Seek_for_Take, r=tgross35bors-1/+173
2025-05-19Properly remove Noratrieb from review rotation nora-3/+0
2025-05-19current_dll_path: fix mistake in assertion messageRalf Jung-1/+1
2025-05-19Update booksrustbot-0/+0
2025-05-19trim cache module in utilsbit-aloo-50/+0
2025-05-19Auto merge of #141255 - matthiaskrgr:rollup-ravsgen, r=matthiaskrgrbors-56/+182
2025-05-19Rollup merge of #141253 - azhogin:azhogin/async-drop-feature-inconsistency-wa...Matthias Krüger-1/+55
2025-05-19Rollup merge of #141249 - fee1-dead-contrib:push-mwxxsvrsotvs, r=oli-obkMatthias Krüger-49/+73
2025-05-19Rollup merge of #141248 - RalfJung:reentrant-lock-race, r=joboetMatthias Krüger-2/+26
2025-05-19Rollup merge of #141247 - onur-ozkan:141246, r=albertlarsan68Matthias Krüger-3/+17
2025-05-19Rollup merge of #141244 - RalfJung:GetUserProfileDirectoryW, r=ChrisDentonMatthias Krüger-0/+2
2025-05-19Rollup merge of #131200 - ismailarilik:handle-potential-query-instability-lin...Matthias Krüger-1/+9
2025-05-19Add `std::io::Seek` instance for `std::io::Take`Mario Pastorelli-1/+173
2025-05-19Merge pull request #4334 from RalfJung/GetUserProfileDirectoryW-issueRalf Jung-2/+2
2025-05-19GetUserProfileDirectoryW: reference issue regarding implementation details we...Ralf Jung-2/+2
2025-05-19windows: document that we rely on an undocumented property of GetUserProfileD...Ralf Jung-0/+2
2025-05-19Warning added when dependency crate has async drop types, and the feature is ...Andrew Zhogin-1/+55
2025-05-19Merge pull request #4333 from RalfJung/mips-testsRalf Jung-22/+30
2025-05-19run tests on mips-unknown-linux-gnuRalf Jung-22/+30
2025-05-19add this to Miri's trophy caseRalf Jung-0/+1
2025-05-19fix data race in ReentrantLock fallback for targets without 64bit atomicsRalf Jung-2/+25
2025-05-19introduce common macro for `MutVisitor` and `Visitor` to dedup codeDeadbeef-49/+73
2025-05-19Auto merge of #141243 - Zalathar:rollup-x5xt80l, r=Zalatharbors-540/+563
2025-05-19skip compiler tools sanity checks on certain commandsonur-ozkan-3/+17
2025-05-19Rollup merge of #141242 - folkertdev:aarch64-asm-parse-errors, r=AmanieuStuart Cook-470/+7
2025-05-19Rollup merge of #141239 - RalfJung:dladdr-fname, r=NoratriebStuart Cook-7/+5
2025-05-19Rollup merge of #141225 - matthiaskrgr:crashes_may2015, r=compiler-errorsStuart Cook-0/+396
2025-05-19Rollup merge of #141117 - klensy:opt-dist-icf, r=KobzolStuart Cook-1/+1
2025-05-19Rollup merge of #140847 - Zalathar:unused-local-file, r=SparrowLiiStuart Cook-62/+154
2025-05-19Auto merge of #140754 - dpaoliello:cygwinpath, r=marcoienibors-3/+3
2025-05-19in aarch64 asm parse error tests, only test cases specific to that targetFolkert de Vries-470/+7
2025-05-19Merge pull request #4329 from RalfJung/no-castsRalf Jung-68/+83
2025-05-19add to_u64() helper method and use it where appropriateRalf Jung-26/+37
2025-05-19enable clippy::as_conversions to fully rule out as-castsRalf Jung-57/+61
2025-05-19dladdr cannot leave dli_fname to be nullRalf Jung-7/+5
2025-05-19Merge pull request #4331 from rust-lang/rustup-2025-05-19Ralf Jung-879/+2195
2025-05-19Auto merge of #141238 - Zalathar:rollup-zdqpazo, r=Zalatharbors-138/+292
2025-05-19Merge from rustcThe Miri Cronjob Bot-878/+2194
2025-05-19`gather_locals`: only visit guard pattern guards when checking the guarddianne-1/+21