about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2025-10-01Rollup merge of #147213 - ivmarkov:fix-hostname-espidf, r=joboetStuart Cook-1/+1
2025-10-01Fix broken STD build for ESP-IDFivmarkov-1/+1
2025-10-01Auto merge of #147198 - matthiaskrgr:rollup-b0ryvvu, r=matthiaskrgrbors-3/+25
2025-09-30Add fast-path for accessing the current thread idJosh Simmons-3/+25
2025-09-30Rollup merge of #142506 - clarfonthey:path-trailing-sep, r=joboetMatthias Krüger-3/+184
2025-09-29Rollup merge of #146937 - joboet:gethostname, r=Mark-SimulacrumMatthias Krüger-78/+224
2025-09-29std: implement `hostname`joboet-1/+140
2025-09-29Auto merge of #147090 - Noratrieb:immediate-abort-stack-overflow, r=joboetbors-2/+13
2025-09-28Rollup merge of #140482 - devnexen:tcp_deferaccept_toduration, r=joboetMatthias Krüger-17/+27
2025-09-28Rollup merge of #147110 - SebastianSpeitel:patch-1, r=saethlinMatthias Krüger-1/+1
2025-09-28Rollup merge of #147093 - jackpot51:redox-path, r=bjorn3Matthias Krüger-1/+1
2025-09-28Rollup merge of #146788 - sysrex:146756/discord_invite, r=workingjubileeMatthias Krüger-2/+2
2025-09-28Fix typoSebastian Speitel-1/+1
2025-09-27fix build for androidDavid Carlier-0/+1
2025-09-27redox: switch to colon as path separatorJeremy Soller-1/+1
2025-09-27Skip stack overflow handler for panic=immediate-abortNoratrieb-2/+13
2025-09-27Remove `cfg(bootstrap)` for `doc_cfg` feature following #141925Guillaume Gomez-6/+1
2025-09-27Fix autodiff feature activationGuillaume Gomez-1/+0
2025-09-27fmtGuillaume Gomez-5/+1
2025-09-27Remove `doc_cfg_hide` featureGuillaume Gomez-1/+2
2025-09-27Strenghten checks for `doc(auto_cfg(show/hide))` attributesGuillaume Gomez-7/+1
2025-09-27Implement RFC 3631Guillaume Gomez-1/+15
2025-09-27Auto merge of #146636 - Mark-Simulacrum:bootstrap-bump, r=jieyouxubors-15/+15
2025-09-26Update CURRENT_RUSTC_VERSION post-bumpMark Rousskov-15/+15
2025-09-26std::net: update tcp deferaccept delay type to Duration.David Carlier-17/+26
2025-09-26Rollup merge of #145113 - petrochenkov:lessfinalize, r=lcnrMatthias Krüger-1/+1
2025-09-26Rollup merge of #147049 - vexide:vex-std, r=workingjubileeMatthias Krüger-1/+1
2025-09-25std: fix warning in VEXos stdio moduleTropical-1/+1
2025-09-25resolve: Do not finalize shadowed bindingsVadim Petrochenkov-1/+1
2025-09-25Auto merge of #147019 - Zalathar:rollup-boxzbmo, r=Zalatharbors-2/+982
2025-09-25Rollup merge of #147007 - LawnGnome:tosocketaddrs-doc, r=tgross35Stuart Cook-0/+2
2025-09-25Rollup merge of #146735 - Qelxiros:const_mul_add, r=tgross35,RalfJungStuart Cook-2/+5
2025-09-25Rollup merge of #145973 - vexide:vex-std, r=tgross35Stuart Cook-0/+975
2025-09-25Auto merge of #147003 - matthiaskrgr:rollup-b5z9uiz, r=matthiaskrgrbors-23/+27
2025-09-24Explicitly note `&[SocketAddr]` impl of `ToSocketAddrs`.Adam Harvey-0/+2
2025-09-24Rollup merge of #146958 - el-ev:fix_path_string_eq_recurse, r=joboetMatthias Krüger-6/+6
2025-09-24Repro duration_since regression from issue 146228Stepan Koltsov-17/+21
2025-09-24unstably constify float mul_add methodsJeremy Smart-2/+5
2025-09-24Rollup merge of #146964 - Ayush1325:close-protocol, r=joboetMatthias Krüger-0/+4
2025-09-24std: add support for armv7a-vex-v5 targetTropical-0/+975
2025-09-24Fix infinite recursion in Path::eq with StringIris Shi-6/+6
2025-09-24chore: remove discord references from the std library as wellsysrex-2/+2
2025-09-24library: std: sys: pal: uefi: Add some commentsAyush Singh-0/+4
2025-09-23Rollup merge of #146904 - peter-lyons-kehl:140368_data_ptr_const_fn, r=AmanieuMatthias Krüger-5/+5
2025-09-23Rollup merge of #146632 - ctz:jbp-adaptor-spelling, r=petrochenkovMatthias Krüger-1/+1
2025-09-23std: move WinSock abstractions to `sys::pal`joboet-77/+84
2025-09-23Auto merge of #146317 - saethlin:panic=immediate-abort, r=nnethercotebors-17/+15
2025-09-22Mutex/RwLock/ReentrantLock::data_ptr to be const fnPeter Lyons Kehl-5/+5
2025-09-22Auto merge of #146683 - clarfonthey:safe-intrinsics, r=RalfJung,Amanieubors-32/+32
2025-09-21Mark float intrinsics with no preconditions as safeltdk-32/+32