| Age | Commit message (Expand) | Author | Lines |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -9/+2067 |
| 2017-11-14 | Auto merge of #45981 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -2/+2 |
| 2017-11-14 | Auto merge of #45896 - malbarbo:use-libc-const, r=alexcrichton | bors | -50/+5 |
| 2017-11-14 | Fixed several pulldown warnings when documenting libstd. | kennytm | -2/+2 |
| 2017-11-13 | Rollup merge of #45893 - redox-os:futex_timeout, r=alexcrichton | kennytm | -22/+38 |
| 2017-11-13 | Rollup merge of #45892 - redox-os:is_absolute_fix, r=alexcrichton | kennytm | -4/+4 |
| 2017-11-11 | Auto merge of #45152 - Binero:master, r=dtolnay | bors | -11/+43 |
| 2017-11-11 | Improvided map_entry_replace examples | Jeroen Bollen | -12/+22 |
| 2017-11-11 | Changed tabs back into spaces to fix formatting. | Jeroen Bollen | -2/+2 |
| 2017-11-11 | Addressed issues raised in #44286. | Jeroen Bollen | -5/+27 |
| 2017-11-11 | Add missing links and examples for FileExt | Guillaume Gomez | -2/+40 |
| 2017-11-09 | Use getrandom syscall for all Linux and Android targets. | Marco A L Barbosa | -50/+5 |
| 2017-11-09 | Add futex timeout | Jeremy Soller | -22/+38 |
| 2017-11-09 | std: Avoid use of `libc` in portable modules | Alex Crichton | -31/+33 |
| 2017-11-08 | std: Move the `cmath` module into the `sys` module | Alex Crichton | -133/+196 |
| 2017-11-08 | std: Change how EBADF is handled in `sys` | Alex Crichton | -6/+13 |
| 2017-11-08 | std: Remove `rand` crate and module | Alex Crichton | -610/+114 |
| 2017-11-08 | Rollup merge of #45830 - pornel:dosglobs, r=dtolnay | Guillaume Gomez | -0/+4 |
| 2017-11-08 | Rollup merge of #45582 - GuillaumeGomez:doc-unix-missing-links, r=frewsxcv | Guillaume Gomez | -4/+70 |
| 2017-11-07 | Add missing links and examples | Guillaume Gomez | -4/+70 |
| 2017-11-07 | Warn about non-portability of glob patterns | Kornel | -0/+4 |
| 2017-11-07 | Rollup merge of #45714 - sdroege:thread-panic-docs, r=dtolnay | kennytm | -5/+9 |
| 2017-11-07 | Rollup merge of #45682 - RalfJung:rwlock-guards, r=alexcrichton | kennytm | -3/+8 |
| 2017-11-07 | Rollup merge of #45470 - GuillaumeGomez:unix-metadata-ext, r=QuietMisdreavus | kennytm | -0/+246 |
| 2017-11-06 | Auto merge of #45369 - fintelia:patch-1, r=BurntSushi | bors | -0/+25 |
| 2017-11-05 | Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr... | bors | -604/+114 |
| 2017-11-04 | rustc: Handle some libstd symbole exports better | Alex Crichton | -0/+11 |
| 2017-11-04 | Allow absolute if either contains root or a scheme | Jeremy Soller | -4/+4 |
| 2017-11-04 | Remove import of now unused AsciiExt | Lukas Kalbertodt | -3/+1 |
| 2017-11-04 | Rollup merge of #45739 - rkarp:master, r=petrochenkov | kennytm | -2/+2 |
| 2017-11-04 | Rollup merge of #45669 - cardoe:metadata, r=kennytm | kennytm | -0/+3 |
| 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-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 |