| Age | Commit message (Expand) | Author | Lines |
| 2018-11-15 | std: Synchronize access to global env during `exec` | Alex Crichton | -16/+60 |
| 2018-11-15 | Revert "Fixes #46775 -- don't mutate the process's environment in Command::exec" | Alex Crichton | -99/+8 |
| 2018-11-06 | 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 |
| 2018-08-28 | Fix typo in comment | Dimitri Merejkowsky | -1/+1 |
| 2018-08-27 | fix a typo: taget_env -> target_env | Jack O'Connor | -27/+27 |
| 2018-08-26 | Reduce number of syscalls in `rand` | Tobias Bucher | -39/+57 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -2/+2 |
| 2018-08-16 | std: stop backtracing when the frames are full | Josh Stone | -8/+10 |
| 2018-08-09 | Don't panic on std::env::vars() when env in null. | BurntPizza | -5/+1 |
| 2018-08-09 | Auto merge of #53108 - RalfJung:mutex, r=alexcrichton | bors | -2/+8 |
| 2018-08-08 | missed one | Ralf Jung | -2/+2 |
| 2018-08-08 | avoid using the word 'initialized' to talk about that non-reentrant-capable s... | Ralf Jung | -2/+2 |
| 2018-08-06 | actually, reentrant uninitialized mutex acquisition is outright UB | Ralf Jung | -6/+4 |
| 2018-08-06 | clarify partially initialized Mutex issues | Ralf Jung | -2/+10 |
| 2018-08-06 | Remove references to `StaticMutex` which got removed a while ago | Ralf Jung | -3/+0 |
| 2018-07-31 | Fix coding style. | Colin Finck | -1/+4 |
| 2018-07-30 | Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ... | Colin Finck | -14/+33 |
| 2018-07-25 | Merge remote-tracking branches 'ljedrz/dyn_libcore', 'ljedrz/dyn_libstd' and ... | Tatsuyuki Ishi | -4/+4 |
| 2018-07-23 | Change single char str patterns to chars | ljedrz | -1/+1 |
| 2018-07-11 | Use fast TLS on Fuchsia | Taylor Cramer | -6/+1 |
| 2018-07-11 | Auto merge of #51553 - jD91mZM2:uds, r=sfackler | bors | -0/+6 |
| 2018-07-10 | Add missing `dyn` for cloudabi, redox, unix and wasm | ljedrz | -4/+4 |
| 2018-07-08 | Delete leftover files | jD91mZM2 | -354/+0 |
| 2018-07-07 | Revert unification of interfaces | jD91mZM2 | -25/+847 |
| 2018-07-03 | Rollup merge of #51809 - drrlvn:rw_exact_all_at, r=alexcrichton | Pietro Albini | -0/+127 |
| 2018-07-03 | Remove stability attributes on private types and leftover docs | jD91mZM2 | -16/+0 |
| 2018-07-02 | Fill in tracking issue number for read_exact_at/write_all_at | Dror Levin | -2/+2 |
| 2018-06-27 | Add is_unnamed on redox | jD91mZM2 | -2/+4 |
| 2018-06-27 | [fuchsia] Update zx_cprng_draw to target semantics | Adam Barth | -26/+2 |
| 2018-06-27 | Fix tidy checks | jD91mZM2 | -5/+9 |
| 2018-06-27 | Horrible attempt at cleaning things up that probably just made it worse | jD91mZM2 | -847/+389 |
| 2018-06-26 | Mention redox' behavior in doc comments | jD91mZM2 | -0/+6 |
| 2018-06-26 | Add read_exact_at and write_all_at methods to FileExt on unix | Dror Levin | -0/+127 |
| 2018-06-26 | Rollup merge of #51786 - cuviper:stat64-pointers, r=Mark-Simulacrum | Pietro Albini | -2/+2 |
| 2018-06-26 | Auto merge of #50630 - sharkdp:fix-50619, r=sfackler | bors | -7/+24 |
| 2018-06-25 | Remove unnecessary stat64 pointer casts | Josh Stone | -2/+2 |
| 2018-06-25 | Use fstatat64 where available | Josh Stone | -6/+5 |
| 2018-06-19 | Update zx_cprng_draw_new on Fuchsia | Adam Barth | -4/+3 |
| 2018-06-17 | libstd: add an RAII utility for sys_common::mutex::Mutex | NODA, Kai | -26/+14 |
| 2018-06-15 | Fix issue on unix | Guillaume Gomez | -0/+1 |