| Age | Commit message (Expand) | Author | Lines |
| 2020-01-04 | Rollup merge of #67848 - ollie27:float_link_name_attr, r=Dylan-DPC | Guillaume Gomez | -3/+0 |
| 2020-01-03 | Remove unused `#[link_name = "m"]` attributes | Oliver Middleton | -3/+0 |
| 2020-01-02 | Use drop instead of the toilet closure `|_| ()` | Lzu Tao | -25/+25 |
| 2019-12-28 | Auto merge of #67605 - lzutao:msdn-links, r=Mark-Simulacrum | bors | -17/+17 |
| 2019-12-25 | tidy: change msdn links to newer locations | Lzu Tao | -17/+17 |
| 2019-12-24 | Deprecate Error::description for real | David Tolnay | -0/+9 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -137/+184 |
| 2019-12-22 | Format the world | Mark Rousskov | -2460/+2501 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -23/+23 |
| 2019-12-20 | Rollup merge of #67442 - reitermarkus:dummy-variable, r=kennytm | Mazdak Farrokhzad | -18/+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 | -18/+9 |
| 2019-12-18 | Remove `SO_NOSIGPIPE` dummy variable on platforms that don't use it. | Markus Reiter | -12/+6 |
| 2019-12-16 | Fix up Command Debug output when arg0 is specified. | Jeremy Fitzhardinge | -2/+6 |
| 2019-12-15 | Rollup merge of #67267 - alexcrichton:update-wasi-libc, r=Dylan-DPC | Mazdak Farrokhzad | -14/+21 |
| 2019-12-14 | Auto merge of #67084 - Pagten:feature/print-msg-from-elf-entrypoint, r=Amanieu | bors | -0/+30 |
| 2019-12-12 | Fix signature of `__wasilibc_find_relpath` | Alex Crichton | -14/+21 |
| 2019-12-12 | Remove irelevant comment on `register_dtor` | chansuke | -2/+0 |
| 2019-12-09 | inline some common methods on OsStr | Lzu Tao | -0/+1 |
| 2019-12-06 | Rewrite %rax register before syscall because it is overwritten by the syscall... | Pieter Agten | -2/+2 |
| 2019-12-06 | Auto merge of #67080 - JohnTitor:rollup-2t6fm3u, r=JohnTitor | bors | -9/+26 |
| 2019-12-06 | Rollup merge of #67065 - alexcrichton:update-wasi, r=sfackler | Yuki Okushi | -0/+1 |
| 2019-12-06 | Rollup merge of #67041 - Wind-River:master_base, r=alexcrichton | Yuki Okushi | -0/+3 |
| 2019-12-06 | Rollup merge of #66649 - Wind-River:master_xyz, r=alexcrichton | Yuki Okushi | -9/+22 |
| 2019-12-06 | Auto merge of #66835 - AviKozokin:master, r=alexcrichton | bors | -2/+2 |
| 2019-12-05 | Fix fetching arguments on the wasm32-wasi target | Alex Crichton | -0/+1 |
| 2019-12-05 | Processed review comments | Pieter Agten | -7/+17 |
| 2019-12-04 | Create a separate entry point for the ELF file, instead of using the SGX entr... | Pieter Agten | -0/+20 |
| 2019-12-03 | add ExitStatusExt into prelude | BaoshanPang | -0/+3 |
| 2019-12-03 | Update the `wasi` crate for `wasm32-wasi` | Alex Crichton | -361/+295 |
| 2019-12-02 | added correct error code for WSASocketW failure fallback | avikozokin | -2/+2 |
| 2019-12-02 | Rollup merge of #66346 - linkmauve:try-in-docstring, r=Dylan-DPC | Mazdak Farrokhzad | -156/+284 |
| 2019-11-30 | Rollup merge of #66705 - pitdicker:atomic_mut_ptr, r=KodrAus | Mazdak Farrokhzad | -5/+5 |
| 2019-11-30 | Auto merge of #66887 - dtolnay:rollup-uxowp8d, r=Centril | bors | -2285/+2527 |
| 2019-11-29 | Format libstd/sys with rustfmt | David Tolnay | -2285/+2527 |
| 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 | -3/+3 |
| 2019-11-25 | Rollup merge of #66512 - jsgf:process-argv0, r=Dylan-DPC | Pietro Albini | -10/+35 |
| 2019-11-24 | Use as_mut_ptr instead of casts | Paul Dicker | -5/+5 |
| 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 | ensure that access to the environment is synchronized | BaoshanPang | -9/+18 |
| 2019-11-22 | pass the captured environment variables to rtpSpawn | BaoshanPang | -1/+5 |
| 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 |