| Age | Commit message (Expand) | Author | Lines |
| 2018-03-03 | Move process::ExitCode internals to sys | Scott McMurray | -1/+13 |
| 2018-02-17 | Auto merge of #47956 - retep998:is-nibbles, r=BurntSushi | bors | -21/+44 |
| 2018-02-11 | Add an unstable FileTypeExt extension trait for Windows | Peter Atashian | -0/+21 |
| 2018-02-03 | Somehow this function got flipped around | Peter Atashian | -3/+3 |
| 2018-02-03 | Go back to files directories and symlinks being mutually exclusive | Peter Atashian | -13/+17 |
| 2018-02-01 | This internal only method is no longer needed. | Peter Atashian | -3/+0 |
| 2018-02-01 | Rewrite remove_dir_all to be correct | Peter Atashian | -3/+5 |
| 2018-02-01 | This is what FileType on Windows should ideally be. | Peter Atashian | -20/+19 |
| 2018-01-31 | Use a range to identify SIGSEGV in stack guards | Josh Stone | -2/+3 |
| 2018-01-26 | Print inlined functions on Windows | John Kåre Alsaker | -37/+52 |
| 2018-01-07 | Replace empty array hack with repr(align) | Robin Kruppe | -11/+3 |
| 2017-12-31 | Auto merge of #46713 - Manishearth:memchr, r=bluss | bors | -1/+1 |
| 2017-12-25 | Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1 | bors | -1/+1 |
| 2017-12-24 | Auto merge of #46789 - Diggsey:command-env-capture, r=dtolnay | bors | -47/+59 |
| 2017-12-24 | Capture environment at spawn | Diggory Blake | -47/+59 |
| 2017-12-23 | Annotate raw pointer target types | Christopher Durham | -1/+1 |
| 2017-12-19 | Add Hash impl for SystemTime and Instant | Vitaly _Vi Shukela | -1/+8 |
| 2017-12-13 | Move rust memchr impl to libcore | Manish Goregaokar | -1/+1 |
| 2017-11-25 | Implement `Rc`/`Arc` conversions for string-like types | Murarth | -0/+24 |
| 2017-11-24 | std: Flag Windows TLS dtor symbol as #[used] | Alex Crichton | -1/+2 |
| 2017-11-09 | std: Avoid use of `libc` in portable modules | Alex Crichton | -6/+7 |
| 2017-11-08 | std: Move the `cmath` module into the `sys` module | Alex Crichton | -0/+104 |
| 2017-11-08 | std: Change how EBADF is handled in `sys` | Alex Crichton | -1/+4 |
| 2017-11-08 | std: Remove `rand` crate and module | Alex Crichton | -39/+27 |
| 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-10-26 | Rollup merge of #45059 - tmccombs:pid, r=alexcrichton | kennytm | -0/+4 |
| 2017-10-21 | Rollup merge of #45419 - steveklabnik:fix-commonmark-renderings, r=QuietMisdr... | Corey Farwell | -1/+1 |
| 2017-10-20 | Fix most rendering warnings from switching to CommonMark | steveklabnik | -1/+1 |
| 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-13 | Rollup merge of #44855 - federicomenaquintero:master, r=steveklabnik | kennytm | -0/+56 |
| 2017-10-06 | Add current_pid function | Thayne McCombs | -0/+4 |
| 2017-10-04 | Auto merge of #44979 - hinaria:master, r=dtolnay | bors | -0/+13 |
| 2017-10-03 | windows: make `backtrace = false` compile | hinaria | -0/+13 |
| 2017-09-27 | Made `fs::copy` return the length of the main stream | Stephane Raux | -4/+4 |
| 2017-09-25 | Module overview for std::os::windows:ffi | Federico Mena Quintero | -0/+56 |
| 2017-09-14 | Merge branch 'master' into threadname | Joshua Sheard | -3/+8 |
| 2017-09-14 | Auto merge of #43972 - TobiasSchaffner:std_clean, r=alexcrichton | bors | -0/+2 |
| 2017-09-13 | Move default stack min size to thread implementations | Tobias Schaffner | -0/+2 |
| 2017-09-07 | Properly detect overflow in Instance +/- Duration. | kennytm | -3/+6 |
| 2017-09-06 | Implement named threads on Windows | Joshua Sheard | -7/+17 |
| 2017-08-26 | std: Handle OS errors when joining threads | Alex Crichton | -1/+6 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -8/+8 |
| 2017-08-13 | Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov | Guillaume Gomez | -1/+1 |
| 2017-08-13 | Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichton | bors | -2/+11 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -1/+1 |
| 2017-08-12 | Fix error during cross-platform documentation. | kennytm | -2/+10 |
| 2017-08-10 | Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1 | bors | -2/+2 |