| Age | Commit message (Expand) | Author | Lines |
| 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-03 | auto trait future compatibility lint | leonardo.yvens | -0/+4 |
| 2017-11-03 | Fix std compile error for windows-gnu targets without `backtrace` feature | Rolf Karp | -2/+2 |
| 2017-11-02 | Make join a link to the function's documentation | Sebastian Dröge | -1/+1 |
| 2017-11-02 | Mention that panics can't possibly be caught when compiling with panic=abort | Sebastian Dröge | -1/+1 |
| 2017-11-02 | Use ` instead of ' for function names | Sebastian Dröge | -2/+2 |
| 2017-11-02 | Update the std::thread docs and clarify that panics can nowadays be caught | Sebastian Dröge | -5/+9 |
| 2017-11-01 | RwLock guards are Sync if T is | Ralf Jung | -3/+8 |
| 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 | add missing docs for MetadataExt | Guillaume Gomez | -0/+246 |
| 2017-10-31 | add description to libstd | Doug Goldstein | -0/+1 |
| 2017-10-31 | add repository info to libstd | Doug Goldstein | -0/+1 |
| 2017-10-31 | add license data to libstd | Doug Goldstein | -0/+1 |
| 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-31 | Implement From<SendError<T>> for TrySendError<T> | Julien Cretin | -2/+11 |
| 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-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 |