| Age | Commit message (Expand) | Author | Lines |
| 2019-08-15 | Hygienize use of built-in macros in the standard library | Vadim Petrochenkov | -9/+9 |
| 2019-08-15 | Rollup merge of #63546 - lzutao:clouldabi-maybeuninit, r=RalfJung | Mazdak Farrokhzad | -14/+18 |
| 2019-08-15 | Rollup merge of #63155 - mfkl:uwp-msvc, r=alexcrichton | Mazdak Farrokhzad | -2/+2 |
| 2019-08-15 | Remove uses of `mem::uninitialized()` from cloudabi | Lzu Tao | -14/+18 |
| 2019-08-14 | Handle cfg(bootstrap) throughout | Mark Rousskov | -55/+19 |
| 2019-08-12 | Rollup merge of #63480 - OptimisticPeach:patch-1, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-08-12 | Rollup merge of #63461 - tommilligan:doc-var-panic, r=joshtriplett | Mazdak Farrokhzad | -0/+12 |
| 2019-08-12 | Fixes #63477 | OptimisticPeach | -1/+1 |
| 2019-08-11 | Rollup merge of #61969 - MikailBag:master, r=Centril | Mark Rousskov | -0/+30 |
| 2019-08-11 | docs: add stdlib env::var(_os) panic | Tom Milligan | -0/+12 |
| 2019-08-10 | Rollup merge of #63350 - iluuu1994:use-associated-type-bounds, r=Centril | Mazdak Farrokhzad | -2/+11 |
| 2019-08-10 | Give built-in macros stable addresses in the standard library | Vadim Petrochenkov | -21/+30 |
| 2019-08-09 | Add FIXME-s that some types should be transparent | Mikail Bagishov | -0/+30 |
| 2019-08-09 | Add missing #![feature(associated_type_bounds)] | Ilija Tovilo | -0/+1 |
| 2019-08-09 | Postpone deprecating try! until 1.39.0 | Lzu Tao | -1/+2 |
| 2019-08-09 | Deprecate `try!` macro | BO41 | -1/+4 |
| 2019-08-08 | Use associated_type_bounds where applicable - closes #61738 | Ilija Tovilo | -2/+10 |
| 2019-08-08 | Rollup merge of #63332 - marmistrz:truncate, r=alexcrichton | Mazdak Farrokhzad | -3/+11 |
| 2019-08-08 | Move the TryInto import into the inner scope | Marcin Mielniczuk | -1/+1 |
| 2019-08-08 | Rollup merge of #63327 - lzutao:fix-as_raw_stat-dep-msg, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+4 |
| 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 |