| Age | Commit message (Expand) | Author | Lines |
| 2017-04-05 | Rollup merge of #40981 - Technius:master, r=steveklabnik | Corey Farwell | -46/+172 |
| 2017-04-05 | Rollup merge of #40977 - projektir:BarrierWaitResult_doc, r=steveklabnik | Corey Farwell | -5/+4 |
| 2017-04-05 | Rollup merge of #40608 - GuillaumeGomez:mutex-doc-inconsistency, r=steveklabnik | Corey Farwell | -7/+7 |
| 2017-04-04 | Simplify HashMap Bucket interface | arthurprs | -191/+165 |
| 2017-04-04 | Change docs to follow review requests | Michael Gattozzi | -3/+3 |
| 2017-04-04 | std: Use `poll` instead of `select` | Alex Crichton | -13/+9 |
| 2017-04-04 | Use derived Debug for ThreadId | Stephen M. Coakley | -8/+1 |
| 2017-04-03 | Replace magic number with readable sig constant | Anatol Pomozov | -1/+1 |
| 2017-04-03 | Fix styling issues | Bryan Tan | -6/+17 |
| 2017-04-03 | Fix mutex's docs inconsistency | Guillaume Gomez | -7/+7 |
| 2017-04-03 | Revert "Implement AsRawFd/IntoRawFd for RawFd" | Cody P Schafer | -15/+0 |
| 2017-04-03 | Derive Hash for ThreadId + better example | Stephen M. Coakley | -17/+13 |
| 2017-04-02 | std::thread docs: fix link to current() | Simon Sapin | -1/+1 |
| 2017-04-02 | Improve documentation for `std::fs::DirBuilder` | Peter Gerber | -3/+6 |
| 2017-04-01 | Add more std::ascii module-level docs. | Eugene Bulkin | -0/+14 |
| 2017-04-01 | Clean up std::ascii sub-level docs. | Eugene Bulkin | -8/+44 |
| 2017-03-31 | Fix warnings in examples | Bryan Tan | -9/+9 |
| 2017-03-31 | Fix broken links to std::iter::Iterator::next | Bryan Tan | -2/+2 |
| 2017-03-31 | Add links and examples to std::sync::mpsc docs (#29377) | Bryan Tan | -31/+136 |
| 2017-03-31 | Updating the description for BarrierWaitResult #29377 | projektir | -5/+4 |
| 2017-03-31 | Rollup merge of #40763 - pirate:patch-2, r=steveklabnik | Corey Farwell | -0/+12 |
| 2017-03-31 | Rollup merge of #40703 - GuillaumeGomez:pointer-docs, r=steveklabnik | Corey Farwell | -4/+9 |
| 2017-03-31 | Rollup merge of #40904 - rap2hpoutre:patch-1, r=steveklabnik | Corey Farwell | -0/+14 |
| 2017-03-31 | Rollup merge of #40869 - ctjhoa:master, r=steveklabnik | Corey Farwell | -0/+19 |
| 2017-03-31 | Rollup merge of #40842 - Mic92:RawFd, r=aturon | Corey Farwell | -0/+15 |
| 2017-03-30 | Add links to std::sync::mpsc docs #29377 | Bryan Tan | -15/+25 |
| 2017-03-30 | tweak links | Nick Sweeting | -2/+2 |
| 2017-03-30 | Replace hardcoded forward slash with path::MAIN_SEPARATOR | Thomas Jespersen | -2/+2 |
| 2017-03-30 | Update process.rs | raph | -1/+1 |
| 2017-03-29 | Improve os::linux documentation (#29367) | Camille TJHOA | -0/+19 |
| 2017-03-29 | Removing trailing spaces | raph | -3/+3 |
| 2017-03-29 | adding /// | raph | -0/+1 |
| 2017-03-29 | Add example to std::process::abort | raph | -0/+13 |
| 2017-03-29 | Rollup merge of #40866 - projektir:once_docs, r=estebank | Corey Farwell | -8/+29 |
| 2017-03-29 | Adding linking for Once docs #29377 | projektir | -8/+29 |
| 2017-03-28 | Rollup merge of #40838 - lukaramu:std-net-docs, r=GuillaumeGomez | Corey Farwell | -140/+476 |
| 2017-03-28 | Rollup merge of #40783 - stepancheg:cursor-new-0, r=aturon | Corey Farwell | -0/+4 |
| 2017-03-28 | add missing import | Nick Sweeting | -0/+2 |
| 2017-03-27 | Rollup merge of #40837 - alanstoate:ascii-docs, r=steveklabnik | Alex Crichton | -9/+15 |
| 2017-03-27 | Fix tidy errors and simplify example | Nick Sweeting | -8/+6 |
| 2017-03-27 | Rollup merge of #40516 - alexcrichton:no-cache-handles, r=aturon | Alex Crichton | -55/+46 |
| 2017-03-27 | Rollup merge of #40317 - malbarbo:update-libc, r=alexcrichton | Alex Crichton | -10/+35 |
| 2017-03-27 | Addressed requested changes for PR #40838 | lukaramu | -26/+17 |
| 2017-03-27 | Fixed spelling mistakes | Alan Stoate | -2/+2 |
| 2017-03-26 | Implement AsRawFd/IntoRawFd for RawFd | Jörg Thalheim | -0/+15 |
| 2017-03-26 | fix trailing whitespace | lukaramu | -1/+1 |
| 2017-03-26 | Expanded std::net module docs | lukaramu | -0/+26 |
| 2017-03-26 | Expanded top-level docs for std::net{TcpListener,TcpStream,UdpSocket} | lukaramu | -9/+58 |
| 2017-03-26 | Added links to std::net::Shutdown docs and made them more consistent | lukaramu | -6/+19 |
| 2017-03-26 | Added examples to std::net::{SocketAddr, SocketAddrV4, SocketAddrV6} docs | lukaramu | -0/+36 |