| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-06-12 | Fix possibly endless loop in ReadDir iterator | sharkdp | -7/+24 |
| 2018-06-09 | Auto merge of #51359 - cramertj:fdio_spawn, r=sfackler | bors | -109/+51 |
| 2018-06-07 | [fuchsia] Migrate from launchpad to fdio_spawn_etc | Adam Barth | -109/+51 |
| 2018-06-05 | Rollup merge of #51255 - avdv:patch-1, r=kennytm | Mark Simulacrum | -1/+1 |
| 2018-06-04 | Clarify error phrase in `sub_instant` function | Claudio Bley | -1/+1 |
| 2018-06-01 | fs: copy: Add EPERM to fallback error conditions | Nicolas Koch | -5/+12 |
| 2018-05-31 | Rollup merge of #51213 - nicokoch:copy_permissions, r=cramertj | Guillaume Gomez | -5/+5 |
| 2018-05-31 | Fix confusing error message for sub_instant | Claudio Bley | -1/+1 |
| 2018-05-31 | libstd/sys/unix/fs.rs: fix compilation on fuchsia | Guillaume Girol | -1/+1 |
| 2018-05-30 | std::fs::DirEntry.metadata(): use fstatat instead of lstat when possible | Guillaume Girol | -11/+32 |
| 2018-05-30 | Remobve unused import | Nicolas Koch | -1/+1 |
| 2018-05-30 | fs: copy: Use File::set_permissions instead of fs::set_permissions | Nicolas Koch | -4/+4 |
| 2018-05-29 | Auto merge of #50772 - nicokoch:fastcopy, r=alexcrichton | bors | -0/+88 |
| 2018-05-29 | Fix additional nits: | Nicolas Koch | -7/+3 |
| 2018-05-28 | Use FIXME instead of TODO; Move bytes_to_copy calculation inside if | Nicolas Koch | -6/+7 |
| 2018-05-24 | Implement suggestions from the PR | Nicolas Koch | -1/+3 |
| 2018-05-17 | Store ENOSYS in a global to avoid unnecessary system calls | Nicolas Koch | -10/+25 |
| 2018-05-17 | Rollup merge of #50726 - udoprog:read2-inner-fn, r=alexcrichton | kennytm | -18/+19 |
| 2018-05-16 | Rollup merge of #50638 - tbu-:pr_open_cloexec_once, r=nagisa | kennytm | -4/+44 |
| 2018-05-16 | Fix large file copies on 32 bit platforms | Nicolas Koch | -2/+6 |