| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-09-12 | Small cleanups in Windows Mutex. | Mara Bos | -32/+32 |
| 2020-09-12 | Auto merge of #76538 - fusion-engineering-forks:check-useless-unstable-trait-... | bors | -13/+9 |
| 2020-09-12 | Mark Once::new as #[inline]. | Mara Bos | -0/+1 |
| 2020-09-12 | Auto merge of #76561 - Thomasdezeeuw:iov-constant-limits, r=Amanieu | bors | -18/+47 |
| 2020-09-12 | Simplify SyncOnceCell's `take` and `drop`. | Mara Bos | -26/+13 |
| 2020-09-12 | Rollup merge of #76583 - CDirkx:os-doc, r=jonas-schievink | Ralf Jung | -8/+12 |
| 2020-09-12 | Auto merge of #74328 - yoshuawuyts:stabilize-future-readiness-fns, r=sfackler | bors | -2/+1 |
| 2020-09-11 | Ignore unnecessary unsafe warnings | Thomas de Zeeuw | -2/+21 |
| 2020-09-11 | Add `peek` and `peek_from` to `UnixStream` and `UnixDatagram` | rijenkii | -20/+192 |
| 2020-09-11 | Mark Error impl for LayoutErr as stable. | Mara Bos | -5/+1 |
| 2020-09-11 | Mark RefUnwindSafe impls for stable atomic types as stable. | Mara Bos | -8/+8 |
| 2020-09-11 | Deduplicates io::Write implementations | Federico Ponzi | -18/+18 |
| 2020-09-11 | Update `std::os` module documentation. | Christiaan Dirkx | -8/+12 |
| 2020-09-10 | Use IOV_MAX and UIO_MAXIOV constants in limit vectored I/O | Thomas de Zeeuw | -16/+26 |
| 2020-09-09 | Rollup merge of #76458 - mbrubeck:hash_drain_filter, r=Amanieu | Tyler Mandry | -63/+461 |
| 2020-09-09 | Only call pthread_attr_destroy() after getattr_np() succeeds on all libcs | Tavian Barnes | -2/+4 |
| 2020-09-09 | Fix segfault if pthread_getattr_np fails | Tavian Barnes | -2/+6 |
| 2020-09-08 | Capitalize safety comments | Flying-Toast | -12/+12 |
| 2020-09-08 | Tests for HashMap/HashSet::drain_filter | Matt Brubeck | -0/+232 |
| 2020-09-08 | Add HashMap::drain_filter and HashSet::drain_filter | Matt Brubeck | -0/+171 |
| 2020-09-08 | Implement HashSet in terms of hashbrown::HashSet | Matt Brubeck | -58/+53 |
| 2020-09-08 | Update to hashbrown 0.9 | Matt Brubeck | -5/+5 |
| 2020-09-09 | Rollup merge of #76162 - abrausch:documentation-fix-duration_since, r=jyn514 | Dylan DPC | -3/+4 |
| 2020-09-08 | Make duration_since documentation more clear | Alexander Brausch | -3/+4 |
| 2020-09-07 | Auto merge of #74366 - t-rapp:tr-bufreader-pos, r=LukasKalbertodt | bors | -0/+87 |
| 2020-09-07 | Implement Seek::stream_position() for BufReader | Tobias Rapp | -0/+87 |
| 2020-09-07 | Rollup merge of #76346 - gillespiecd:nlinks-docs, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-09-07 | Rollup merge of #76344 - camelid:patch-6, r=KodrAus | Dylan DPC | -6/+6 |
| 2020-09-07 | Rollup merge of #76312 - numbermaniac:patch-1, r=shepmaster | Dylan DPC | -1/+1 |
| 2020-09-07 | Rollup merge of #76299 - CDirkx:ip-tests, r=matklad | Dylan DPC | -0/+109 |
| 2020-09-07 | Rollup merge of #76287 - lzutao:rm-allowed, r=jyn514 | Dylan DPC | -2/+0 |
| 2020-09-06 | Auto merge of #76128 - poliorcetics:doc-use-arc-clone, r=KodrAus | bors | -21/+21 |
| 2020-09-06 | Auto merge of #76370 - fusion-engineering-forks:synconcecell-soundness, r=nagisa | bors | -1/+26 |
| 2020-09-05 | Auto merge of #75428 - the8472:fix-copy-eopnotsupp, r=joshtriplett | bors | -10/+17 |
| 2020-09-05 | Add compile_fail test for SyncOnceCell's dropck issue. | Mara Bos | -1/+19 |
| 2020-09-05 | Fix dropck issue of SyncOnceCell. | Mara Bos | -1/+8 |
| 2020-09-04 | Fix nlink example typo | Chris Gillespie | -2/+2 |
| 2020-09-04 | Improve docs for `std::env::args()` | Camelid | -6/+6 |
| 2020-09-04 | time.rs: Make spelling of "Darwin" consistent | numbermaniac | -1/+1 |
| 2020-09-04 | Remove a useless allowed attr | Lzu Tao | -2/+0 |
| 2020-09-03 | Make `Ipv4Addr` and `Ipv6Addr` const tests unit tests under `library` | Christiaan Dirkx | -0/+109 |
| 2020-09-03 | Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomez | bors | -6/+6 |
| 2020-09-03 | Improve SGX RWLock initializer test | Jethro Beekman | -23/+11 |
| 2020-09-03 | More implementations of Write for immutable refs | Federico Ponzi | -0/+97 |
| 2020-09-03 | Auto merge of #76235 - jyn514:std-intra-links, r=poliorcetics | bors | -66/+21 |