| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-11-30 | Deal with EINTR in net timeout tests | Josh Stone | -4/+6 |
| 2018-11-29 | Rollup merge of #56149 - ariasuni:improve-amctime-doc, r=TimNN | Guillaume Gomez | -6/+12 |
| 2018-11-25 | Auto merge of #55527 - sgeisler:time-checked-add, r=sfackler | bors | -6/+16 |
| 2018-11-22 | Make std::os::unix/linux::fs::MetadataExt::a/m/ctime* documentation clearer | ariasuni | -6/+12 |
| 2018-11-15 | use ? operator instead of match | Sebastian Geisler | -10/+3 |
| 2018-11-15 | Implement checked_add_duration for SystemTime | Sebastian Geisler | -6/+23 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -1/+1 |
| 2018-11-15 | Rollup merge of #55865 - RalfJung:unix-rwlock, r=alexcrichton | Pietro Albini | -3/+3 |
| 2018-11-14 | std: Synchronize access to global env during `exec` | Alex Crichton | -16/+60 |
| 2018-11-14 | Revert "Fixes #46775 -- don't mutate the process's environment in Command::exec" | Alex Crichton | -99/+8 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -1/+1 |
| 2018-11-11 | std: Delete the `alloc_system` crate | Alex Crichton | -0/+101 |
| 2018-11-11 | do not skip return code check in release builds | Ralf Jung | -1/+1 |
| 2018-11-11 | Unix RwLock: avoid racy access to write_locked | Ralf Jung | -2/+2 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -7/+7 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -7/+7 |
| 2018-11-01 | Fixes #46775 -- don't mutate the process's environment in Command::exec | Alex Gaynor | -8/+99 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -1/+1 |
| 2018-09-05 | Implement initializer() for FileDesc | François Bernier | -1/+6 |
| 2018-09-02 | Auto merge of #53725 - tbu-:pr_getrandom_syscalls, r=alexcrichton | bors | -40/+26 |
| 2018-09-02 | Fix an endless loop when `getrandom` is not available | Tobias Bucher | -0/+1 |
| 2018-09-01 | Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomez | kennytm | -16/+16 |
| 2018-08-31 | use cfg(rustdoc) instead of cfg(dox) in std and friends | QuietMisdreavus | -16/+16 |
| 2018-08-30 | Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=Manishearth | Pietro Albini | -1/+1 |
| 2018-08-30 | Rollup merge of #53756 - dmerejkowsky:fix-comment, r=KodrAus | Pietro Albini | -1/+1 |
| 2018-08-29 | Don't leak the file descriptor in `rand` | Tobias Bucher | -44/+11 |
| 2018-08-29 | Replace usages of 'bad_style' with 'nonstandard_style'. | Corey Farwell | -1/+1 |