| Age | Commit message (Expand) | Author | Lines |
| 2017-08-04 | Auto merge of #43634 - dhduvall:solaris-test-fixes, r=sanxiyn | bors | -6/+1 |
| 2017-08-04 | Auto merge of #43459 - ids1024:asrawfd, r=alexcrichton | bors | -0/+17 |
| 2017-08-03 | Fix a dangling symlink bug in `remove_dir_all()` on Solaris | Danek Duvall | -6/+1 |
| 2017-08-01 | Fixed all unnecessary muts in language core | Isaac van Bakel | -2/+2 |
| 2017-07-25 | Correct 'stable' attribute | Ian Douglas Scott | -3/+3 |
| 2017-07-24 | Add a disabled builder for aarch64 emulated tests | Alex Crichton | -0/+1 |
| 2017-07-24 | Implement AsRawFd for Stdin, Stdout, and Stderr | Ian Douglas Scott | -0/+17 |
| 2017-07-07 | Skip the main thread's manual stack guard on Linux | Josh Stone | -15/+29 |
| 2017-07-06 | Implement TcpStream::connect_timeout | Steven Fackler | -1/+66 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -20/+0 |
| 2017-06-24 | Auto merge of #42687 - alexcrichton:windows-tls, r=sfackler | bors | -104/+7 |
| 2017-06-23 | rustc: Enable #[thread_local] for Windows | Alex Crichton | -104/+7 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -6/+16 |
| 2017-06-22 | Auto merge of #42798 - stepancheg:args-debug, r=sfackler | bors | -0/+6 |
| 2017-06-21 | Better Debug for Args and ArgsOs | Stepan Koltsov | -0/+6 |
| 2017-06-20 | Add `Read::initializer`. | Steven Fackler | -29/+7 |
| 2017-06-17 | Auto merge of #42613 - stepancheg:lossy, r=alexcrichton | bors | -7/+20 |
| 2017-06-15 | Fix condvar.wait(distant future) return immediately on OSX | Stepan Koltsov | -4/+30 |
| 2017-06-15 | Avoid allocations in Debug for os_str | Stepan Koltsov | -7/+20 |
| 2017-06-08 | std: Handle ENOSYS when calling `pipe2` | Alex Crichton | -6/+23 |
| 2017-06-06 | Add conversions from File and Child* handles to Stdio | Josh Stone | -0/+12 |
| 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 |