| Age | Commit message (Expand) | Author | Lines |
| 2020-01-06 | Auto merge of #66899 - msizanoen1:riscv-std, r=alexcrichton | bors | -0/+2 |
| 2020-01-04 | Rollup merge of #67848 - ollie27:float_link_name_attr, r=Dylan-DPC | Guillaume Gomez | -1/+0 |
| 2020-01-03 | Remove unused `#[link_name = "m"]` attributes | Oliver Middleton | -1/+0 |
| 2020-01-02 | Use drop instead of the toilet closure `|_| ()` | Lzu Tao | -10/+10 |
| 2020-01-01 | Add support for RISC-V 64-bit GNU/Linux | msizanoen1 | -0/+2 |
| 2019-12-24 | Deprecate Error::description for real | David Tolnay | -0/+1 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -132/+181 |
| 2019-12-22 | Format the world | Mark Rousskov | -591/+638 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -2/+2 |
| 2019-12-20 | Rollup merge of #67442 - reitermarkus:dummy-variable, r=kennytm | Mazdak Farrokhzad | -16/+9 |
| 2019-12-20 | Rollup merge of #67219 - jsgf:command-argv0-debug, r=joshtriplett | Mazdak Farrokhzad | -2/+6 |
| 2019-12-20 | Remove `SOCK_CLOEXEC` dummy variable on platforms that don't use it. | Markus Reiter | -16/+9 |
| 2019-12-18 | Remove `SO_NOSIGPIPE` dummy variable on platforms that don't use it. | Markus Reiter | -11/+6 |
| 2019-12-16 | Fix up Command Debug output when arg0 is specified. | Jeremy Fitzhardinge | -2/+6 |
| 2019-12-12 | Remove irelevant comment on `register_dtor` | chansuke | -2/+0 |
| 2019-12-02 | Rollup merge of #66346 - linkmauve:try-in-docstring, r=Dylan-DPC | Mazdak Farrokhzad | -156/+284 |
| 2019-11-30 | Auto merge of #66887 - dtolnay:rollup-uxowp8d, r=Centril | bors | -605/+775 |
| 2019-11-29 | Format libstd/sys with rustfmt | David Tolnay | -605/+775 |
| 2019-11-29 | really_init cmdline args on Miri | Ralf Jung | -1/+7 |
| 2019-11-29 | Auto merge of #66547 - leo60228:procfs-fallback, r=dtolnay | bors | -1/+29 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -2/+2 |
| 2019-11-25 | Rollup merge of #66512 - jsgf:process-argv0, r=Dylan-DPC | Pietro Albini | -10/+35 |
| 2019-11-24 | Add missing main() and return value | Emmanuel Gil Peyrot | -2/+5 |
| 2019-11-24 | Add missing semicolons and question marks | Emmanuel Gil Peyrot | -5/+5 |
| 2019-11-24 | Also fix the signature of main in std::sys::unix::ext | Emmanuel Gil Peyrot | -1/+3 |
| 2019-11-24 | Return Ok(()) in docstrings in std::os::unix::net | Emmanuel Gil Peyrot | -10/+45 |
| 2019-11-24 | Replace .unwrap() with ? in std::os::unix::net | Emmanuel Gil Peyrot | -149/+237 |
| 2019-11-22 | Make std::sys::unix::args::init a no-op on glibc Linux | leo60228 | -2/+8 |
| 2019-11-22 | Document ARGV_INIT_ARRAY | leo60228 | -0/+2 |
| 2019-11-22 | Set .init_array priority | leo60228 | -1/+1 |
| 2019-11-22 | Use .init_array section on glibc | leo60228 | -0/+20 |
| 2019-11-20 | Rollup merge of #66553 - hermitcore:hermit, r=rkruppe | Mazdak Farrokhzad | -1/+1 |
| 2019-11-19 | HermitCore support is moved to sys/hermit, remove obsolete statement in sys/unix | Stefan Lankes | -1/+1 |
| 2019-11-19 | Add unix::process::CommandExt::arg0 | Jeremy Fitzhardinge | -10/+35 |
| 2019-11-06 | rename cfg(rustdoc) into cfg(doc) | Guillaume Gomez | -15/+15 |
| 2019-11-06 | Rollup merge of #66092 - niacat:master, r=nagisa | Mazdak Farrokhzad | -1/+2 |
| 2019-11-04 | Use any() in code shared between FreeBSD and NetBSD | nia | -1/+1 |
| 2019-11-04 | Use KERN_ARND syscall for random numbers on NetBSD, same as FreeBSD. | nia | -1/+2 |
| 2019-10-28 | [doc] fix the reference to using `OpenOptions::open` | Josh Stone | -1/+1 |
| 2019-10-28 | [doc] add a possessive apostrophe in `OpenOptionsExt::mode` | Josh Stone | -1/+1 |
| 2019-10-26 | Auto merge of #65167 - hermitcore:rusty-hermit, r=alexcrichton | bors | -30/+8 |
| 2019-10-25 | Rollup merge of #65685 - oxalica:statx-eperm, r=alexcrichton | Mazdak Farrokhzad | -42/+55 |
| 2019-10-25 | Merge branch 'master' into rusty-hermit, resolve conflicts | Stefan Lankes | -1/+1 |
| 2019-10-23 | Some tweaks | oxalica | -49/+44 |
| 2019-10-22 | Apply clippy::needless_return suggestions | Mateusz MikuĊa | -1/+1 |
| 2019-10-22 | Merge branch 'master' into rusty-hermit | Stefan Lankes | -34/+2 |
| 2019-10-22 | Fix check of `statx` | oxalica | -16/+34 |
| 2019-10-20 | Merge branch 'master' into rusty-hermit | Stefan Lankes | -10/+217 |
| 2019-10-20 | Auto merge of #65469 - mati865:libc, r=alexcrichton | bors | -34/+2 |
| 2019-10-18 | Fix cast of stx_btime.tv_nsec | oxalica | -1/+1 |