| Age | Commit message (Expand) | Author | Lines |
| 2017-11-04 | Remove import of now unused AsciiExt | Lukas Kalbertodt | -3/+1 |
| 2017-11-03 | Mark several ascii methods as unstable again | Lukas Kalbertodt | -0/+1 |
| 2017-11-03 | Remove unused AsciiExt imports and fix tests related to ascii methods | Lukas Kalbertodt | -3/+5 |
| 2017-11-03 | Copy `AsciiExt` methods to `str` directly | Lukas Kalbertodt | -3/+13 |
| 2017-11-03 | Copy `AsciiExt` methods to `[u8]` directly | Lukas Kalbertodt | -0/+10 |
| 2017-11-03 | Remove examples in doc-comments of `AsciiExt` methods | Lukas Kalbertodt | -319/+48 |
| 2017-11-03 | Use direct implementation on u8/char to implement AsciiExt | Lukas Kalbertodt | -280/+41 |
| 2017-11-03 | Copy `AsciiExt` methods to `char` directly | Lukas Kalbertodt | -1/+0 |
| 2017-11-03 | Revert signature of eq_ignore_ascii_case() to original | Lukas Kalbertodt | -1/+1 |
| 2017-11-03 | Add all methods of AsciiExt to u8 directly | Lukas Kalbertodt | -1/+1 |
| 2017-11-01 | Auto merge of #45674 - kennytm:rollup, r=kennytm | bors | -7/+20 |
| 2017-11-01 | Rollup merge of #45664 - mbrubeck:docs, r=estebank | kennytm | -4/+5 |
| 2017-11-01 | Rollup merge of #45652 - malbarbo:x32-2, r=alexcrichton | kennytm | -1/+3 |
| 2017-11-01 | Rollup merge of #45649 - tbu-:pr_doc_bufread_eof, r=estebank | kennytm | -0/+4 |
| 2017-11-01 | Rollup merge of #45648 - tbu-:pr_doc_unix_ext, r=estebank | kennytm | -2/+8 |
| 2017-11-01 | Auto merge of #45267 - oconnor663:rwlock_send, r=alexcrichton | bors | -1/+1 |
| 2017-10-31 | Auto merge of #44764 - nvzqz:master, r=alexcrichton | bors | -0/+10 |
| 2017-10-31 | Fix incorrect error type in Read::byte docs | Matt Brubeck | -4/+5 |
| 2017-10-31 | Fix NR_GETRANDOM for linux x32 | Marco A L Barbosa | -1/+3 |
| 2017-10-31 | Add a hint what `BufRead` functions do on EOF | Tobias Bucher | -0/+4 |
| 2017-10-31 | Update doc comment for the Unix extension module | Tobias Bucher | -2/+8 |
| 2017-10-29 | Auto merge of #45295 - Technius:docs/process, r=steveklabnik | bors | -11/+72 |
| 2017-10-28 | Add no_run to process examples involving unix commands | Bryan Tan | -2/+2 |
| 2017-10-28 | Rollup merge of #45449 - frewsxcv:frewsxcv-udp-nonblocking, r=sfackler | kennytm | -4/+33 |
| 2017-10-27 | Auto merge of #45285 - alexcrichton:update-bootstrap, r=Mark-Simulacrum | bors | -18/+12 |
| 2017-10-27 | Auto merge of #45524 - alexcrichton:improve-park-unpark, r=dtolnay | bors | -15/+72 |
| 2017-10-26 | Bump to 1.23 and update bootstrap | Alex Crichton | -18/+12 |
| 2017-10-26 | Improve docs for UdpSocket::set_nonblocking. | Corey Farwell | -4/+33 |
| 2017-10-26 | Rollup merge of #45059 - tmccombs:pid, r=alexcrichton | kennytm | -0/+31 |
| 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-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-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 |