| Age | Commit message (Expand) | Author | Lines |
| 2022-05-05 | Implement [OsStr]::join | est31 | -0/+33 |
| 2022-05-05 | Remove condvar::two_mutexes test. | Mara Bos | -21/+0 |
| 2022-05-05 | Auto merge of #96649 - tbu-:pr_to_ipv4_loopback_doc, r=m-ou-se | bors | -1/+4 |
| 2022-05-05 | Rollup merge of #96619 - akiekintveld:same_mutex_check_relaxed_ordering, r=m-... | Yuki Okushi | -2/+8 |
| 2022-05-05 | Rollup merge of #96616 - akiekintveld:min_stack_relaxed_ordering, r=joshtriplett | Yuki Okushi | -2/+2 |
| 2022-05-05 | Make it clear that `to_ipv4` returns an IPv4 address for the IPv6 loopback | Tobias Bucher | -1/+4 |
| 2022-05-04 | update `jemallocator` example to use 2018 edition import syntax | kraktus | -2/+0 |
| 2022-05-03 | std::io: Modify some ReadBuf method signatures to return `&mut Self` | Nick Cameron | -7/+11 |
| 2022-05-03 | Remove hard links from `env::current_exe` security example | Martin Geisler | -30/+17 |
| 2022-05-03 | Round timeouts up to infinite in futex_wait on DragonFlyBSD. | Mara Bos | -9/+8 |
| 2022-05-03 | Add #[cfg] in cfg_if for linux in unix/futex. | Mara Bos | -3/+5 |
| 2022-05-03 | Don't use futexes on netbsd. | Mara Bos | -44/+5 |
| 2022-05-02 | Fix nits | Pyry Kontio | -2/+2 |
| 2022-05-01 | Add comment | Austin Kiekintveld | -0/+2 |
| 2022-05-01 | Fix formatting | Austin Kiekintveld | -2/+6 |
| 2022-05-01 | Relax memory ordering used in SameMutexCheck | Austin Kiekintveld | -1/+1 |
| 2022-05-01 | Relax memory ordering used in `min_stack` | Austin Kiekintveld | -2/+2 |
| 2022-05-01 | Auto merge of #96521 - petrochenkov:docrules, r=notriddle,GuillaumeGomez | bors | -0/+7 |
| 2022-05-01 | Auto merge of #96490 - dtolnay:writetmpbackport, r=Mark-Simulacrum | bors | -6/+6 |
| 2022-05-01 | Fix some links in the standard library | Vadim Petrochenkov | -0/+7 |
| 2022-04-30 | add aliases for std::fs::canonicalize | julio | -0/+2 |
| 2022-04-29 | Disable pthread thread parker on futex platforms. | Mara Bos | -1/+5 |
| 2022-04-29 | Always return false in futex_wake on {Free,DragonFly}BSD. | Mara Bos | -16/+13 |
| 2022-04-29 | Use futex-based locks and thread parker on FreeBSD. | Mara Bos | -4/+60 |
| 2022-04-29 | Use futex-based locks and thread parker on DragonFlyBSD. | Mara Bos | -1/+44 |
| 2022-04-29 | Use futex-based locks and thread parker on NetBSD. | Mara Bos | -24/+53 |
| 2022-04-29 | Use futex-based locks and thread parker on OpenBSD. | Mara Bos | -1/+53 |
| 2022-04-29 | Rollup merge of #96492 - joshtriplett:revert-std-ffi-re-export, r=yaahc | Dylan DPC | -10/+0 |
| 2022-04-29 | Rollup merge of #96481 - aDotInTheVoid:hashmap-docs-monospace, r=joshtriplett | Dylan DPC | -1/+1 |
| 2022-04-29 | Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se | bors | -31/+119 |
| 2022-04-28 | Auto merge of #96393 - joboet:pthread_parker, r=thomcc | bors | -30/+336 |
| 2022-04-28 | Add more diagnostic items | Serial | -0/+1 |
| 2022-04-28 | Yield the thread when waiting to delete a file | Chris Denton | -0/+3 |
| 2022-04-28 | std: simplify UNIX parker timeouts | joboet | -59/+21 |
| 2022-04-28 | Rollup merge of #96397 - AronParker:issue-96368-fix, r=dtolnay | Dylan DPC | -1/+4 |
| 2022-04-27 | Revert "Re-export core::ffi types from std::ffi" | Josh Triplett | -10/+0 |
| 2022-04-27 | Make [e]println macros eagerly drop temporaries (for backport) | David Tolnay | -6/+6 |
| 2022-04-27 | HashMap doc: Don't use monospace font for 'Entry Api' | Nixon Enraght-Moony | -1/+1 |
| 2022-04-27 | Note the importance of using sync pipes | Chris Denton | -1/+19 |
| 2022-04-27 | Add tracking issue number for mutex_unpoison | Thayne McCombs | -2/+2 |
| 2022-04-27 | Auto merge of #96195 - sunfishcode:sunfishcode/handle-or-error-type, r=joshtr... | bors | -8/+44 |
| 2022-04-26 | Windows: Make stdin pipes synchronous | Chris Denton | -31/+85 |
| 2022-04-26 | Add `set_inheritable` for Windows `Handle`s | Chris Denton | -0/+16 |
| 2022-04-26 | Add functions to un-poison Mutex and RwLock | Thayne McCombs | -0/+73 |
| 2022-04-26 | Retry deleting a directory | Chris Denton | -2/+15 |
| 2022-04-25 | Remove references to git.io | Eric Huss | -1/+2 |
| 2022-04-26 | Windows: Iterative `remove_dir_all` | Chris Denton | -77/+67 |
| 2022-04-25 | Make EncodeWide implement FusedIterator | Aron Parker | -1/+4 |
| 2022-04-25 | std: directly use pthread in UNIX parker implementation | joboet | -28/+372 |
| 2022-04-25 | Auto merge of #95246 - ChrisDenton:command-args, r=joshtriplett | bors | -91/+212 |