about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2020-09-21Fix accordingly to reviewAlexis Bourget-22/+20
2020-09-21Improve some SAFETY comments following suggestionsAlexis Bourget-6/+17
2020-09-21Finished documenting all unsafe op inside unsafe fnAlexis Bourget-5/+17
2020-09-21Deny unsafe op in unsafe fns without the unsafe keyword, first part for std/t...Alexis Bourget-36/+91
2020-09-21Edit documentation for `std::{f32,f64}::mul_add`.Gray Olson-4/+10
2020-09-21Applied review commentsErik Hofmayer-0/+6
2020-09-21Rollup merge of #76521 - tavianator:fix-pthread-getattr-destroy, r=AmanieuRalf Jung-2/+8
2020-09-21Add missing code examples on HashMap typesGuillaume Gomez-1/+106
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-21Update library/std/src/process.rsFederico Ponzi-1/+1
2020-09-21Updates stability attributes to the current nightly versionFederico Ponzi-3/+3
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-20Documented From impls in std/sync/mpsc/mod.rsErik Hofmayer-0/+9
2020-09-20try again to appease tidyWithout Boats-1/+0
2020-09-20spend another CI build to delete a double newlineWithout Boats-1/+0
2020-09-20fix typosWithout Boats-6/+6
2020-09-20Implement destructuring for all aggregates and for referencesOliver Scherer-1/+1
2020-09-20Make RawFd implement the RawFd traitsWithout Boats-0/+59
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-19Relax promises about condition variable.Mara Bos-11/+5
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-16Sets as_flags as unstableFederico Ponzi-1/+1
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