| Age | Commit message (Expand) | Author | Lines |
| 2019-02-28 | Fix rebase fail | Taiki Endo | -3/+4 |
| 2019-02-28 | Fix some imports and paths | Taiki Endo | -1/+0 |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -365/+351 |
| 2019-02-26 | Auto merge of #58357 - sfackler:vectored-io, r=alexcrichton | bors | -8/+147 |
| 2019-02-24 | Rollup merge of #58454 - pitdicker:windows_stdio, r=alexcrichton | Mazdak Farrokhzad | -21/+14 |
| 2019-02-24 | Rollup merge of #58442 - cuviper:unix-weak, r=alexcrichton | Mazdak Farrokhzad | -8/+7 |
| 2019-02-23 | Remove pub(crate) from stderr_raw | Paul Dicker | -1/+1 |
| 2019-02-22 | Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichton | Mazdak Farrokhzad | -6/+28 |
| 2019-02-20 | Use standard Read/Write traits in sys::stdio | Paul Dicker | -8/+14 |
| 2019-02-20 | Remove sys::*::Stderr Write implementation | Paul Dicker | -14/+1 |
| 2019-02-13 | impl Deref/DerefMut for IoVec types | Steven Fackler | -3/+3 |
| 2019-02-13 | Add vectored read and write support | Steven Fackler | -8/+147 |
| 2019-02-13 | Return without a reference in unix Weak::get() | Josh Stone | -5/+4 |
| 2019-02-13 | Avoid allocation in std::sys::unix::weak | Josh Stone | -3/+3 |
| 2019-02-13 | Use posix_spawn_file_actions_addchdir_np when possible | Josh Stone | -2/+22 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -13/+13 |
| 2019-02-11 | remove "experimental" wording from std::os::unix | Andy Russell | -1/+1 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -11/+11 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -2/+2 |
| 2019-02-08 | std::sys::unix::stdio: explain why we do into_raw | Ralf Jung | -3/+3 |
| 2019-02-03 | POSIX requires async signal safety for fork in signal handlers, not in general | Ralf Jung | -2/+1 |
| 2019-02-03 | more formatting | Ralf Jung | -2/+4 |
| 2019-02-02 | pre_exec: expand docs | Ralf Jung | -3/+4 |
| 2019-02-02 | deprecate things a bit slower | Ralf Jung | -1/+1 |
| 2019-02-01 | also replace before_exec by pre_exec on redox | Ralf Jung | -1/+1 |
| 2019-02-01 | deprecate before_exec in favor of unsafe pre_exec | Ralf Jung | -4/+24 |
| 2019-01-26 | Replace deprecated ATOMIC_INIT consts | Mark Rousskov | -2/+2 |
| 2019-01-20 | Auto merge of #57655 - mtak-:fix-tls-dtors-macos, r=alexcrichton | bors | -17/+44 |
| 2019-01-17 | Auto merge of #57520 - alexreg:tidy-copyright-lint, r=Mark-Simulacrum | bors | -2/+1 |
| 2019-01-15 | OSX: fix #57534 registering thread dtors while running thread dtors | tyler | -17/+44 |
| 2019-01-15 | Stabilize FileExt::read_exact_at/write_all_at | Dror Levin | -4/+2 |
| 2019-01-13 | Cosmetic improvements | Alexander Regueiro | -2/+1 |
| 2019-01-07 | std: Force `Instant::now()` to be monotonic | Alex Crichton | -12/+28 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -449/+0 |
| 2018-12-21 | Auto merge of #56779 - adrian-budau:master, r=alexcrichton | bors | -28/+77 |
| 2018-12-21 | Properly report ENOSYS by modifying errno | Adrian Budau | -22/+18 |
| 2018-12-21 | Auto merge of #56813 - oli-obk:main_đŸ§¶, r=pnkfelix | bors | -21/+0 |
| 2018-12-20 | Fix typo in comment | Adrian Budau | -1/+1 |
| 2018-12-20 | Fix pipe2 and accept4 on static linked executables on linux (like musl). | Adrian Budau | -27/+80 |
| 2018-12-14 | Remove dead code | Oliver Scherer | -21/+0 |
| 2018-12-13 | Add checked_sub for Instant and SystemTime | Linus Färnstrand | -27/+21 |
| 2018-12-13 | Add checked_add method to Instant time type | Linus Färnstrand | -23/+13 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -4/+4 |
| 2018-12-06 | Change sys::Thread::new to take the thread entry as Box<dyn FnBox() + 'static>̀£ | Jethro Beekman | -1/+2 |
| 2018-12-06 | Refactor net::each_addr/lookup_host to forward error from resolve | Jethro Beekman | -7/+26 |
| 2018-12-06 | Refactor stderr_prints_nothing into a more modular function | Jethro Beekman | -2/+2 |
| 2018-12-06 | Rollup merge of #56525 - udoprog:linux-current-exe, r=alexcrichton | Pietro Albini | -5/+8 |
| 2018-12-05 | Avoid extra copy and syscall in std::env::current_exe | John-John Tedro | -5/+8 |
| 2018-12-04 | cleanup: remove static lifetimes from consts in libstd | ljedrz | -114/+114 |