| Age | Commit message (Expand) | Author | Lines |
| 2017-09-23 | docs improvement std::sync::{PoisonError, TryLockError} | Lucas Morales | -2/+55 |
| 2017-09-20 | Auto merge of #44525 - aidanhs:aphs-no-null-deref, r=alexcrichton | bors | -15/+23 |
| 2017-09-17 | Add `<*const T>::align_offset` and use it in `memchr` | Oliver Schneider | -6/+3 |
| 2017-09-17 | Rollup merge of #44622 - frewsxcv:frewsxcv-invalid-link, r=QuietMisdreavus | Tim Neumann | -1/+1 |
| 2017-09-15 | Fix incorrect `into_inner` link in docs. | Corey Farwell | -1/+1 |
| 2017-09-14 | Auto merge of #43972 - TobiasSchaffner:std_clean, r=alexcrichton | bors | -22/+24 |
| 2017-09-13 | Move default stack min size to thread implementations | Tobias Schaffner | -21/+18 |
| 2017-09-12 | Correctly bubble up errors from libbacktrace | Aidan Hobson Sayers | -15/+23 |
| 2017-09-08 | Move the stack size value for L4Re to the min_stack_size function | Sebastian Humenda | -0/+5 |
| 2017-09-08 | Re-enable networking module fo rL4Re | Sebastian Humenda | -5/+5 |
| 2017-09-08 | Add modifications needed for L4re in libstd | Tobias Schaffner | -1/+1 |
| 2017-09-02 | Add libbacktrace support for Apple platforms | John Colanduoni | -1/+1 |
| 2017-08-23 | Auto merge of #43830 - alexcrichton:path-display-regression, r=aturon | bors | -3/+7 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -3/+3 |
| 2017-08-13 | std: Respect formatting flags for str-like OsStr | Alex Crichton | -3/+7 |
| 2017-08-07 | addrinfo hint in lookup_host() needs clean initialization on all platforms | Danek Duvall | -10/+2 |
| 2017-07-13 | Fix backtrace on Redox | Jeremy Soller | -1/+2 |
| 2017-07-10 | Use LocalKey::try_with in std | Lee Bousfield | -8/+3 |
| 2017-07-06 | Implement TcpStream::connect_timeout | Steven Fackler | -0/+8 |
| 2017-06-24 | Auto merge of #42687 - alexcrichton:windows-tls, r=sfackler | bors | -1/+34 |
| 2017-06-23 | rustc: Enable #[thread_local] for Windows | Alex Crichton | -1/+34 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -4/+4 |
| 2017-06-20 | Add `Read::initializer`. | Steven Fackler | -133/+0 |
| 2017-06-15 | Avoid allocations in Debug for os_str | Stepan Koltsov | -4/+42 |
| 2017-05-19 | Rollup merge of #41870 - excaliburHisSheath:iss29367-windows-docs, r=frewsxcv | Mark Simulacrum | -0/+1 |
| 2017-05-09 | Don't show the std frames before user code on unwinding. | Yamakaky | -4/+40 |
| 2017-05-05 | Merge remote-tracking branch 'rust-lang/master' into iss29367-windows-docs | David LeGare | -85/+11 |
| 2017-05-05 | Update documention in windows::ffi | David LeGare | -0/+1 |
| 2017-05-05 | Rollup merge of #41582 - jonhoo:reread-nameservers-on-lookup-fail, r=alexcric... | Corey Farwell | -3/+16 |
| 2017-05-05 | std: Avoid locks during TLS destruction on Windows | Alex Crichton | -15/+22 |
| 2017-05-04 | Reload nameserver information on lookup failure | Jon Gjengset | -3/+16 |
| 2017-04-18 | std: Back out backtrace pruning logic | Alex Crichton | -80/+4 |
| 2017-04-08 | Adding links around Sender/SyncSender/Receiver errors; Adding more documentat... | projektir | -1/+3 |
| 2017-03-30 | Replace hardcoded forward slash with path::MAIN_SEPARATOR | Thomas Jespersen | -2/+2 |
| 2017-03-25 | Fix libc::bind call on aarch64-linux-android | Marco A L Barbosa | -2/+2 |
| 2017-03-17 | Rollup merge of #40503 - swgillespie:thread-hack-removal, r=sfackler | Corey Farwell | -6/+1 |
| 2017-03-15 | Auto merge of #40009 - clarcharr:box_to_buf, r=alexcrichton | bors | -0/+6 |
| 2017-03-13 | std: remove a workaround for privacy limitations that isn't necessary anymore | Sean Gillespie | -6/+1 |
| 2017-03-10 | Rollup merge of #40410 - clarcharr:os_string_shrink_to_fit, r=alexcrichton | Alex Crichton | -0/+5 |
| 2017-03-10 | Add From<Box<..>> implementations. | Clar Charr | -0/+6 |
| 2017-03-10 | OsString::shrink_to_fit. | Clar Charr | -0/+5 |
| 2017-03-10 | travis: Fuchsia builder | Petr Hosek | -3/+0 |
| 2017-03-02 | Rollup merge of #40081 - GuillaumeGomez:poison-docs, r=frewsxcv | Guillaume Gomez | -7/+22 |
| 2017-02-28 | Add missing url in sync structs | Guillaume Gomez | -7/+22 |
| 2017-02-26 | Also ignore std::panic | Yamakaky | -0/+3 |
| 2017-02-26 | Fix tests on Windows in Debug configuration (#4) | Vadim Petrochenkov | -0/+6 |
| 2017-02-25 | Fix tests on ARM Linux (#3) | Vadim Petrochenkov | -0/+1 |
| 2017-02-23 | rposition() -> rev().position() (#2) | Vadim Petrochenkov | -1/+1 |
| 2017-02-23 | Fix tests on Windows (#1) | Vadim Petrochenkov | -40/+56 |
| 2017-02-15 | Improve backtrace formating while panicking. | Yamakaky | -189/+408 |