about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2022-05-05Implement [OsStr]::joinest31-0/+33
2022-05-05Remove condvar::two_mutexes test.Mara Bos-21/+0
2022-05-05Auto merge of #96649 - tbu-:pr_to_ipv4_loopback_doc, r=m-ou-sebors-1/+4
2022-05-05Rollup merge of #96619 - akiekintveld:same_mutex_check_relaxed_ordering, r=m-...Yuki Okushi-2/+8
2022-05-05Rollup merge of #96616 - akiekintveld:min_stack_relaxed_ordering, r=joshtriplettYuki Okushi-2/+2
2022-05-05Make it clear that `to_ipv4` returns an IPv4 address for the IPv6 loopbackTobias Bucher-1/+4
2022-05-04update `jemallocator` example to use 2018 edition import syntaxkraktus-2/+0
2022-05-03std::io: Modify some ReadBuf method signatures to return `&mut Self`Nick Cameron-7/+11
2022-05-03Remove hard links from `env::current_exe` security exampleMartin Geisler-30/+17
2022-05-03Round timeouts up to infinite in futex_wait on DragonFlyBSD.Mara Bos-9/+8
2022-05-03Add #[cfg] in cfg_if for linux in unix/futex.Mara Bos-3/+5
2022-05-03Don't use futexes on netbsd.Mara Bos-44/+5
2022-05-02Fix nitsPyry Kontio-2/+2
2022-05-01Add commentAustin Kiekintveld-0/+2
2022-05-01Fix formattingAustin Kiekintveld-2/+6
2022-05-01Relax memory ordering used in SameMutexCheckAustin Kiekintveld-1/+1
2022-05-01Relax memory ordering used in `min_stack`Austin Kiekintveld-2/+2
2022-05-01Auto merge of #96521 - petrochenkov:docrules, r=notriddle,GuillaumeGomezbors-0/+7
2022-05-01Auto merge of #96490 - dtolnay:writetmpbackport, r=Mark-Simulacrumbors-6/+6
2022-05-01Fix some links in the standard libraryVadim Petrochenkov-0/+7
2022-04-30add aliases for std::fs::canonicalizejulio-0/+2
2022-04-29Disable pthread thread parker on futex platforms.Mara Bos-1/+5
2022-04-29Always return false in futex_wake on {Free,DragonFly}BSD.Mara Bos-16/+13
2022-04-29Use futex-based locks and thread parker on FreeBSD.Mara Bos-4/+60
2022-04-29Use futex-based locks and thread parker on DragonFlyBSD.Mara Bos-1/+44
2022-04-29Use futex-based locks and thread parker on NetBSD.Mara Bos-24/+53
2022-04-29Use futex-based locks and thread parker on OpenBSD.Mara Bos-1/+53
2022-04-29Rollup merge of #96492 - joshtriplett:revert-std-ffi-re-export, r=yaahcDylan DPC-10/+0
2022-04-29Rollup merge of #96481 - aDotInTheVoid:hashmap-docs-monospace, r=joshtriplettDylan DPC-1/+1
2022-04-29Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-sebors-31/+119
2022-04-28Auto merge of #96393 - joboet:pthread_parker, r=thomccbors-30/+336
2022-04-28Add more diagnostic itemsSerial-0/+1
2022-04-28Yield the thread when waiting to delete a fileChris Denton-0/+3
2022-04-28std: simplify UNIX parker timeoutsjoboet-59/+21
2022-04-28Rollup merge of #96397 - AronParker:issue-96368-fix, r=dtolnayDylan DPC-1/+4
2022-04-27Revert "Re-export core::ffi types from std::ffi"Josh Triplett-10/+0
2022-04-27Make [e]println macros eagerly drop temporaries (for backport)David Tolnay-6/+6
2022-04-27HashMap doc: Don't use monospace font for 'Entry Api'Nixon Enraght-Moony-1/+1
2022-04-27Note the importance of using sync pipesChris Denton-1/+19
2022-04-27Add tracking issue number for mutex_unpoisonThayne McCombs-2/+2
2022-04-27Auto merge of #96195 - sunfishcode:sunfishcode/handle-or-error-type, r=joshtr...bors-8/+44
2022-04-26Windows: Make stdin pipes synchronousChris Denton-31/+85
2022-04-26Add `set_inheritable` for Windows `Handle`sChris Denton-0/+16
2022-04-26Add functions to un-poison Mutex and RwLockThayne McCombs-0/+73
2022-04-26Retry deleting a directoryChris Denton-2/+15
2022-04-25Remove references to git.ioEric Huss-1/+2
2022-04-26Windows: Iterative `remove_dir_all`Chris Denton-77/+67
2022-04-25Make EncodeWide implement FusedIteratorAron Parker-1/+4
2022-04-25std: directly use pthread in UNIX parker implementationjoboet-28/+372
2022-04-25Auto merge of #95246 - ChrisDenton:command-args, r=joshtriplettbors-91/+212