| Age | Commit message (Expand) | Author | Lines |
| 2017-08-22 | Mention null_mut on the pointer primitive docs. | Nathaniel Ringo | -3/+5 |
| 2017-08-22 | Use cfg! instead of #[cfg] | Ian Douglas Scott | -13/+3 |
| 2017-08-21 | Add missing links for Read trait | Guillaume Gomez | -41/+65 |
| 2017-08-20 | redox: Correct error on exec when file is not found | Ian Douglas Scott | -1/+1 |
| 2017-08-19 | Auto merge of #43919 - frewsxcv:frewsxcv-char-primitive, r=QuietMisdreavus | bors | -13/+18 |
| 2017-08-18 | Correct has_root() on Redox | Ian Douglas Scott | -3/+20 |
| 2017-08-18 | redox: Require scheme for path to be absolute | Ian Douglas Scott | -2/+10 |
| 2017-08-18 | Auto merge of #43900 - TobiasSchaffner:net_out_of_io, r=alexcrichton | bors | -59/+62 |
| 2017-08-17 | Rollup merge of #43915 - adrian5:patch-1, r=sfackler | Corey Farwell | -1/+1 |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -7/+7 |
| 2017-08-17 | Minor rewrite of char primitive unicode intro. | Corey Farwell | -13/+18 |
| 2017-08-17 | Fix typo in doc | adrian5 | -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 | -3/+13 |
| 2017-08-16 | Auto merge of #43710 - zackmdavis:field_init_shorthand_power_slam, r=Mark-Sim... | bors | -60/+60 |
| 2017-08-15 | Clarify 'writable'-changing behavior of `set_readonly`. | Corey Farwell | -1/+5 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -60/+60 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -7/+7 |
| 2017-08-15 | Auto merge of #43635 - ids1024:backtrace-redox, r=alexcrichton | bors | -33/+160 |
| 2017-08-15 | Clarify `readonly` method is also about being 'unwritable'. | Corey Farwell | -1/+1 |
| 2017-08-15 | Add comments clarifying behavior of unix `set_readonly` behavior. | Corey Farwell | -1/+7 |
| 2017-08-14 | Rollup merge of #43848 - frewsxcv:frewsxcv-stack-size, r=QuietMisdreavus | Corey Farwell | -10/+45 |
| 2017-08-14 | Rollup merge of #43756 - sfackler:instant-nondecreasing, r=alexcrichton | Corey Farwell | -2/+2 |
| 2017-08-14 | Indicate which stack size option has precedence. | Corey Farwell | -1/+1 |
| 2017-08-13 | std: Respect formatting flags for str-like OsStr | Alex Crichton | -3/+13 |
| 2017-08-13 | Indicate thread names get passed to the OS. | Corey Farwell | -4/+8 |
| 2017-08-13 | Rewrite docs for stack size/thread names for spawned threads. | Corey Farwell | -10/+41 |
| 2017-08-13 | Docs: restore link text after renaming anchor | Ruud van Asseldonk | -2/+2 |
| 2017-08-13 | Replace space in Markdown link label | Ruud van Asseldonk | -3/+3 |
| 2017-08-13 | Point "deref coercions" links to new book | Ruud van Asseldonk | -1/+1 |
| 2017-08-13 | Rollup merge of #43833 - dtolnay:connect-timeout, r=sfackler | Guillaume Gomez | -1/+1 |
| 2017-08-13 | Rollup merge of #43821 - NilSet:redox-dns, r=alexcrichton | Guillaume Gomez | -14/+12 |
| 2017-08-13 | Rollup merge of #43819 - frewsxcv:frewsxcv-include, r=QuietMisdreavus | Guillaume Gomez | -8/+47 |
| 2017-08-13 | Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov | Guillaume Gomez | -24/+25 |
| 2017-08-13 | Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichton | bors | -32/+96 |
| 2017-08-12 | Fix TcpStream::connect_timeout tracking issue number | David Tolnay | -1/+1 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -24/+25 |
| 2017-08-12 | Auto merge of #43746 - eddyb:sound-thread-local, r=alexcrichton | bors | -31/+32 |
| 2017-08-12 | Check #[thread_local] statics correctly in the compiler. | Eduard-Mihai Burtescu | -31/+32 |
| 2017-08-12 | Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperio | bors | -4/+4 |
| 2017-08-11 | Handle DNS label compression in more places | Thomas Levy | -14/+12 |
| 2017-08-12 | Add complete doc example for `include_str!`. | Corey Farwell | -1/+18 |
| 2017-08-12 | Add complete doc example for `include_bytes!`. | Corey Farwell | -1/+18 |
| 2017-08-12 | Demonstrate `include!` with Rust code, not just a string slice literal. | Corey Farwell | -6/+11 |
| 2017-08-12 | Fix error during cross-platform documentation. | kennytm | -2/+21 |
| 2017-08-11 | Rollup merge of #43791 - GuillaumeGomez:file-docs, r=QuietMisdreavus | Guillaume Gomez | -19/+30 |
| 2017-08-11 | Rollup merge of #43783 - prisme60:prisme60-typo, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2017-08-11 | Rollup merge of #43715 - ollie27:docs_long_link, r=QuietMisdreavus | Guillaume Gomez | -1/+1 |
| 2017-08-10 | Auto merge of #43589 - aidanhs:aphs-fix-system-malloc, r=alexcrichton | bors | -0/+16 |
| 2017-08-11 | Fix some typos | Bastien Orivel | -4/+4 |