about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2020-10-06Auto merge of #77386 - joshtriplett:static-glibc, r=petrochenkovbors-23/+3
2020-10-06Use futex-based thread-parker for Wasm32.Mara Bos-1/+24
2020-10-06Rollup merge of #77528 - tamird:avoid-cast-net-parser, r=dtolnayYuki Okushi-36/+48
2020-10-06Rollup merge of #76388 - poliorcetics:system-time-document-panic, r=KodrAusYuki Okushi-0/+10
2020-10-04Update libc to 0.2.79Josh Triplett-23/+3
2020-10-05Rollup merge of #77426 - tamird:sockaddr-scope-id, r=dtolnayDylan DPC-3/+19
2020-10-04Inline "eof" methodsTamir Duberstein-13/+2
2020-10-04Avoid unchecked casts in net parserTamir Duberstein-23/+46
2020-10-04Rollup merge of #77072 - sharnoff:hash-docs, r=LukasKalbertodtJonas Schievink-20/+20
2020-10-04Include scope id in SocketAddrV6::DisplayTamir Duberstein-3/+19
2020-10-04Auto merge of #77380 - fusion-engineering-forks:unbox-the-mutex, r=dtolnaybors-83/+121
2020-10-03Rollup merge of #77264 - fusion-engineering-forks:skip-local-stdio, r=dtolnayJonas Schievink-23/+61
2020-10-03Rollup merge of #77182 - GuillaumeGomez:missing-examples-fd-traits, r=pickfireJonas Schievink-0/+40
2020-10-03Rollup merge of #75377 - canova:map_debug_impl, r=dtolnayJonas Schievink-8/+4
2020-10-02Rollup merge of #77432 - tmiasko:posix-spawn-musl, r=cuviperJonas Schievink-6/+8
2020-10-02Use posix_spawn() on unix if program is a pathAlexander Mols-1/+7
2020-10-02Simplify fd examplesGuillaume Gomez-19/+16
2020-10-02Auto merge of #77029 - ehuss:command-access, r=dtolnaybors-8/+303
2020-10-02Disable condvar::two_mutexes test on non-unix platforms.Mara Bos-1/+1
2020-10-02No longer put windows condvars in a box.Mara Bos-1/+1
2020-10-02No longer put wasm condvars in a box.Mara Bos-1/+1
2020-10-02No longer put condvars on the 'unsupported' platform in a box.Mara Bos-1/+1
2020-10-02No longer put cloudabi condvars in a box.Mara Bos-1/+1
2020-10-02Make it possible to have unboxed condvars on specific platforms.Mara Bos-2/+18
2020-10-02No longer put windows mutexes in a box.Mara Bos-1/+4
2020-10-02No longer put wasm mutexes in a box.Mara Bos-1/+1
2020-10-02No longer put mutexes on the 'unsupported' platform in a box.Mara Bos-1/+1
2020-10-02No longer put cloudabi mutexes in a box.Mara Bos-1/+1
2020-10-02Make it possible to have unboxed mutexes on specific platforms.Mara Bos-9/+51
2020-10-02Move boxing and mutex checking logic of condvar into sys_common.Mara Bos-78/+55
2020-10-02Rollup merge of #77429 - WaffleLapkin:doc_link_default_hasher_new, r=jyn514Yuki Okushi-4/+3
2020-10-02Rollup merge of #77362 - RReverser:patch-1, r=dtolnayYuki Okushi-1/+1
2020-10-02Rollup merge of #77147 - fusion-engineering-forks:static-mutex, r=dtolnayYuki Okushi-121/+100
2020-10-02Rollup merge of #76979 - fusion-engineering-forks:windows-fallback-check, r=d...Yuki Okushi-45/+53
2020-10-02Link `new` method in `DefautHasher`s docWaffle-4/+3
2020-10-01Auto merge of #76969 - withoutboats:rawfd-refexive-traits, r=dtolnaybors-0/+57
2020-10-01Work around potential merging/duplication issues in sys/windows/compat.Mara Bos-3/+19
2020-10-01Formatting.Mara Bos-5/+1
2020-10-01Use AcquireSRWLockExclusive::is_available() instead of an extra lookup.Mara Bos-17/+6
2020-10-01Improve std::sys::windows::compat.Mara Bos-28/+35
2020-10-01Auto merge of #76919 - fusion-engineering-forks:thread-parker, r=dtolnaybors-112/+276
2020-10-01Rollup merge of #77315 - exrook:rename-allocerror, r=joshtriplettDylan DPC-12/+12
2020-10-01Use posix_spawn on musl targetsTomasz Miąsko-6/+8
2020-09-30Rollup merge of #77328 - hyd-dev:assert-to-rtassert, r=AmanieuJonas Schievink-1/+1
2020-09-30Fix is_absolute on WASIIngvar Stepanyan-1/+1
2020-09-30Auto merge of #77292 - lzutao:std_asm, r=Amanieubors-16/+24
2020-09-29Use `rtassert!` instead of `assert!` from the child process after fork() in s...hyd-dev-1/+1
2020-09-28Rename AllocErr to AllocErrorJacob Hughes-12/+12
2020-09-28Rollup merge of #77288 - RalfJung:miri-macos, r=AmanieuRalf Jung-49/+50
2020-09-28Rollup merge of #77170 - ecstatic-morse:const-fn-ptr, r=oli-obkRalf Jung-0/+1