| Age | Commit message (Expand) | Author | Lines |
| 2017-08-12 | Fix some typos | Bastien Orivel | -24/+25 |
| 2017-08-12 | Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperio | bors | -4/+4 |
| 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 | Auto merge of #43735 - est31:master, r=alexcrichton | bors | -2/+14 |
| 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 | 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 |
| 2017-08-07 | Stop using URL shortener in docs | Oliver Middleton | -1/+1 |
| 2017-08-04 | Auto merge of #43634 - dhduvall:solaris-test-fixes, r=sanxiyn | bors | -6/+1 |
| 2017-08-04 | Auto merge of #43459 - ids1024:asrawfd, r=alexcrichton | bors | -0/+55 |
| 2017-08-03 | Fix AsRawHandle | Ian Douglas Scott | -3/+3 |
| 2017-08-03 | Fix a dangling symlink bug in `remove_dir_all()` on Solaris | Danek Duvall | -6/+1 |
| 2017-08-03 | Implement AsRawHandle for Std* on Windows | Ian Douglas Scott | -0/+22 |
| 2017-08-03 | Auto merge of #43619 - frewsxcv:frewsxcv-thread, r=QuietMisdreavus | bors | -1/+8 |
| 2017-08-02 | Indicate how `ThreadId` is created. | Corey Farwell | -1/+5 |
| 2017-08-02 | Fix broken links in `Thread` docs. | Corey Farwell | -0/+3 |
| 2017-08-02 | Emphasise that these functions look at the disk, not just the path | Kornel | -2/+2 |
| 2017-08-02 | Fixed errors in libstd. | Isaac van Bakel | -2/+2 |
| 2017-08-02 | Rollup merge of #43597 - dhduvall:master, r=alexcrichton | Corey Farwell | -1/+1 |
| 2017-08-01 | Add doc example for HashSet::drain. | Corey Farwell | -0/+16 |
| 2017-08-01 | Remove unnecessary clones in doc examples. | Corey Farwell | -11/+11 |
| 2017-08-01 | Show the capacity in HashSet::with_capacity doc example. | Corey Farwell | -0/+1 |
| 2017-08-01 | Remove unnecessary 'mut' bindings. | Corey Farwell | -2/+2 |
| 2017-08-01 | Indicate HashSet is code-like in docs. | Corey Farwell | -1/+1 |
| 2017-08-01 | Show that the capacity changed in HashSet::reserve doc example. | Corey Farwell | -0/+1 |
| 2017-08-01 | Add doc example for HashSet::hasher. | Corey Farwell | -0/+11 |
| 2017-08-01 | Fixed extra cases found in better checking. | Isaac van Bakel | -1/+1 |
| 2017-08-01 | Fixed all unnecessary muts in language core | Isaac van Bakel | -4/+4 |
| 2017-08-01 | Fix the Solaris pthread_t raw type in std to match what's in libc | Danek Duvall | -1/+1 |
| 2017-08-01 | add documentation for function pointers as a primitive | QuietMisdreavus | -0/+101 |
| 2017-08-01 | Auto merge of #43560 - QuietMisdreavus:ref-docs, r=steveklabnik | bors | -0/+117 |
| 2017-07-30 | add docs for references as a primitive | QuietMisdreavus | -0/+117 |
| 2017-07-29 | Rollup merge of #43544 - redox-os:update_redox_sys, r=sfackler | Mark Simulacrum | -10/+62 |
| 2017-07-29 | Split FL and FD fcntls | Jeremy Soller | -10/+12 |
| 2017-07-29 | Redox: Add JoinHandleExt (matching Unix version) | Ian Douglas Scott | -0/+50 |