| Age | Commit message (Expand) | Author | Lines |
| 2020-09-21 | Fix accordingly to review | Alexis Bourget | -22/+20 |
| 2020-09-21 | Improve some SAFETY comments following suggestions | Alexis Bourget | -6/+17 |
| 2020-09-21 | Finished documenting all unsafe op inside unsafe fn | Alexis Bourget | -5/+17 |
| 2020-09-21 | Deny unsafe op in unsafe fns without the unsafe keyword, first part for std/t... | Alexis Bourget | -36/+91 |
| 2020-09-21 | Edit documentation for `std::{f32,f64}::mul_add`. | Gray Olson | -4/+10 |
| 2020-09-21 | Applied review comments | Erik Hofmayer | -0/+6 |
| 2020-09-21 | Rollup merge of #76521 - tavianator:fix-pthread-getattr-destroy, r=Amanieu | Ralf Jung | -2/+8 |
| 2020-09-21 | Add missing code examples on HashMap types | Guillaume Gomez | -1/+106 |
| 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-21 | Update library/std/src/process.rs | Federico Ponzi | -1/+1 |
| 2020-09-21 | Updates stability attributes to the current nightly version | Federico Ponzi | -3/+3 |
| 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 | Documented From impls in std/sync/mpsc/mod.rs | Erik Hofmayer | -0/+9 |
| 2020-09-20 | try again to appease tidy | Without Boats | -1/+0 |
| 2020-09-20 | spend another CI build to delete a double newline | Without Boats | -1/+0 |
| 2020-09-20 | fix typos | Without Boats | -6/+6 |
| 2020-09-20 | Implement destructuring for all aggregates and for references | Oliver Scherer | -1/+1 |
| 2020-09-20 | Make RawFd implement the RawFd traits | Without Boats | -0/+59 |
| 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 | Relax promises about condition variable. | Mara Bos | -11/+5 |
| 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 | Sets as_flags as unstable | Federico Ponzi | -1/+1 |
| 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 |