about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-21Merge pull request #4336 from rust-lang/rustup-2025-05-21Ralf Jung-2091/+4142
2025-05-21Auto merge of #141320 - matthiaskrgr:rollup-ag3vf3a, r=matthiaskrgrbors-82/+507
2025-05-21test direct usage of io::{stdout,stderr,stdin}Ralf Jung-17/+25
2025-05-21Add ReentrantLock::data_ptrJonas Platte-0/+11
2025-05-21Add more docs to new data_ptr methodsJonas Platte-0/+10
2025-05-21Add data_ptr method to Mutex and RwLockJonas Platte-0/+12
2025-05-21Rollup merge of #141316 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2025-05-21Rollup merge of #141308 - spastorino:fix-rpitit-error-reporting-ice, r=nnethe...Matthias Krüger-11/+35
2025-05-21Rollup merge of #141222 - mathisbot:ptr_trycastaligned, r=tgross35Matthias Krüger-0/+85
2025-05-21Rollup merge of #141078 - marcoieni:split-dist-arm-linux, r=KobzolMatthias Krüger-10/+55
2025-05-21Rollup merge of #141042 - marcoieni:split-dist-powerpc64le-linux, r=KobzolMatthias Krüger-13/+63
2025-05-21Rollup merge of #140981 - est31:guard_let_chains_tests, r=petrochenkovMatthias Krüger-48/+269
2025-05-21Apply suggestions from code reviewJosh Triplett-5/+5
2025-05-21Merge from rustcThe Miri Cronjob Bot-2090/+4141
2025-05-21Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-05-21add missing PATHonur-ozkan-0/+3
2025-05-21Auto merge of #127721 - bvanjoi:issue-124273, r=petrochenkovbors-32/+357
2025-05-20typeck: catch `continue`s pointing to blocksdianne-29/+113
2025-05-21Update booksrustbot-0/+0
2025-05-20Auto merge of #141305 - matthiaskrgr:rollup-l6nwaht, r=matthiaskrgrbors-995/+1064
2025-05-20Fixes `manual_slice_size_computation` ICE and triggers in `const` context (#1...Timo-14/+81
2025-05-20Various macro fixes for loop lints (#14631)Timo-8/+93
2025-05-20Rename `cfg_match!` to `cfg_select!`Trevor Gross-1/+1
2025-05-20Rename `cfg_match!` to `cfg_select!`Trevor Gross-60/+60
2025-05-20Add From<TryLockError> for io::ErrorChristopher Berner-0/+16
2025-05-20Remove unnecessary handling of ERROR_IO_PENDINGChristopher Berner-8/+24
2025-05-20Implement `ptr::try_cast_aligned` and `NonNull::try_cast_aligned`.Mathis Bottinelli-0/+85
2025-05-20Do not call name() on rpitit assoc_itemSantiago Pastorino-11/+35
2025-05-20Auto merge of #140757 - dpaoliello:llvm20, r=Kobzolbors-2/+2
2025-05-20Rollup merge of #141303 - Urgau:pagetoc-fix-color, r=ehussMatthias Krüger-1/+1
2025-05-20Rollup merge of #141294 - lolbinarycat:triagebot-js-ping, r=aDotInTheVoidMatthias Krüger-0/+1
2025-05-20Rollup merge of #141291 - ComputerDruid:patch-1, r=workingjubileeMatthias Krüger-1/+3
2025-05-20Rollup merge of #141289 - compiler-errors:more-self, r=jhprattMatthias Krüger-5/+5
2025-05-20Rollup merge of #141288 - yotamofek:pr/rustdoc/nuke-bufdisplay, r=GuillaumeGomezMatthias Krüger-55/+39
2025-05-20Rollup merge of #141282 - DJMcNab:core-float-math-math, r=tgross35Matthias Krüger-933/+990
2025-05-20Rollup merge of #140972 - Stypox:machine-tracing-flag, r=RalfJungMatthias Krüger-0/+25
2025-05-21Rename `MetaItemParser::path_without_args` as `MetaItemParser::path`.Nicholas Nethercote-13/+13
2025-05-21Remove `MetaItemParser::{path,deconstruct}`.Nicholas Nethercote-15/+7
2025-05-21Remove `MetaItemParser::{word,word_without_args,path_is}`.Nicholas Nethercote-23/+0
2025-05-21Remove an unnecessary lifetime.Nicholas Nethercote-1/+1
2025-05-20Fix pagetoc inactive color in rustc bookUrgau-1/+1
2025-05-21collect doc alias as tips during resolutionbohan-32/+357
2025-05-20use a tuple to return the condition codeFolkert de Vries-101/+48
2025-05-20`CommandExt::chroot`: Add tracking issueJosh Triplett-1/+1
2025-05-20`CommandExt::chroot`: Document difference to underlying `chroot`Josh Triplett-3/+5
2025-05-20Add `std::os::unix::process::CommandExt::chroot` to safely chroot a child pro...Josh Triplett-0/+45
2025-05-20Auto merge of #141292 - matthiaskrgr:rollup-9nhhk7k, r=matthiaskrgrbors-303/+279
2025-05-20`core_float_math`: Move functions to `math` folderDaniel McNab-933/+990
2025-05-20Merge pull request #2400 from smanilov/patch-13Boxy-1/+2
2025-05-20Add enter_trace_span!() that checks if tracing is enabledStypox-0/+19