about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2020-10-22Only load LOCAL_STREAMS if they are being usedSergio Benitez-0/+5
2020-10-22Capture output from threads spawned in testsTyler Mandry-10/+40
2020-10-21Duration::zero() -> Duration::ZEROJubilee Young-3/+3
2020-10-21Dogfood Duration API in std::time testsJubilee Young-16/+17
2020-10-21switch allow_internal_unstable const fns to rustc_allow_const_fn_unstableFlorian Warzecha-1/+3
2020-10-21Make it platform-specific whether `hard_link` follows symlinks.Dan Gohman-2/+3
2020-10-20Rollup merge of #77923 - wcampbell0x2a:cleanup-net-module, r=scottmcmYuki Okushi-8/+2
2020-10-20Rollup merge of #77838 - RalfJung:const-fn, r=kennytmYuki Okushi-3/+18
2020-10-20Check that pthread mutex initialization succeededTomasz Miąsko-22/+27
2020-10-19Throw core::panic!("message") as &str instead of String.Mara Bos-1/+18
2020-10-19Revert "[net] clippy: needless_update"wcampbell-0/+1
2020-10-19Add cfg(not(test)) to std_panic_macro rustc_diagnostic_item.Mara Bos-1/+1
2020-10-18Add missing punctuationpierwill-1/+1
2020-10-18Add cfg(not(bootstrap)) on the new rustc_diagnostic_item attributes.Mara Bos-1/+1
2020-10-18Mark the panic macros as diagnostic items.Mara Bos-0/+1
2020-10-18Stabilize or_insert_with_keyChai T. Rex-2/+1
2020-10-18Remove redundant 'static from library cratesest31-9/+9
2020-10-18Use `link` on platforms which lack `linkat`.Dan Gohman-4/+14
2020-10-18Fix a typo in a comment.Dan Gohman-1/+1
2020-10-18Rename panic_box to panic_any.Mara Bos-5/+5
2020-10-18Add std::panic::panic_box.Mara Bos-0/+14
2020-10-18`#[deny(unsafe_op_in_unsafe_fn)]` in sys/cloudabichansuke-64/+75
2020-10-18Auto merge of #74480 - yoshuawuyts:hardware_threads, r=dtolnaybors-0/+163
2020-10-17Fix cannot find type `ucred` for MacOs by using fake definitionsLinkTed-1/+1
2020-10-17Auto merge of #77455 - asm89:faster-spawn, r=kennytmbors-1/+7
2020-10-16Add std::thread::available_concurrencyYoshua Wuyts-0/+163
2020-10-17Rollup merge of #77971 - jyn514:broken-intra-doc-links, r=mark-simulacrumYuki Okushi-1/+2
2020-10-17Rollup merge of #77900 - Thomasdezeeuw:fdatasync, r=dtolnayYuki Okushi-2/+16
2020-10-17Rollup merge of #77547 - RalfJung:stable-union-drop, r=matthewjasperYuki Okushi-1/+1
2020-10-16Define `fs::hard_link` to not follow symlinks.Dan Gohman-3/+60
2020-10-16stop relying on feature(untagged_unions) in stdlibRalf Jung-1/+1
2020-10-16Take some of sys/vxworks/process/* from sys/unix instead.Mara Bos-407/+77
2020-10-16Take sys/vxworks/{os,path,pipe} from sys/unix instead.Mara Bos-446/+33
2020-10-16Take sys/vxworks/{fd,fs,io} from sys/unix instead.Mara Bos-909/+81
2020-10-16Take sys/vxworks/cmath from sys/unix instead.Mara Bos-32/+1
2020-10-16Take sys/vxworks/args from sys/unix instead.Mara Bos-96/+3
2020-10-16Take sys/vxworks/memchar from sys/unix instead.Mara Bos-21/+1
2020-10-16Take sys/vxworks/net from sys/unix instead.Mara Bos-360/+9
2020-10-16Take sys/vxworks/ext/* from sys/unix instead.Mara Bos-1321/+1
2020-10-16Add weak macro to vxworks.Mara Bos-0/+4
2020-10-16Take sys/vxworks/alloc from sys/unix instead.Mara Bos-49/+1
2020-10-16Take sys/vxworks/thread_local_key from sys/unix instead.Mara Bos-34/+1
2020-10-16Take sys/vxworks/stdio from sys/unix instead.Mara Bos-69/+1
2020-10-16Take sys/vxworks/thread from sys/unix instead.Mara Bos-158/+7
2020-10-16Take sys/vxworks/stack_overflow from sys/unix instead.Mara Bos-39/+2
2020-10-16Take sys/vxworks/time from sys/unix instead.Mara Bos-197/+1
2020-10-16Take sys/vxworks/rwlock from sys/unix instead.Mara Bos-114/+1
2020-10-16Take sys/vxworks/condvar from sys/unix instead.Mara Bos-91/+1
2020-10-16Take sys/vxworks/mutex from sys/unix instead.Mara Bos-133/+1
2020-10-15Deny broken intra-doc links in linkcheckerJoshua Nelson-1/+2