| Age | Commit message (Expand) | Author | Lines |
| 2020-09-25 | review: fix nits and move panic safety tests to the correct place | Alexis Bourget | -0/+59 |
| 2020-09-21 | Rollup merge of #76521 - tavianator:fix-pthread-getattr-destroy, r=Amanieu | Ralf Jung | -2/+8 |
| 2020-09-21 | Rollup merge of #76936 - danielhenrymantilla:unsafecell_get_mut, r=RalfJung | Ralf Jung | -6/+3 |
| 2020-09-21 | Rollup merge of #76868 - poliorcetics:intra-doc-std-sync, r=jyn514 | Ralf Jung | -54/+36 |
| 2020-09-20 | Fix nits | Alexis Bourget | -4/+3 |
| 2020-09-20 | Replace unneeded `unsafe` calls to `.get()` with calls to `.get_mut()` | Daniel Henry-Mantilla | -6/+3 |
| 2020-09-20 | Rollup merge of #76924 - rijenkii:patch-1, r=oli-obk | Ralf Jung | -3/+3 |
| 2020-09-20 | Rollup merge of #76887 - GuillaumeGomez:hashset-iter-types-examples, r=Dylan-DPC | Ralf Jung | -0/+86 |
| 2020-09-20 | Rollup merge of #76866 - est31:master, r=lcnr | Ralf Jung | -3/+0 |
| 2020-09-20 | Rollup merge of #76845 - Amjad50:fix-intra-docs-links, r=jyn514 | Ralf Jung | -6/+0 |
| 2020-09-20 | Remove some unused features from alloc core and std | est31 | -2/+0 |
| 2020-09-19 | Add tracking issue for feature(unix_socket_peek) | rijenkii | -3/+3 |
| 2020-09-19 | Rollup merge of #76798 - alistair23:alistair/rv32-linux, r=jyn514 | Ralf Jung | -4/+8 |
| 2020-09-19 | Rollup merge of #73963 - hellow554:unsafe_path, r=Mark-Simulacrum | Ralf Jung | -19/+18 |
| 2020-09-18 | Add missing examples on HashSet iter types | Guillaume Gomez | -0/+86 |
| 2020-09-18 | Fix broken link | Alexis Bourget | -3/+3 |
| 2020-09-18 | Finish moving to intra doc links for std::sync | Alexis Bourget | -51/+34 |
| 2020-09-18 | Remove unused libc feature gate | est31 | -1/+0 |
| 2020-09-18 | Fixed intra-docs links in library/std/src/collections/hash/map.rs | Amjad Alsharafi | -6/+0 |
| 2020-09-17 | Auto merge of #76645 - fusion-engineering-forks:windows-lock, r=kennytm | bors | -43/+42 |
| 2020-09-16 | Rollup merge of #76759 - yoshuawuyts:fix-future-pending-ready-stabilization-l... | Tyler Mandry | -1/+1 |
| 2020-09-16 | Rollup merge of #76758 - adamlesinski:clone_clock, r=tmandry | Tyler Mandry | -1/+3 |
| 2020-09-16 | Avoid creating `&mut`s in Windows ReentrantMutex. | Mara Bos | -7/+8 |
| 2020-09-16 | Don't use `mut` in Windows Mutex. | Mara Bos | -9/+7 |
| 2020-09-16 | library/std: sys_common: Add support for RISC-V 32-bit | Alistair Francis | -1/+2 |
| 2020-09-16 | library/std: raw: Add support for RISC-V 32-bit | Alistair Francis | -2/+4 |
| 2020-09-16 | library/std: linux: Add support for RISC-V 32-bit | Alistair Francis | -1/+2 |
| 2020-09-16 | Rollup merge of #76262 - howard0su:patch-1, r=cramertj | Ralf Jung | -3/+2 |
| 2020-09-16 | Rollup merge of #75749 - ehuss:consolidate-sys, r=alexcrichton | Dylan DPC | -889/+56 |
| 2020-09-16 | Rollup merge of #73955 - hellow554:unsafe_process, r=Mark-Simulacrum | Dylan DPC | -2/+5 |
| 2020-09-15 | Fix stabilization marker for future_readiness_fns | Yoshua Wuyts | -1/+1 |
| 2020-09-15 | [fuchsia] Propagate the userspace UTC clock | Adam Lesinski | -1/+3 |
| 2020-09-15 | Auto merge of #75148 - joechrisellis:master, r=Amanieu | bors | -0/+185 |
| 2020-09-15 | Consolidate wasi::process and unsupported::process | Eric Huss | -157/+3 |
| 2020-09-15 | Consolidate wasi alloc with unix alloc. | Eric Huss | -111/+45 |
| 2020-09-15 | Consolidate byte-identical modules. | Eric Huss | -621/+8 |
| 2020-09-14 | Auto merge of #76278 - jethrogb:jb/sgx-rwlock-init-test, r=Mark-Simulacrum | bors | -23/+11 |
| 2020-09-14 | Fix peer credentials for Android | Joe Ellis | -6/+5 |
| 2020-09-14 | Conditionally compile peer credentials feature for supported platforms | Joe Ellis | -0/+18 |
| 2020-09-14 | Add documentation to public fields of UCred struct | Joe Ellis | -1/+8 |
| 2020-09-14 | Move Unix peer credentials tests to their own file | Joe Ellis | -20/+16 |
| 2020-09-14 | Add pid as an option to UCred struct | Joe Ellis | -3/+5 |
| 2020-09-14 | Use `u32::MAX` instead of `u32::max_value` | Joe Ellis | -1/+1 |
| 2020-09-14 | Add basic test for Unix peer credentials | Joe Ellis | -0/+20 |
| 2020-09-14 | Remove use of `MaybeUninit` in `ucred.rs` | Joe Ellis | -5/+3 |
| 2020-09-14 | Implementation of peer credentials for Unix sockets | Joe Ellis | -0/+145 |
| 2020-09-14 | Stabilize doc_alias feature | Guillaume Gomez | -1/+1 |
| 2020-09-13 | Rollup merge of #76651 - nicholasbishop:bishop-remove-windows-note, r=Mark-Si... | Jonas Schievink | -18/+0 |
| 2020-09-13 | Rollup merge of #76640 - fusion-engineering-forks:synconcecell-drop, r=matklad | Jonas Schievink | -26/+14 |
| 2020-09-12 | Remove Windows details from Unix and VmWorks symlink() docstrings | Nicholas Bishop | -18/+0 |