about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2021-04-28Rollup merge of #84624 - r00ster91:patch-5, r=JohnTitorYuki Okushi-1/+1
2021-04-28Add a paragraph with possible alternatives on older editionsest31-0/+42
2021-04-27Make sentence in env::args_os' docs plain and simpler00ster-1/+1
2021-04-27Update library/std/src/sys/unix/thread.rsAlik Aslanyan-1/+1
2021-04-27Rollup merge of #84521 - CDirkx:hermit-dedup, r=Mark-SimulacrumDylan DPC-92/+3
2021-04-27Override `clone_from` method for PathBuf and OsStringBenoƮt du Garreau-3/+39
2021-04-26Rollup merge of #84551 - r00ster91:patch-4, r=yaahcMara Bos-8/+16
2021-04-26Point out that behavior might be switched on 2015 and 2018 editions too one dayest31-2/+4
2021-04-26Implement setting thread name for FuchsiaAlik Aslanyan-4/+30
2021-04-25Rollup merge of #84541 - KaiJewson:inline-raw, r=m-ou-seDylan DPC-0/+76
2021-04-25Change wordingr00ster-2/+2
2021-04-25Unify the docs of std::env::{args_os, args} morer00ster-8/+16
2021-04-25Auto merge of #84216 - RalfJung:black-box, r=Mark-Simulacrumbors-0/+1
2021-04-25move core::hint::black_box under its own feature gateRalf Jung-0/+1
2021-04-25Auto merge of #84147 - cuviper:array-method-dispatch, r=nikomatsakis,m-ou-sebors-20/+57
2021-04-25Inline most raw socket, fd and handle conversionsKaiJewson-0/+76
2021-04-24Ignore array IntoIterator tests in bootstrapJosh Stone-2/+4
2021-04-25Auto merge of #84115 - CDirkx:rt, r=m-ou-sebors-262/+175
2021-04-25Rollup merge of #84179 - CDirkx:dont_send_sync, r=m-ou-seYuki Okushi-27/+30
2021-04-24Reuse `unix::path` and `unsupported::{io, thread_local_key}` on `hermit`Christiaan Dirkx-92/+3
2021-04-24Rollup merge of #84387 - CDirkx:poison, r=m-ou-seYuki Okushi-14/+15
2021-04-23Explicitly implement `!Send` and `!Sync` for `sys::{Args, Env}`Christiaan Dirkx-27/+30
2021-04-22Rollup merge of #84413 - CDirkx:args_inner_debug, r=m-ou-seDylan DPC-32/+27
2021-04-22Rollup merge of #84402 - CDirkx:rwlock, r=dtolnayDylan DPC-60/+53
2021-04-22Remove `Once` from `init`Christiaan Dirkx-6/+10
2021-04-22Document that `init` and `cleanup` are not guaranteed to runChristiaan Dirkx-2/+13
2021-04-22Apply suggestions from reviewChristiaan Dirkx-9/+12
2021-04-22Move most init to `sys::init`Christiaan Dirkx-57/+31
2021-04-22Remove `sys::args::Args::inner_debug` and use `Debug` insteadChristiaan Dirkx-32/+27
2021-04-22Move all cleanup to `sys::cleanup`Christiaan Dirkx-24/+7
2021-04-22Rework `at_exit` to `cleanup`Christiaan Dirkx-196/+134
2021-04-22Move `sys_common::poison` to `sync::poison`Christiaan Dirkx-14/+15
2021-04-21Ensure TLS destructors run before thread joins in SGXMohsen Zohrevandi-11/+119
2021-04-21Rollup merge of #84212 - CDirkx:void, r=m-ou-seMara Bos-252/+238
2021-04-21Rollup merge of #84119 - CDirkx:vxworks, r=m-ou-seMara Bos-222/+88
2021-04-21Rollup merge of #84013 - CDirkx:fmt, r=m-ou-seMara Bos-29/+29
2021-04-21Move `sys_common::rwlock::StaticRWLock` etc. to `sys::unix::rwlock`Christiaan Dirkx-60/+53
2021-04-21Apply suggestions from code reviewChristiaan Dirkx-2/+4
2021-04-21Replace all `fmt.pad` with `debug_struct`Christiaan Dirkx-29/+29
2021-04-20Change uses of never typeChristiaan Dirkx-196/+198
2021-04-20Replace `Void` with never typeChristiaan Dirkx-60/+44
2021-04-19Rollup merge of #84291 - RalfJung:thread-local-const-init, r=alexcrichtonDylan DPC-1/+1
2021-04-19Rollup merge of #84256 - tspiteri:pretty-minus-zero, r=workingjubileeDylan DPC-4/+4
2021-04-19Fix `vxworks` compilation errorsChristiaan Dirkx-10/+23
2021-04-19Move `sys::vxworks` code to `sys::unix`Christiaan Dirkx-213/+64
2021-04-19Stablize {HashMap,BTreeMap}::into_{keys,values}Folyd-18/+12
2021-04-19Update library/std/src/primitive_docs.rsTrevor Spiteri-2/+2
2021-04-18Auto merge of #78880 - CDirkx:not_supported, r=joshtriplettbors-54/+77
2021-04-18fix aliasing violations in thread_local_const_initRalf Jung-1/+1
2021-04-18Bump to 1.53.0CDirkx-1/+1