| Age | Commit message (Expand) | Author | Lines |
| 2017-09-06 | std: Fix a segfault on OSX with backtraces | Alex Crichton | -1/+2 |
| 2017-09-02 | Fallback to dladdr-based resolve_symbol if backtrace failed. | kennytm | -14/+29 |
| 2017-09-02 | Use env::current_exe for libbacktrace on macOS | John Colanduoni | -20/+7 |
| 2017-09-02 | Add libbacktrace support for Apple platforms | John Colanduoni | -5/+30 |
| 2017-08-28 | Update the libc submodule | Alex Crichton | -8/+27 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -2/+0 |
| 2017-08-27 | Auto merge of #44112 - alexcrichton:thread-join, r=sfackler | bors | -1/+2 |
| 2017-08-26 | std: Handle OS errors when joining threads | Alex Crichton | -1/+2 |
| 2017-08-24 | Fix inconsistent doc headings | lukaramu | -1/+1 |
| 2017-08-18 | Auto merge of #43900 - TobiasSchaffner:net_out_of_io, r=alexcrichton | bors | -59/+62 |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-08-16 | Refactoring: move net specific fd imps to net | Tobias Schaffner | -59/+62 |
| 2017-08-16 | Auto merge of #43883 - frewsxcv:frewsxcv-set-readonly-clarification, r=QuietM... | bors | -1/+7 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -7/+7 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -1/+1 |
| 2017-08-15 | Add comments clarifying behavior of unix `set_readonly` behavior. | Corey Farwell | -1/+7 |
| 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 |