about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2020-09-25review: fix nits and move panic safety tests to the correct placeAlexis Bourget-0/+59
2020-09-21Rollup merge of #76521 - tavianator:fix-pthread-getattr-destroy, r=AmanieuRalf Jung-2/+8
2020-09-21Rollup merge of #76936 - danielhenrymantilla:unsafecell_get_mut, r=RalfJungRalf Jung-6/+3
2020-09-21Rollup merge of #76868 - poliorcetics:intra-doc-std-sync, r=jyn514Ralf Jung-54/+36
2020-09-20Fix nitsAlexis Bourget-4/+3
2020-09-20Replace unneeded `unsafe` calls to `.get()` with calls to `.get_mut()`Daniel Henry-Mantilla-6/+3
2020-09-20Rollup merge of #76924 - rijenkii:patch-1, r=oli-obkRalf Jung-3/+3
2020-09-20Rollup merge of #76887 - GuillaumeGomez:hashset-iter-types-examples, r=Dylan-DPCRalf Jung-0/+86
2020-09-20Rollup merge of #76866 - est31:master, r=lcnrRalf Jung-3/+0
2020-09-20Rollup merge of #76845 - Amjad50:fix-intra-docs-links, r=jyn514Ralf Jung-6/+0
2020-09-20Remove some unused features from alloc core and stdest31-2/+0
2020-09-19Add tracking issue for feature(unix_socket_peek)rijenkii-3/+3
2020-09-19Rollup merge of #76798 - alistair23:alistair/rv32-linux, r=jyn514Ralf Jung-4/+8
2020-09-19Rollup merge of #73963 - hellow554:unsafe_path, r=Mark-SimulacrumRalf Jung-19/+18
2020-09-18Add missing examples on HashSet iter typesGuillaume Gomez-0/+86
2020-09-18Fix broken linkAlexis Bourget-3/+3
2020-09-18Finish moving to intra doc links for std::syncAlexis Bourget-51/+34
2020-09-18Remove unused libc feature gateest31-1/+0
2020-09-18Fixed intra-docs links in library/std/src/collections/hash/map.rsAmjad Alsharafi-6/+0
2020-09-17Auto merge of #76645 - fusion-engineering-forks:windows-lock, r=kennytmbors-43/+42
2020-09-16Rollup merge of #76759 - yoshuawuyts:fix-future-pending-ready-stabilization-l...Tyler Mandry-1/+1
2020-09-16Rollup merge of #76758 - adamlesinski:clone_clock, r=tmandryTyler Mandry-1/+3
2020-09-16Avoid creating `&mut`s in Windows ReentrantMutex.Mara Bos-7/+8
2020-09-16Don't use `mut` in Windows Mutex.Mara Bos-9/+7
2020-09-16library/std: sys_common: Add support for RISC-V 32-bitAlistair Francis-1/+2
2020-09-16library/std: raw: Add support for RISC-V 32-bitAlistair Francis-2/+4
2020-09-16library/std: linux: Add support for RISC-V 32-bitAlistair Francis-1/+2
2020-09-16Rollup merge of #76262 - howard0su:patch-1, r=cramertjRalf Jung-3/+2
2020-09-16Rollup merge of #75749 - ehuss:consolidate-sys, r=alexcrichtonDylan DPC-889/+56
2020-09-16Rollup merge of #73955 - hellow554:unsafe_process, r=Mark-SimulacrumDylan DPC-2/+5
2020-09-15Fix stabilization marker for future_readiness_fnsYoshua Wuyts-1/+1
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-15Consolidate wasi::process and unsupported::processEric Huss-157/+3
2020-09-15Consolidate wasi alloc with unix alloc.Eric Huss-111/+45
2020-09-15Consolidate byte-identical modules.Eric Huss-621/+8
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