| Age | Commit message (Expand) | Author | Lines |
| 2017-10-25 | std: Optimize thread park/unpark implementation | Alex Crichton | -15/+72 |
| 2017-10-25 | Rollup merge of #45361 - GuillaumeGomez:fs-docs, r=QuietMisdreavus | Guillaume Gomez | -1/+241 |
| 2017-10-25 | Implement From<RecvError> for TryRecvError and RecvTimeoutError | Julien Cretin | -0/+18 |
| 2017-10-24 | Auto merge of #45446 - leodasvacas:remove-libcollections, r=alexcrichton | bors | -1/+0 |
| 2017-10-24 | Fix doc build on other architectures than linux | Guillaume Gomez | -17/+17 |
| 2017-10-22 | Auto merge of #45451 - durka:patch-45, r=steveklabnik | bors | -2/+2 |
| 2017-10-22 | fix stringify docs in std | Alex Burka | -2/+2 |
| 2017-10-22 | Remove deprecated `collections` crate. | leonardo.yvens | -1/+0 |
| 2017-10-22 | Improve docs around `Once::call_once_force` and `OnceState`. | Corey Farwell | -13/+81 |
| 2017-10-22 | Auto merge of #45400 - alexcrichton:bootstrap-thinlto, r=Mark-Simulacrum | bors | -0/+3 |
| 2017-10-21 | Rollup merge of #45419 - steveklabnik:fix-commonmark-renderings, r=QuietMisdr... | Corey Farwell | -6/+7 |
| 2017-10-21 | Rollup merge of #45227 - frewsxcv:frewsxcv-set-nonblocking, r=sfackler | Corey Farwell | -7/+66 |
| 2017-10-21 | Expand docs/examples for TCP `set_nonblocking` methods. | Corey Farwell | -7/+66 |
| 2017-10-21 | Auto merge of #45391 - malbarbo:x32-1, r=alexcrichton | bors | -7/+8 |
| 2017-10-21 | Auto merge of #45370 - alexcrichton:update-windows-rand, r=sfackler | bors | -46/+10 |
| 2017-10-20 | Fix most rendering warnings from switching to CommonMark | steveklabnik | -6/+7 |
| 2017-10-20 | [test] Add some `#[inline]` to `HashMap` | Alex Crichton | -0/+3 |
| 2017-10-20 | Fix some tests for linux gnux32 | Marco A L Barbosa | -7/+8 |
| 2017-10-19 | Add missing code examples | Guillaume Gomez | -1/+241 |
| 2017-10-18 | std: Update randomness implementation on Windows | Alex Crichton | -46/+10 |
| 2017-10-18 | Implement is_empty() for BufReader | Jonathan Behrens | -0/+25 |
| 2017-10-19 | Rollup merge of #45340 - stjepang:localkey-state-doc-skip-uninitialized, r=al... | kennytm | -1/+4 |
| 2017-10-17 | Add child process IO handling docs | Bryan Tan | -7/+18 |
| 2017-10-17 | Rollup merge of #45339 - xfix:patch-4, r=steveklabnik | kennytm | -3/+4 |
| 2017-10-17 | Rollup merge of #45329 - rust-lang:duplicate-word, r=QuietMisdreavus | kennytm | -2/+2 |
| 2017-10-17 | Rollup merge of #45151 - Pirh:stdio_default_docs, r=frewsxcv | kennytm | -0/+18 |
| 2017-10-17 | Docs: a LocalKey might start in the Valid state | Stjepan Glavina | -1/+4 |
| 2017-10-17 | Update array documentation for Clone trait changes | Konrad Borowski | -3/+4 |
| 2017-10-17 | Remove duplicated word | Guillaume Gomez | -2/+2 |
| 2017-10-15 | Create section on how to spawn processes; change module description | Bryan Tan | -14/+28 |
| 2017-10-15 | Fix std::process hello world example | Bryan Tan | -1/+1 |
| 2017-10-15 | rustbuild: Support specifying archiver and linker explicitly | Vadim Petrochenkov | -12/+1 |
| 2017-10-15 | Auto merge of #45299 - kennytm:rollup, r=kennytm | bors | -20/+49 |
| 2017-10-15 | Rollup merge of #45269 - sfackler:connect-timeout-fix, r=alexcrichton | kennytm | -4/+24 |
| 2017-10-15 | Rollup merge of #45263 - Manishearth:hashmap-clean, r=bluss | kennytm | -16/+16 |
| 2017-10-15 | Rollup merge of #45113 - Pirh:process_output_links, r=steveklabnik | kennytm | -0/+9 |
| 2017-10-15 | Auto merge of #45224 - malbarbo:x32, r=alexcrichton | bors | -1/+1 |
| 2017-10-14 | Fixed accidental deletion of colon | Bryan Tan | -1/+1 |
| 2017-10-14 | Add a brief description and two examples to std::process | Bryan Tan | -7/+43 |
| 2017-10-14 | Fix TcpStream::connect_timeout on linux | Steven Fackler | -4/+24 |
| 2017-10-14 | std: Set probe length tag on cloned hashmaps | Manish Goregaokar | -0/+1 |
| 2017-10-14 | std: Get rid of hash_offet in RawTable | Manish Goregaokar | -16/+15 |
| 2017-10-13 | remove the `T: Sync` requirement for `RwLock<T>: Send` | Jack O'Connor | -1/+1 |
| 2017-10-13 | Add line break after summary of process::Output | Pirh | -3/+5 |
| 2017-10-13 | Rollup merge of #44855 - federicomenaquintero:master, r=steveklabnik | kennytm | -67/+442 |
| 2017-10-11 | Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support | Marco A L Barbosa | -1/+1 |
| 2017-10-11 | ffi/mod.rs: Use only one space after a period ending a sentence | Federico Mena Quintero | -20/+20 |
| 2017-10-11 | ffi/mod.rs: Keep the one-sentence summary at the beginning of the module | Federico Mena Quintero | -0/+2 |
| 2017-10-11 | ffi/c_str.rs: Use only one space after a period ending a sentence | Federico Mena Quintero | -8/+8 |
| 2017-10-11 | ffi/c_str.rs: Fix method/function confusion | Federico Mena Quintero | -3/+3 |