| Age | Commit message (Expand) | Author | Lines |
| 2021-02-17 | Expose force_quotes on Windows. | Yonggang Luo | -10/+49 |
| 2021-02-15 | Rollup merge of #82119 - m-ou-se:typo, r=dtolnay | Jonas Schievink | -1/+1 |
| 2021-02-15 | Rollup merge of #81975 - Amanieu:seal2, r=m-ou-se | Jonas Schievink | -28/+21 |
| 2021-02-14 | Fix typo in link to CreateSymbolicLinkW documentation. | Mara Bos | -1/+1 |
| 2021-02-12 | Rollup merge of #81850 - the8472:env-rwlock, r=m-ou-se | Dylan DPC | -12/+13 |
| 2021-02-10 | Make WASI's `hard_link` behavior match other platforms. | Dan Gohman | -1/+2 |
| 2021-02-10 | Seal the CommandExt, OsStrExt and OsStringExt traits | Amanieu d'Antras | -28/+21 |
| 2021-02-09 | split guard into read and write types | The8472 | -2/+2 |
| 2021-02-08 | introduce StaticRWLock wrapper to make methods safe | The8472 | -11/+12 |
| 2021-02-08 | avoid &mut on the read path since it now allows concurrent readers | The8472 | -1/+1 |
| 2021-02-08 | Remove outdated comment. | Mara Bos | -2/+0 |
| 2021-02-07 | use rwlock for accessing ENV | The8472 | -11/+11 |
| 2021-02-05 | Rollup merge of #81542 - RReverser:wasi-symlink, r=alexcrichton | Mara Bos | -0/+8 |
| 2021-02-03 | Restore comment as it was | Ingvar Stepanyan | -0/+2 |
| 2021-02-03 | Keep old symlink; expose new symlink_path | Ingvar Stepanyan | -4/+14 |
| 2021-02-02 | Rollup merge of #81530 - ojeda:sys-use-abort-instead-of-wasm32-unreachable, r... | Jack Huey | -1/+1 |
| 2021-01-31 | Fix calling convention for CRT startup | Arlie Davis | -12/+10 |
| 2021-01-30 | Expose correct symlink API on WASI | Ingvar Stepanyan | -9/+5 |
| 2021-01-29 | sys: use `process::abort()` instead of `arch::wasm32::unreachable()` | Miguel Ojeda | -1/+1 |
| 2021-01-29 | Resolve DLL imports at CRT startup, not on demand | Arlie Davis | -71/+95 |
| 2021-01-24 | Auto merge of #81250 - sivadeilra:remove_xp_compat, r=joshtriplett,m-ou-se | bors | -145/+81 |
| 2021-01-22 | Remove delay-binding for Win XP and Vista | Arlie Davis | -145/+81 |
| 2021-01-21 | Add setgroups to std::os::unix::process::CommandExt | slo1 | -7/+41 |
| 2021-01-20 | Deprecate-in-future the constants superceded by RFC 2700 | bstrie | -1/+0 |
| 2021-01-19 | Auto merge of #79578 - alexcrichton:update-waasi, r=KodrAus | bors | -22/+78 |
| 2021-01-17 | Don't use posix_spawn_file_actions_addchdir_np on macOS. | Eric Huss | -4/+14 |
| 2021-01-14 | std: Update wasi-libc commit of the wasm32-wasi target | Alex Crichton | -22/+78 |
| 2021-01-14 | Rollup merge of #80966 - KodrAus:deprecate/spin_loop_hint, r=m-ou-se | Mara Bos | -4/+6 |
| 2021-01-14 | Rollup merge of #79982 - ijackson:exit-status, r=dtolnay | Mara Bos | -3/+131 |
| 2021-01-13 | Fix typos in Fuchsia unix_process_wait_more | David Tolnay | -2/+2 |
| 2021-01-13 | ExitStatusExt: Fix build on Fuchsia | Ian Jackson | -0/+44 |
| 2021-01-13 | Fix typo saeled -> sealed | David Tolnay | -2/+2 |
| 2021-01-13 | ExitStatusExt windows: Retrospectively seal this trait | Ian Jackson | -1/+15 |
| 2021-01-13 | ExitStatusExt unix: Retrospectively seal this trait | Ian Jackson | -1/+15 |
| 2021-01-13 | unix ExitStatus: Add tracking issue to new methods | Ian Jackson | -4/+4 |
| 2021-01-13 | Replace `Ie` with `In other words` | Ian Jackson | -1/+1 |
| 2021-01-13 | Replace `Ie` with `In other words` | Ian Jackson | -1/+1 |
| 2021-01-13 | unix ExitStatus: Provide .continued() | Ian Jackson | -0/+15 |
| 2021-01-13 | unix ExitStatus: Provide .stopped_signal() | Ian Jackson | -0/+15 |
| 2021-01-13 | unix ExitStatus: Provide .core_dumped | Ian Jackson | -0/+12 |
| 2021-01-13 | unix ExitStatus: Provide .into_raw() | Ian Jackson | -0/+12 |
| 2021-01-13 | unix ExitStatus: Clarify docs for .signal() | Ian Jackson | -0/+2 |
| 2021-01-13 | unix ExitStatus: Do not treat WIFSTOPPED as WIFSIGNALED | Ian Jackson | -1/+1 |
| 2021-01-13 | Update code to account for extern ABI requirement | Mark Rousskov | -1/+1 |
| 2021-01-13 | deprecate atomic::spin_loop_hint in favour of hint::spin_loop | Ashley Mannix | -4/+6 |
| 2020-12-29 | Fix small typo in time comment | BlackHoleFox | -1/+1 |
| 2020-12-22 | Update library/std/src/sys/windows/thread_parker.rs | Linus Färnstrand | -1/+1 |
| 2020-12-22 | Fix compare_and_swap in Windows thread_parker | Linus Färnstrand | -1/+1 |
| 2020-12-22 | Migrate standard library away from compare_and_swap | Linus Färnstrand | -8/+8 |
| 2020-12-21 | Auto merge of #80088 - operutka:fix-cmsg-len-uclibc, r=dtolnay | bors | -1/+5 |