| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-04-26 | Auto merge of #33142 - tshepang:split-long-line, r=guillaumegomez | bors | -2/+2 |
| 2016-04-26 | Auto merge of #33203 - Ryman:patch-3, r=alexcrichton | bors | -2/+2 |
| 2016-04-26 | Rollup merge of #33200 - sfackler:nonblocking-docs, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2016-04-26 | Rollup merge of #33167 - benaryorg:master, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2016-04-25 | libstd: fix typos in thread::LocalKey docs | Ryman | -2/+2 |
| 2016-04-25 | Fix reference to TCP in UDP docs | Steven Fackler | -1/+1 |
| 2016-04-24 | thread tighter span for closures around | Niko Matsakis | -3/+3 |
| 2016-04-23 | Auto merge of #33124 - sfackler:kill-ipv6-only, r=alexcrichton | bors | -64/+0 |
| 2016-04-23 | clarify documentation of TcpStream::connect() for multiple valid addresses | benaryorg | -0/+2 |
| 2016-04-22 | doc: that line was too long | Tshepang Lekhonkhobe | -2/+2 |
| 2016-04-22 | Make HashSet::Insert documentation more consistent | Brayden Winterton | -2/+2 |
| 2016-04-22 | Implement `append` for b-trees. | Johannes Oertel | -6/+4 |
| 2016-04-21 | Add Entry::key | Steven Fackler | -0/+9 |
| 2016-04-20 | Remove IPV6_V6ONLY functionality | Steven Fackler | -64/+0 |
| 2016-04-20 | rand: add comments about getrandom() fallback | Doug Goldstein | -0/+8 |
| 2016-04-20 | HashMap: add info to docs about random seed quality | Doug Goldstein | -2/+4 |
| 2016-04-19 | rand: don't block before random pool is initialized | Doug Goldstein | -1/+8 |
| 2016-04-18 | Panic on overflow in `Duration::new` constructor | Tobias Bucher | -1/+7 |
| 2016-04-17 | Auto merge of #33034 - tbu-:pr_doc_mutex_lock, r=nagisa | bors | -0/+9 |
| 2016-04-17 | Add a comment about locking a `Mutex` multiple times | Tobias Bucher | -0/+9 |
| 2016-04-17 | Rollup merge of #33022 - Mr4x:master, r=bluss | Manish Goregaokar | -2/+2 |
| 2016-04-16 | Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichton | bors | -1/+0 |
| 2016-04-16 | Fix f32::sin_cos and f64::sin_cos examples | Maxim Samburskiy | -2/+2 |
| 2016-04-15 | Auto merge of #32785 - tbu-:pr_more_defaults, r=alexcrichton | bors | -0/+21 |
| 2016-04-15 | Auto merge of #32338 - lukaspustina:doc-std-process, r=alexcrichton | bors | -11/+37 |
| 2016-04-15 | Implement `Default` for more types in the standard library | Tobias Bucher | -0/+21 |
| 2016-04-14 | Rollup merge of #32940 - birkenfeld:patch-3, r=alexcrichton | Steve Klabnik | -2/+2 |
| 2016-04-14 | Rollup merge of #32855 - troplin:take-bufread-fix, r=alexcrichton | Steve Klabnik | -0/+12 |
| 2016-04-13 | Fix a typo and add a missing word | Georg Brandl | -2/+2 |