about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2025-03-04Fix test hangs on AIXHenry Jiang-4/+19
2025-03-04Fix some typosfuyangpengqi-1/+1
2025-03-04exit: document interaction with CRalf Jung-4/+32
2025-03-02Rollup merge of #137873 - tgross35:disable-f16-without-neon, r=workingjubileeMatthias Krüger-0/+7
2025-03-02Rollup merge of #137375 - steffahn:clarify-read_line-comment, r=Mark-SimulacrumMatthias Krüger-1/+1
2025-03-03uefi: helpers: Add DevicePathNode abstractionsAyush Singh-0/+179
2025-03-02doc: clarify that consume can be called after BufReader::peekbinarycat-1/+5
2025-03-01Disable `f16` on Aarch64 without `neon`Trevor Gross-0/+7
2025-03-01docs(std): mention LazyLock in const/static HashMap constructionKarol Zwolak-7/+19
2025-03-01Update `compiler-builtins` to 0.1.150Trevor Gross-1/+1
2025-03-02uefi: Add Service Binding Protocol abstractionAyush Singh-1/+60
2025-03-01Rollup merge of #137809 - Noratrieb:io-error-casing, r=thomccMatthias Krüger-72/+72
2025-02-28Fix logic error in Buffer::read_more()Will Woods-2/+2
2025-02-28Tweak BufReader::peek() doctest to expose bug in Buffer::read_more()Will Woods-3/+3
2025-02-28Specialize constructing OsString from stringsThalia Archibald-1/+24
2025-02-28Specialize OsString::push for stringsThalia Archibald-1/+34
2025-02-28Use correct error message casing for `io::const_error`sNoratrieb-72/+72
2025-02-28Rollup merge of #137673 - ChrisDenton:search-path-bug, r=dtolnay许杰友 Jieyou Xu (Joe)-1/+2
2025-02-27Override default Write methods for cursor-like typesThalia Archibald-14/+143
2025-02-27Inline VecDeque<u8> and BorrowedCursor methodsThalia Archibald-0/+3
2025-02-27Rollup merge of #137480 - fuzzypixelz:fix/124466, r=workingjubileeMatthias Krüger-1/+10
2025-02-26Rollup merge of #137620 - SergioGasquez:fix/espidf-maybeunit, r=ChrisDentonLeón Orell Valerian Liehr-1/+1
2025-02-26Fix Windows `Command` search path bugChris Denton-1/+2
2025-02-26Enable `f16` for LoongArchWANG Rui-1/+0
2025-02-26Rollup merge of #137311 - martn3:enable-f16-mips, r=tgross35León Orell Valerian Liehr-1/+0
2025-02-26Rollup merge of #137154 - thaliaarchi:wtf8-fast-paths, r=ChrisDentonLeón Orell Valerian Liehr-3/+27
2025-02-25fix: attr cast for espidfSergio Gasquez-1/+1
2025-02-25Rollup merge of #137515 - tgross35:update-builtins, r=tgross35León Orell Valerian Liehr-1/+1
2025-02-25Use `.expect(..)` insteadMahmoud Mazouz-5/+10
2025-02-25Auto merge of #137571 - tgross35:rollup-i1tcnv1, r=tgross35bors-17/+19
2025-02-25fix doc path in std::fmt macroTapan Prakash-4/+4
2025-02-24Rollup merge of #137543 - petrochenkov:wintest, r=ChrisDentonMichael Goulet-0/+4
2025-02-24Rollup merge of #137321 - aviraxp:patch-1, r=cuviperMichael Goulet-1/+3
2025-02-24Rollup merge of #137349 - thaliaarchi:io-optional-methods/zkvm, r=NoratriebTrevor Gross-1/+9
2025-02-24Rollup merge of #134655 - GrigorenkoPV:hash_extract_if, r=cuviperTrevor Gross-16/+10
2025-02-24libstd: rustdoc: correct note on fds 0/1/2 pre-mainнаб-1/+3
2025-02-24span: add a "future" editionDavid Wood-0/+15
2025-02-24std: Fix another new symlink test on WindowsVadim Petrochenkov-0/+4
2025-02-24Remove speculation on cause of errorMahmoud Mazouz-1/+1
2025-02-24Update `compiler-builtins` to 0.1.148Trevor Gross-1/+1
2025-02-24Rollup merge of #137482 - rust9x:win-file-open-truncate, r=ChrisDentonJacob Pratt-25/+11
2025-02-23Rollup merge of #137297 - tgross35:update-builtins, r=tgross35Trevor Gross-1/+1
2025-02-23Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35Trevor Gross-4/+4
2025-02-23libstd: init(): dup() subsequent /dev/nulls instead of opening them againнаб-24/+24
2025-02-23Win: use existing wrappers for `SetFileInformationByHandle` in `File::open_na...Dennis Duda-25/+11
2025-02-23Return error on unexpected termination in `Thread::join`.Mahmoud Mazouz-1/+5
2025-02-23Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrumbors-10/+8
2025-02-23Rollup merge of #137194 - kornelski:ftls, r=tgross35Jacob Pratt-7/+25
2025-02-23Rollup merge of #136826 - xizheyin:issue-136737, r=thomccJacob Pratt-26/+45
2025-02-23[illumos] attempt to use posix_spawn to spawn processesRain-2/+17