| Age | Commit message (Expand) | Author | Lines |
| 2019-08-08 | Rollup merge of #63327 - lzutao:fix-as_raw_stat-dep-msg, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+4 |
| 2019-08-07 | Add fs::read_dir() and ReadDir warning about iterator order + example | Ali Raheem | -0/+32 |
| 2019-08-06 | Fix cfg_if usage | Jeremy Soller | -2/+2 |
| 2019-08-06 | redox: convert to target_family unix | Jeremy Soller | -6425/+551 |
| 2019-08-06 | Add an overflow check in truncate implementation for Unix. | Marcin Mielniczuk | -3/+11 |
| 2019-08-06 | avoid unnecessary reservations in std::io::Take::read_to_end | Jack O'Connor | -8/+58 |
| 2019-08-06 | doc: Reword deprecation message of MetadataExt::as_raw_stat | Lzu Tao | -3/+4 |
| 2019-08-06 | Match the loop examples | Stefan Schindler | -3/+4 |
| 2019-08-06 | Auto merge of #63319 - Centril:rollup-d89rmey, r=Centril | bors | -0/+2 |
| 2019-08-06 | Rollup merge of #63184 - JasonShin:master, r=sfackler | Mazdak Farrokhzad | -0/+2 |
| 2019-08-06 | Auto merge of #62987 - Thomasdezeeuw:ioslice-advance, r=Thomasdezeeuw | bors | -1/+351 |
| 2019-08-05 | Auto merge of #61491 - stjepang:impls-for-accesserror, r=dtolnay | bors | -0/+5 |
| 2019-08-04 | Add #[stable] to Error impl | Stjepan Glavina | -0/+1 |
| 2019-08-03 | Add {IoSlice, IoSliceMut}::advance | Thomas de Zeeuw | -1/+351 |
| 2019-08-02 | Auto merge of #63228 - Centril:rollup-x39p5ga, r=Centril | bors | -64/+0 |
| 2019-08-03 | Rollup merge of #63206 - BaoshanPang:master, r=alexcrichton | Mazdak Farrokhzad | -64/+0 |
| 2019-08-02 | Auto merge of #62309 - jlevon:62302, r=alexcrichton | bors | -1/+14 |
| 2019-08-02 | remove unsupported test case | Baoshan Pang | -64/+0 |
| 2019-08-02 | Auto merge of #63214 - Centril:rollup-hdb7dnx, r=Centril | bors | -2/+2 |
| 2019-08-02 | Rollup merge of #63189 - waywardmonkeys:doc-improvements, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-08-02 | provide thread name to OS for Solarish systems | John Levon | -1/+14 |
| 2019-08-02 | Auto merge of #61393 - gnzlbg:update_libc, r=gnzlbg | bors | -4/+21 |
| 2019-08-02 | Remove extraneous {} in use stmts in doc comments. | Bruce Mitchener | -2/+2 |
| 2019-08-01 | Remove mach dependency | gnzlbg | -12/+21 |
| 2019-08-01 | Update libc and use the Mach kernel APIs via the mach crate instead. | gnzlbg | -4/+12 |
| 2019-08-01 | Auto merge of #63194 - pietroalbini:rollup-xgnvb1b, r=pietroalbini | bors | -1/+1 |
| 2019-08-01 | Rollup merge of #62644 - arnottcr:std_io-doc, r=steveklabnik | Pietro Albini | -1/+1 |
| 2019-08-01 | Auto merge of #62507 - petrochenkov:macunstab, r=alexcrichton | bors | -3/+2 |
| 2019-08-01 | Update src/libstd/path.rs to shorten the explanation for .to_str validation step | Jason Shin | -1/+1 |
| 2019-08-01 | Explaining the reason why validation is performed in to_str of path.rs | Jason Shin | -0/+2 |
| 2019-07-31 | Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]` | Vadim Petrochenkov | -3/+2 |
| 2019-07-31 | Attempt to fix backtrace tests on i686-msvc | Alex Crichton | -1/+1 |
| 2019-07-31 | Fix UWP build | Martin Finkel | -2/+2 |
| 2019-07-30 | Rollup merge of #63117 - BaoshanPang:bugfix, r=alexcrichton | Mazdak Farrokhzad | -14/+3 |
| 2019-07-30 | Rollup merge of #63109 - alexcrichton:disable-windows-fs-test, r=sfackler | Mazdak Farrokhzad | -2/+2 |
| 2019-07-29 | std: Fix a failing `fs` test on Windows | Alex Crichton | -2/+2 |
| 2019-07-29 | use gloabl variable 'environ' to pass environments to rtpSpawn | Baoshan Pang | -14/+3 |
| 2019-07-28 | vxworks: Remove Linux-specific comments. | Joe Richey | -25/+1 |
| 2019-07-29 | Rollup merge of #62809 - alexcrichton:wasm-llvm-9, r=nikic | Mazdak Farrokhzad | -134/+56 |
| 2019-07-28 | Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centril | bors | -2/+8 |
| 2019-07-28 | Rollup merge of #63053 - kornelski:clockdrift, r=shepmaster | Mazdak Farrokhzad | -2/+8 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -0/+1 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -4/+0 |
| 2019-07-28 | SystemTime docs: recommend Instant for elapsed time | Kornel | -2/+8 |
| 2019-07-28 | Rollup merge of #62806 - mati865:clippy, r=TimNN | Mazdak Farrokhzad | -4/+4 |
| 2019-07-27 | Auto merge of #63029 - petrochenkov:rpass, r=Centril | bors | -1/+1 |
| 2019-07-27 | Remove run-pass test suites | Vadim Petrochenkov | -1/+1 |
| 2019-07-27 | Rollup merge of #63013 - nivkner:ffi-safe-slice, r=sfackler | Mazdak Farrokhzad | -0/+3 |
| 2019-07-26 | Auto merge of #62086 - petrochenkov:builtout, r=eddyb | bors | -539/+105 |
| 2019-07-26 | Rollup merge of #62980 - alexcrichton:windows-metadata, r=sfackler | Mazdak Farrokhzad | -16/+69 |