| Age | Commit message (Expand) | Author | Lines |
| 2016-05-15 | Auto merge of #33251 - Kintaro:fix-typo-in-fs, r=GuillaumeGomez | bors | -2/+2 |
| 2016-05-15 | Rollup merge of #33591 - dns2utf8:systemtime_wording, r=GuillaumeGomez | Manish Goregaokar | -1/+1 |
| 2016-05-15 | Rollup merge of #33580 - frewsxcv:temp-dir, r=alexcrichton | Manish Goregaokar | -10/+10 |
| 2016-05-15 | Rollup merge of #33565 - Amanieu:once_doc, r=GuillaumeGomez | Manish Goregaokar | -1/+0 |
| 2016-05-14 | Auto merge of #33563 - Amanieu:oncestate, r=alexcrichton | bors | -1/+1 |
| 2016-05-14 | Rollup merge of #33554 - sfackler:no-current-exe, r=alexcrichton | Manish Goregaokar | -37/+12 |
| 2016-05-12 | Don't use env::current_exe with libbacktrace | Steven Fackler | -37/+12 |
| 2016-05-12 | rustbuild: Add support for crate tests + doctests | Alex Crichton | -1/+0 |
| 2016-05-12 | Use the correct word in the explanation | Stefan Schindler | -1/+1 |
| 2016-05-12 | Cleanup formatting and wording for `std::env::temp_dir` docs. | Corey Farwell | -10/+10 |
| 2016-05-11 | Fix typo in std::sync::Once documentation | Amanieu d'Antras | -1/+0 |
| 2016-05-11 | Export OnceState from libstd | Amanieu d'Antras | -1/+1 |
| 2016-05-10 | rustbuild: Tighten dependencies of build scripts | Alex Crichton | -3/+13 |
| 2016-05-09 | Auto merge of #32900 - alexcrichton:panic2abort, r=nikomatsakis | bors | -1500/+219 |
| 2016-05-09 | rustc: Use C++ personalities on MSVC | Alex Crichton | -0/+1 |
| 2016-05-09 | Rollup merge of #33474 - frewsxcv:unwrap-err, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2016-05-09 | Rollup merge of #33224 - alexcrichton:create-exit-status, r=aturon | Manish Goregaokar | -0/+42 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -1500/+218 |
| 2016-05-09 | Utilize `Result::unwrap_err` in more places. | Corey Farwell | -3/+3 |
| 2016-05-08 | Rollup merge of #33426 - sfackler:try-from, r=aturon | Manish Goregaokar | -1/+9 |
| 2016-05-08 | Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc | bors | -3/+0 |
| 2016-05-07 | Rollup merge of #33459 - frewsxcv:patch-29, r=guillaumegomez | Steve Klabnik | -2/+2 |
| 2016-05-07 | Rollup merge of #33456 - CryZe:barrier-wait-docs, r=GuillaumeGomez | Steve Klabnik | -1/+1 |
| 2016-05-07 | Rollup merge of #33442 - tshepang:trim, r=steveklabnik | Steve Klabnik | -3/+2 |
| 2016-05-07 | Rollup merge of #33439 - birkenfeld:ip-rfc-refs, r=steveklabnik | Steve Klabnik | -5/+5 |
| 2016-05-07 | Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2016-05-07 | Rollup merge of #33326 - birkenfeld:issue-33321, r=GuillaumeGomez | Steve Klabnik | -15/+14 |
| 2016-05-07 | Rollup merge of #33283 - GuillaumeGomez:process_doc, r=steveklabnik | Steve Klabnik | -4/+196 |
| 2016-05-07 | Implement RFC 1542 | Steven Fackler | -1/+9 |
| 2016-05-06 | doc: binding not needed | Tshepang Lekhonkhobe | -2/+1 |
| 2016-05-06 | doc: mut not needed | Tshepang Lekhonkhobe | -1/+1 |
| 2016-05-06 | Indicate struct names are code-like in doc-comment. | Corey Farwell | -2/+2 |
| 2016-05-06 | Auto merge of #33086 - cardoe:non-blocking-rand-read, r=alexcrichton | bors | -3/+20 |
| 2016-05-06 | Fix Typo in Barrier::wait documentation | Christopher Serr | -1/+1 |
| 2016-05-06 | Auto merge of #33072 - tbu-:pr_duration_new_overflow, r=alexcrichton | bors | -1/+7 |
| 2016-05-05 | Auto merge of #32990 - tbu-:pr_more_defaults_cstr_path, r=alexcrichton | bors | -0/+16 |
| 2016-05-05 | doc: make RFC references consistent | Georg Brandl | -5/+5 |
| 2016-05-05 | Fix some some duplicate words. | Georg Brandl | -2/+2 |
| 2016-05-05 | Add `Default` implementation for `&CStr` and `CString` | Tobias Bucher | -0/+16 |
| 2016-05-03 | Fix build on Windows | Seo Sanghyeon | -1/+0 |
| 2016-05-03 | Remove unused trait imports flagged by lint | Seo Sanghyeon | -2/+0 |
| 2016-05-02 | libstd: correct the link to functions in io module documentation | Ryman | -2/+2 |
| 2016-05-02 | std::thread docs: spawn() returns not a Thread anymore | Georg Brandl | -15/+14 |
| 2016-05-01 | Add process types documentation | Guillaume Gomez | -4/+196 |
| 2016-04-29 | Auto merge of #33148 - sfackler:entry-key, r=alexcrichton | bors | -0/+9 |
| 2016-04-28 | Auto merge of #33211 - alexcrichton:android-back-in-time, r=nagisa | bors | -36/+138 |
| 2016-04-28 | Rollup merge of #33152 - bwinterton:master, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2016-04-28 | Fix a typo in error messages in std::fs tests | Simon Wollwage | -2/+2 |
| 2016-04-27 | std: Add compatibility with android-9 | Alex Crichton | -36/+138 |
| 2016-04-26 | std: Allow creating ExitStatus from raw values | Alex Crichton | -0/+42 |