| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 | 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 |
| 2017-08-10 | Add missing links for Error docs | Guillaume Gomez | -1/+4 |
| 2017-08-10 | Add missing links in io module docs | Guillaume Gomez | -4/+6 |
| 2017-08-10 | Add missing links in io::Error docs | Guillaume Gomez | -7/+11 |
| 2017-08-10 | Add missing links in ReadDir docs | Guillaume Gomez | -5/+5 |
| 2017-08-10 | Add missing links on File struct docs | Guillaume Gomez | -2/+4 |
| 2017-08-10 | Fix cross-crate global allocators on windows | Aidan Hobson Sayers | -4/+10 |
| 2017-08-10 | Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1 | bors | -9/+9 |
| 2017-08-10 | Fix typo corersponding -> corresponding | Foucher | -1/+1 |
| 2017-08-10 | Exposed all platform-specific documentation. | kennytm | -30/+75 |
| 2017-08-10 | Auto merge of #43735 - est31:master, r=alexcrichton | bors | -2/+14 |
| 2017-08-09 | Fix grammar | Steven Fackler | -1/+1 |
| 2017-08-09 | Auto merge of #43588 - dns2utf8:wrapping_add, r=sfackler | bors | -1/+1 |
| 2017-08-09 | Fix errors on Windows | Ariel Ben-Yehuda | -2/+2 |
| 2017-08-08 | Instant is monotonically nondecreasing | Steven Fackler | -2/+2 |
| 2017-08-08 | Use explicit wrapping_add to prevent potential unexpected behavior on debug b... | Stefan Schindler | -1/+1 |
| 2017-08-08 | Avoid calling the column!() macro in panic | est31 | -2/+14 |
| 2017-08-07 | Make a disable-jemalloc build work | Aidan Hobson Sayers | -0/+10 |
| 2017-08-07 | addrinfo hint in lookup_host() needs clean initialization on all platforms | Danek Duvall | -10/+2 |