| Age | Commit message (Expand) | Author | Lines |
| 2017-12-27 | Implement rename using new system call | Jeremy Soller | -7/+34 |
| 2017-12-25 | Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1 | bors | -2/+2 |
| 2017-12-24 | Auto merge of #46789 - Diggsey:command-env-capture, r=dtolnay | bors | -163/+151 |
| 2017-12-24 | Capture environment at spawn | Diggory Blake | -163/+151 |
| 2017-12-23 | Annotate raw pointer target types | Christopher Durham | -1/+1 |
| 2017-12-22 | fix some errors in libstd | Michael Hewson | -1/+1 |
| 2017-12-19 | Add Hash impl for SystemTime and Instant | Vitaly _Vi Shukela | -9/+32 |
| 2017-12-18 | Add lossless debug implementation for unix OsStrs | Diggory Blake | -3/+6 |
| 2017-12-13 | Move rust memchr impl to libcore | Manish Goregaokar | -4/+4 |
| 2017-12-11 | Merge remote-tracking branch 'origin/master' into miri | Oliver Schneider | -4/+1 |
| 2017-12-09 | Use Try syntax for Option in place of macros or match | Matt Brubeck | -4/+1 |
| 2017-12-06 | Update miri to rustc changes | Oliver Schneider | -552/+3166 |
| 2017-11-30 | NetBSD: add sysctl backend for std::env::current_exe | Jonathan A. Kollasch | -1/+28 |
| 2017-11-25 | Implement `Rc`/`Arc` conversions for string-like types | Murarth | -0/+96 |
| 2017-11-25 | rustbuild: Enable WebAssembly backend by default | Alex Crichton | -46/+63 |
| 2017-11-24 | std: Flag Windows TLS dtor symbol as #[used] | Alex Crichton | -1/+2 |
| 2017-11-21 | Rollup merge of #46092 - sfackler:ppid, r=alexcrichton | kennytm | -0/+14 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -0/+2014 |
| 2017-11-19 | Add process::parent_id | Steven Fackler | -0/+14 |
| 2017-11-14 | Auto merge of #45896 - malbarbo:use-libc-const, r=alexcrichton | bors | -50/+5 |
| 2017-11-13 | Rollup merge of #45893 - redox-os:futex_timeout, r=alexcrichton | kennytm | -22/+38 |
| 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 | -17/+19 |
| 2017-11-08 | std: Move the `cmath` module into the `sys` module | Alex Crichton | -0/+192 |
| 2017-11-08 | std: Change how EBADF is handled in `sys` | Alex Crichton | -3/+12 |
| 2017-11-08 | std: Remove `rand` crate and module | Alex Crichton | -300/+107 |
| 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 | Rollup merge of #45470 - GuillaumeGomez:unix-metadata-ext, r=QuietMisdreavus | kennytm | -0/+246 |
| 2017-11-05 | Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr... | bors | -3/+1 |
| 2017-11-04 | Remove import of now unused AsciiExt | Lukas Kalbertodt | -3/+1 |
| 2017-11-03 | Fix std compile error for windows-gnu targets without `backtrace` feature | Rolf Karp | -2/+2 |
| 2017-11-01 | Rollup merge of #45652 - malbarbo:x32-2, r=alexcrichton | kennytm | -1/+3 |
| 2017-10-31 | add missing docs for MetadataExt | Guillaume Gomez | -0/+246 |
| 2017-10-31 | Fix NR_GETRANDOM for linux x32 | Marco A L Barbosa | -1/+3 |
| 2017-10-31 | Update doc comment for the Unix extension module | Tobias Bucher | -2/+8 |
| 2017-10-26 | Rollup merge of #45059 - tmccombs:pid, r=alexcrichton | kennytm | -0/+12 |
| 2017-10-21 | Rollup merge of #45419 - steveklabnik:fix-commonmark-renderings, r=QuietMisdr... | Corey Farwell | -1/+1 |
| 2017-10-21 | Auto merge of #45391 - malbarbo:x32-1, r=alexcrichton | bors | -7/+8 |
| 2017-10-20 | Fix most rendering warnings from switching to CommonMark | steveklabnik | -1/+1 |
| 2017-10-20 | Fix some tests for linux gnux32 | Marco A L Barbosa | -7/+8 |
| 2017-10-18 | std: Update randomness implementation on Windows | Alex Crichton | -46/+10 |
| 2017-10-17 | Remove duplicated word | Guillaume Gomez | -2/+2 |
| 2017-10-14 | Fix TcpStream::connect_timeout on linux | Steven Fackler | -4/+9 |
| 2017-10-13 | Rollup merge of #44855 - federicomenaquintero:master, r=steveklabnik | kennytm | -0/+56 |
| 2017-10-09 | Auto merge of #45041 - est31:master, r=alexcrichton | bors | -29/+4 |
| 2017-10-08 | Auto merge of #45030 - raggi:zircon-handle-t, r=alexcrichton | bors | -18/+17 |
| 2017-10-06 | Add current_pid function | Thayne McCombs | -0/+12 |