| Age | Commit message (Expand) | Author | Lines |
| 2017-06-05 | [fuchsia] Track change of mx_job_default | Raph Levien | -5/+1 |
| 2017-05-20 | migrate everything to using mem::needs_drop | Alexis Beingessner | -3/+3 |
| 2017-05-17 | Improve the error management when /proc is not mounted | Sylvestre Ledru | -1/+6 |
| 2017-05-05 | std: Avoid locks during TLS destruction on Windows | Alex Crichton | -0/+5 |
| 2017-04-25 | Fix a copy-paste error in `Instant::sub_duration` | Tobias Bucher | -1/+1 |
| 2017-04-14 | Update magenta error codes | Theodore DeRego | -34/+43 |
| 2017-04-06 | Auto merge of #41039 - alexcrichton:process-poll, r=nagisa | bors | -13/+9 |
| 2017-04-05 | Rollup merge of #41054 - anatol:master, r=alexcrichton | Ariel Ben-Yehuda | -1/+1 |
| 2017-04-04 | std: Use `poll` instead of `select` | Alex Crichton | -13/+9 |
| 2017-04-03 | Replace magic number with readable sig constant | Anatol Pomozov | -1/+1 |
| 2017-04-03 | Revert "Implement AsRawFd/IntoRawFd for RawFd" | Cody P Schafer | -15/+0 |
| 2017-03-31 | Rollup merge of #40842 - Mic92:RawFd, r=aturon | Corey Farwell | -0/+15 |
| 2017-03-26 | Implement AsRawFd/IntoRawFd for RawFd | Jörg Thalheim | -0/+15 |
| 2017-03-25 | Avoid using libc::sigemptyset on Android | Marco A L Barbosa | -2/+25 |
| 2017-03-25 | Fix libc::bind call on aarch64-linux-android | Marco A L Barbosa | -2/+2 |
| 2017-03-17 | Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnik | Corey Farwell | -16/+16 |
| 2017-03-17 | Rollup merge of #40456 - frewsxcv:frewsxcv-docs-function-parens, r=GuillaumeG... | Corey Farwell | -17/+17 |
| 2017-03-15 | Auto merge of #40009 - clarcharr:box_to_buf, r=alexcrichton | bors | -0/+6 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -17/+17 |
| 2017-03-12 | Update usages of 'OSX' (and other old names) to 'macOS'. | Corey Farwell | -16/+16 |
| 2017-03-10 | Add From<Box<..>> implementations. | Clar Charr | -0/+6 |
| 2017-03-10 | OsString::shrink_to_fit. | Clar Charr | -0/+5 |
| 2017-03-02 | Rollup merge of #40139 - tedsta:fuchsia_std_process_fix, r=alexcrichton | Corey Farwell | -27/+31 |
| 2017-02-28 | std::process for fuchsia: updated to latest liblaunchpad | Theodore DeRego | -27/+31 |
| 2017-02-27 | Auto merge of #38165 - Yamakaky:better-backtrace, r=petrochenkov | bors | -152/+146 |
| 2017-02-26 | Remove unused | Yamakaky | -1/+0 |
| 2017-02-25 | typo | Yamakaky | -1/+1 |
| 2017-02-25 | Fix tests on ARM Linux (#3) | Vadim Petrochenkov | -1/+3 |
| 2017-02-25 | Rollup merge of #40024 - raphlinus:readdir, r=alexcrichton | Eduard-Mihai Burtescu | -14/+15 |
| 2017-02-25 | Rollup merge of #39914 - raphlinus:mx_handle_wait, r=alexcrichton | Eduard-Mihai Burtescu | -3/+3 |
| 2017-02-22 | Merge branch 'master' of https://github.com/rust-lang/rust into readdir | Raph Levien | -29/+9 |
| 2017-02-22 | Update name_bytes, scoop up latest libc | Raph Levien | -3/+3 |
| 2017-02-21 | Switch Fuchsia to readdir (instead of readdir_r) | Raph Levien | -11/+12 |
| 2017-02-17 | Follow rename of mx_handle_wait Magenta syscalls | Raph Levien | -3/+3 |
| 2017-02-15 | simplify home_dir by removing unnecessary getpwuid_r wrapper | Shawn Walker-Salas | -18/+9 |
| 2017-02-15 | libstd needs update for pending libc change | Shawn Walker-Salas | -11/+0 |
| 2017-02-15 | Improve backtrace formating while panicking. | Yamakaky | -151/+144 |
| 2017-02-14 | Conversions between CStr/OsStr/Path and boxes. | Clar Charr | -0/+16 |
| 2017-02-08 | Rollup merge of #39512 - oconnor663:try_wait, r=alexcrichton | Corey Farwell | -7/+7 |
| 2017-02-07 | Rollup merge of #39431 - alexcrichton:no-more-makefiles, r=brson | Corey Farwell | -10/+1 |
| 2017-02-07 | Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brson | Corey Farwell | -1/+5 |
| 2017-02-06 | make Child::try_wait return io::Result<Option<ExitStatus>> | Jack O'Connor | -7/+7 |
| 2017-02-06 | std: Remove cfg(cargobuild) annotations | Alex Crichton | -10/+1 |
| 2017-02-05 | Rollup merge of #39514 - tbu-:pr_less_syscalls_fd, r=alexcrichton | Corey Farwell | -2/+17 |
| 2017-02-05 | Rollup merge of #38983 - APTy:udp-peek, r=aturon | Corey Farwell | -3/+42 |
| 2017-02-05 | Rollup merge of #38518 - nagisa:exec-doc, r=alexcrichton | Corey Farwell | -0/+10 |
| 2017-02-04 | libstd/net: Add `peek` APIs to UdpSocket and TcpStream | Tyler Julian | -3/+42 |
| 2017-02-04 | Use less syscalls in `FileDesc::set_{nonblocking,cloexec}` | Tobias Bucher | -2/+17 |
| 2017-02-02 | Auto merge of #39386 - tbu-:pr_pipe_less_syscalls, r=alexcrichton | bors | -22/+17 |
| 2017-01-30 | Don't handle ENOSYS in `anon_pipe()` | Tobias Bucher | -14/+9 |