about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2020-09-15[fuchsia] Propagate the userspace UTC clockAdam Lesinski-1/+3
2020-09-15Auto merge of #75148 - joechrisellis:master, r=Amanieubors-0/+185
2020-09-14Auto merge of #76278 - jethrogb:jb/sgx-rwlock-init-test, r=Mark-Simulacrumbors-23/+11
2020-09-14Fix peer credentials for AndroidJoe Ellis-6/+5
2020-09-14Conditionally compile peer credentials feature for supported platformsJoe Ellis-0/+18
2020-09-14Add documentation to public fields of UCred structJoe Ellis-1/+8
2020-09-14Move Unix peer credentials tests to their own fileJoe Ellis-20/+16
2020-09-14Add pid as an option to UCred structJoe Ellis-3/+5
2020-09-14Use `u32::MAX` instead of `u32::max_value`Joe Ellis-1/+1
2020-09-14Add basic test for Unix peer credentialsJoe Ellis-0/+20
2020-09-14Remove use of `MaybeUninit` in `ucred.rs`Joe Ellis-5/+3
2020-09-14Implementation of peer credentials for Unix socketsJoe Ellis-0/+145
2020-09-14Stabilize doc_alias featureGuillaume Gomez-1/+1
2020-09-13Rollup merge of #76651 - nicholasbishop:bishop-remove-windows-note, r=Mark-Si...Jonas Schievink-18/+0
2020-09-13Rollup merge of #76640 - fusion-engineering-forks:synconcecell-drop, r=matkladJonas Schievink-26/+14
2020-09-12Remove Windows details from Unix and VmWorks symlink() docstringsNicholas Bishop-18/+0
2020-09-12Auto merge of #76538 - fusion-engineering-forks:check-useless-unstable-trait-...bors-13/+9
2020-09-12Mark Once::new as #[inline].Mara Bos-0/+1
2020-09-12Auto merge of #76561 - Thomasdezeeuw:iov-constant-limits, r=Amanieubors-18/+47
2020-09-12Simplify SyncOnceCell's `take` and `drop`.Mara Bos-26/+13
2020-09-12Rollup merge of #76583 - CDirkx:os-doc, r=jonas-schievinkRalf Jung-8/+12
2020-09-12Auto merge of #74328 - yoshuawuyts:stabilize-future-readiness-fns, r=sfacklerbors-2/+1
2020-09-11Ignore unnecessary unsafe warningsThomas de Zeeuw-2/+21
2020-09-11Add `peek` and `peek_from` to `UnixStream` and `UnixDatagram`rijenkii-20/+192
2020-09-11Mark Error impl for LayoutErr as stable.Mara Bos-5/+1
2020-09-11Mark RefUnwindSafe impls for stable atomic types as stable.Mara Bos-8/+8
2020-09-11Update `std::os` module documentation.Christiaan Dirkx-8/+12
2020-09-10Use IOV_MAX and UIO_MAXIOV constants in limit vectored I/OThomas de Zeeuw-16/+26
2020-09-09Rollup merge of #76458 - mbrubeck:hash_drain_filter, r=AmanieuTyler Mandry-63/+461
2020-09-08Capitalize safety commentsFlying-Toast-12/+12
2020-09-08Tests for HashMap/HashSet::drain_filterMatt Brubeck-0/+232
2020-09-08Add HashMap::drain_filter and HashSet::drain_filterMatt Brubeck-0/+171
2020-09-08Implement HashSet in terms of hashbrown::HashSetMatt Brubeck-58/+53
2020-09-08Update to hashbrown 0.9Matt Brubeck-5/+5
2020-09-09Rollup merge of #76162 - abrausch:documentation-fix-duration_since, r=jyn514Dylan DPC-3/+4
2020-09-08Make duration_since documentation more clearAlexander Brausch-3/+4
2020-09-07Auto merge of #74366 - t-rapp:tr-bufreader-pos, r=LukasKalbertodtbors-0/+87
2020-09-07Implement Seek::stream_position() for BufReaderTobias Rapp-0/+87
2020-09-07Rollup merge of #76346 - gillespiecd:nlinks-docs, r=Dylan-DPCDylan DPC-2/+2
2020-09-07Rollup merge of #76344 - camelid:patch-6, r=KodrAusDylan DPC-6/+6
2020-09-07Rollup merge of #76312 - numbermaniac:patch-1, r=shepmasterDylan DPC-1/+1
2020-09-07Rollup merge of #76299 - CDirkx:ip-tests, r=matkladDylan DPC-0/+109
2020-09-07Rollup merge of #76287 - lzutao:rm-allowed, r=jyn514Dylan DPC-2/+0
2020-09-06Auto merge of #76128 - poliorcetics:doc-use-arc-clone, r=KodrAusbors-21/+21
2020-09-06Auto merge of #76370 - fusion-engineering-forks:synconcecell-soundness, r=nagisabors-1/+26
2020-09-05Auto merge of #75428 - the8472:fix-copy-eopnotsupp, r=joshtriplettbors-10/+17
2020-09-05Add compile_fail test for SyncOnceCell's dropck issue.Mara Bos-1/+19
2020-09-05Fix dropck issue of SyncOnceCell.Mara Bos-1/+8
2020-09-04Fix nlink example typoChris Gillespie-2/+2
2020-09-04Improve docs for `std::env::args()`Camelid-6/+6