| Age | Commit message (Expand) | Author | Lines |
| 2021-05-03 | Move `std::sys::unix::ext` to `std::os::unix` | Christiaan Dirkx | -22/+2 |
| 2021-05-03 | Move `std::sys::windows::ext` to `std::os::windows` | Christiaan Dirkx | -16/+5 |
| 2021-05-03 | Move `std::sys::hermit::ext` to `std::os::hermit` | Christiaan Dirkx | -3/+6 |
| 2021-05-03 | Cleanup `std::os` | Christiaan Dirkx | -111/+113 |
| 2021-05-03 | Rollup merge of #84856 - kornelski:enomem, r=JohnTitor | Guillaume Gomez | -1/+1 |
| 2021-05-03 | Rollup merge of #84835 - wcampbell0x2a:add-issue-34202-link, r=m-ou-se | Guillaume Gomez | -1/+3 |
| 2021-05-03 | Correct stability of ErrorKind::OutOfMemory | Kornel | -1/+1 |
| 2021-05-03 | Auto merge of #84842 - blkerby:null_lowercase, r=joshtriplett | bors | -7/+7 |
| 2021-05-02 | Change 'NULL' to 'null' | Brent Kerby | -7/+7 |
| 2021-05-02 | Add link to Issue #34202 in udp docs | wcampbell | -1/+3 |
| 2021-05-02 | Use ErrorKind::OutOfMemory in unix, windows, and wasi | Kornel | -0/+5 |
| 2021-05-02 | Add ErrorKind::OutOfMemory | Kornel | -0/+6 |
| 2021-05-01 | Auto merge of #84658 - Amanieu:reserved_regs, r=petrochenkov | bors | -2/+8 |
| 2021-05-01 | Reserve x18 on AArch64 and un-reserve x16 | Amanieu d'Antras | -4/+4 |
| 2021-04-30 | Avoid using rbx in SGX inline assembly since it is reserved | Amanieu d'Antras | -2/+8 |
| 2021-04-30 | Auto merge of #84716 - joshtriplett:chroot, r=dtolnay | bors | -0/+33 |
| 2021-04-30 | Auto merge of #84522 - CDirkx:cmath, r=yaahc | bors | -118/+34 |
| 2021-04-30 | Add std::os::unix::fs::chroot to change the root directory of the current pro... | Josh Triplett | -0/+33 |
| 2021-04-29 | Rollup merge of #84692 - r00ster91:var-var_os-vars, r=joshtriplett | Jack Huey | -2/+11 |
| 2021-04-29 | Rollup merge of #84590 - est31:array_into_iter, r=nikomatsakis | Jack Huey | -2/+47 |
| 2021-04-29 | Simplify chdir implementation and minimize unsafe block | Josh Triplett | -5/+3 |
| 2021-04-29 | Add doc alias for `chdir` to `std::env::set_current_dir` | Josh Triplett | -0/+1 |
| 2021-04-29 | Use atomics in join_orders_after_tls_destructors test | Mohsen Zohrevandi | -34/+88 |
| 2021-04-29 | Link between std::env::{var, var_os} and std::env::{vars, vars_os} | r00ster91 | -2/+11 |
| 2021-04-29 | Ignore doctests in bootstrap | est31 | -1/+2 |
| 2021-04-28 | Rollup merge of #84663 - CDirkx:dropguard, r=Mark-Simulacrum | Jack Huey | -24/+4 |
| 2021-04-28 | Auto merge of #84615 - a1phyr:clone_from_pathbuf_osstring, r=Mark-Simulacrum | bors | -3/+39 |
| 2021-04-28 | Auto merge of #84650 - a1phyr:simplify_mutex_into_inner, r=m-ou-se | bors | -19/+2 |
| 2021-04-28 | Remove `DropGuard` in `sys::windows::process` and use `StaticMutex` instead | Christiaan Dirkx | -24/+4 |
| 2021-04-28 | Fix missing import in `unsupported::args` | Christiaan Dirkx | -0/+1 |
| 2021-04-28 | Reuse `unsupported::args` on `wasm` | Christiaan Dirkx | -42/+1 |
| 2021-04-28 | Move `wasm` atomics code to `wasm/atomics` | Christiaan Dirkx | -5/+5 |
| 2021-04-28 | Rework `wasm::thread` to `thread_atomics` | Christiaan Dirkx | -19/+8 |
| 2021-04-28 | Reuse `unix::cmath` | Christiaan Dirkx | -118/+34 |
| 2021-04-28 | Simplify `Mutex::into_inner` | Benoît du Garreau | -19/+2 |
| 2021-04-28 | Rollup merge of #84624 - r00ster91:patch-5, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2021-04-28 | Add a paragraph with possible alternatives on older editions | est31 | -0/+42 |
| 2021-04-27 | Make sentence in env::args_os' docs plain and simple | r00ster | -1/+1 |
| 2021-04-27 | Update library/std/src/sys/unix/thread.rs | Alik Aslanyan | -1/+1 |
| 2021-04-27 | Rollup merge of #84521 - CDirkx:hermit-dedup, r=Mark-Simulacrum | Dylan DPC | -92/+3 |
| 2021-04-27 | Override `clone_from` method for PathBuf and OsString | Benoît du Garreau | -3/+39 |
| 2021-04-26 | Rollup merge of #84551 - r00ster91:patch-4, r=yaahc | Mara Bos | -8/+16 |
| 2021-04-26 | Point out that behavior might be switched on 2015 and 2018 editions too one day | est31 | -2/+4 |
| 2021-04-26 | Implement setting thread name for Fuchsia | Alik Aslanyan | -4/+30 |
| 2021-04-25 | Rollup merge of #84541 - KaiJewson:inline-raw, r=m-ou-se | Dylan DPC | -0/+76 |
| 2021-04-25 | Change wording | r00ster | -2/+2 |
| 2021-04-25 | Unify the docs of std::env::{args_os, args} more | r00ster | -8/+16 |
| 2021-04-25 | Auto merge of #84216 - RalfJung:black-box, r=Mark-Simulacrum | bors | -0/+1 |
| 2021-04-25 | move core::hint::black_box under its own feature gate | Ralf Jung | -0/+1 |
| 2021-04-25 | Auto merge of #84147 - cuviper:array-method-dispatch, r=nikomatsakis,m-ou-se | bors | -20/+57 |