| Age | Commit message (Expand) | Author | Lines |
| 2017-08-13 | Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov | Guillaume Gomez | -4/+4 |
| 2017-08-13 | Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichton | bors | -14/+27 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -4/+4 |
| 2017-08-12 | Fix error during cross-platform documentation. | kennytm | -0/+11 |
| 2017-08-11 | Rollup merge of #43783 - prisme60:prisme60-typo, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2017-08-10 | Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1 | bors | -2/+2 |
| 2017-08-10 | Fix typo corersponding -> corresponding | Foucher | -1/+1 |
| 2017-08-10 | Exposed all platform-specific documentation. | kennytm | -14/+16 |
| 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 |