| Age | Commit message (Expand) | Author | Lines |
| 2017-04-16 | Fix stdio descriptors in exec by removing cloexec if present. Use dup2 instea... | Jeremy Soller | -9/+18 |
| 2017-04-12 | Auto merge of #41008 - sagebind:thread_id, r=alexcrichton | bors | -24/+13 |
| 2017-04-12 | Rollup merge of #41243 - projektir:prim_str_docs, r=GuillaumeGomez | Tim Neumann | -4/+4 |
| 2017-04-12 | Auto merge of #40765 - pirate:patch-3, r=aturon | bors | -0/+11 |
| 2017-04-12 | Minor nits in primitive str | projektir | -4/+4 |
| 2017-04-11 | Rollup merge of #41204 - remexre:master, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-04-11 | Auto merge of #41096 - clarcharr:as_bytes_mut, r=alexcrichton | bors | -3/+3 |
| 2017-04-10 | Fixes incorrect formatting in array's documentation. | Nathaniel Ringo | -1/+1 |
| 2017-04-10 | Auto merge of #41103 - projektir:channel_error_docs, r=GuillaumeGomez | bors | -51/+87 |
| 2017-04-09 | Minor fix to mutex example | Geoffry Song | -1/+1 |
| 2017-04-09 | Reduce str transmutes, add mut versions of methods. | Clar Charr | -3/+3 |
| 2017-04-09 | Auto merge of #40829 - mgattozzi:ChildStderr, r=steveklabnik | bors | -2/+3 |
| 2017-04-09 | Auto merge of #41095 - clarcharr:as_extras, r=alexcrichton | bors | -0/+6 |
| 2017-04-08 | Adding links around Sender/SyncSender/Receiver errors; Adding more documentat... | projektir | -51/+87 |
| 2017-04-07 | fix build errors | Nick Sweeting | -2/+3 |
| 2017-04-07 | Add as_c_str. | Clar Charr | -0/+6 |
| 2017-04-07 | Rollup merge of #41120 - clarcharr:c_str_transmute, r=alexcrichton | Corey Farwell | -2/+3 |
| 2017-04-06 | Remove some CStr transmutes. | Clar Charr | -2/+3 |
| 2017-04-06 | Rollup merge of #41111 - ollie27:docs_markdown_fix, r=GuillaumeGomez | Corey Farwell | -23/+40 |
| 2017-04-06 | Rollup merge of #41090 - rap2hpoutre:patch-2, r=steveklabnik | Corey Farwell | -0/+21 |
| 2017-04-06 | Fix Markdown issues in the docs | Oliver Middleton | -23/+40 |
| 2017-04-06 | Auto merge of #41039 - alexcrichton:process-poll, r=nagisa | bors | -13/+9 |
| 2017-04-06 | Update process.rs | raph | -3/+2 |
| 2017-04-05 | Rollup merge of #41054 - anatol:master, r=alexcrichton | Ariel Ben-Yehuda | -1/+1 |
| 2017-04-05 | Rollup merge of #40561 - arthurprs:hm-adapt2, r=pczarn | Ariel Ben-Yehuda | -191/+165 |
| 2017-04-05 | Add example to std::process::abort | raph | -0/+22 |
| 2017-04-05 | Rollup merge of #41035 - jmesmon:revert-bad-raw-fd-impls, r=aturon | Corey Farwell | -15/+0 |
| 2017-04-05 | Rollup merge of #41014 - SimonSapin:patch-6, r=frewsxcv | Corey Farwell | -1/+1 |
| 2017-04-05 | Rollup merge of #41007 - pgerber:dir_builder, r=frewsxcv | Corey Farwell | -3/+6 |
| 2017-04-05 | Rollup merge of #40988 - eugene-bulkin:ascii-docs, r=frewsxcv | Corey Farwell | -8/+58 |
| 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 |