| Age | Commit message (Expand) | Author | Lines |
| 2020-01-16 | Rollup merge of #68033 - ollie27:win_f32, r=dtolnay | Dylan DPC | -5/+5 |
| 2020-01-10 | make use of pointer::is_null | Lzu Tao | -1/+1 |
| 2020-01-08 | Don't use f64 shims for f32 cmath functions on none 32-bit x86 MSVC | Oliver Middleton | -5/+5 |
| 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 | -6/+6 |
| 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/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -544/+548 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -12/+12 |
| 2019-12-09 | inline some common methods on OsStr | Lzu Tao | -0/+1 |
| 2019-12-02 | added correct error code for WSASocketW failure fallback | avikozokin | -2/+2 |
| 2019-11-29 | Format libstd/sys with rustfmt | David Tolnay | -518/+613 |
| 2019-10-22 | Apply clippy::while_let_on_iterator suggestions | Mateusz Mikuła | -2/+1 |
| 2019-10-22 | Apply clippy::needless_return suggestions | Mateusz Mikuła | -7/+7 |
| 2019-10-11 | make File::try_clone produce non-inheritable handles on Windows | Jack O'Connor | -1/+1 |
| 2019-09-05 | std: Improve downstream codegen in `Command::env` | Alex Crichton | -13/+11 |
| 2019-08-15 | Rollup merge of #63155 - mfkl:uwp-msvc, r=alexcrichton | Mazdak Farrokhzad | -2/+2 |
| 2019-08-03 | Add {IoSlice, IoSliceMut}::advance | Thomas de Zeeuw | -0/+24 |
| 2019-07-31 | Fix UWP build | Martin Finkel | -2/+2 |
| 2019-07-27 | Rollup merge of #63013 - nivkner:ffi-safe-slice, r=sfackler | Mazdak Farrokhzad | -0/+1 |
| 2019-07-26 | add repr(transparent) to IoSliceMut where missing | Niv Kaminer | -0/+1 |
| 2019-07-26 | std: Add more accessors for `Metadata` on Windows | Alex Crichton | -16/+69 |
| 2019-07-25 | std: win: Disable stack overflow handling on UWP | Hugo Beauzée-Luyssen | -29/+45 |
| 2019-07-25 | std: win: Don't use console APIs on UWP | Hugo Beauzée-Luyssen | -26/+119 |
| 2019-07-25 | std: win: Don't use GetFileInformationByHandle on UWP | Hugo Beauzée-Luyssen | -19/+76 |
| 2019-07-25 | std: win: Don't use GetUserProfileDirectoryW on UWP | Hugo Beauzée-Luyssen | -13/+26 |
| 2019-07-25 | std: win: Don't expose link() on UWP | Hugo Beauzée-Luyssen | -4/+11 |
| 2019-07-25 | std: win: Don't use SetHandleInformation on UWP | Hugo Beauzée-Luyssen | -19/+61 |
| 2019-07-25 | std: rand: Use BCrypt on UWP | Hugo Beauzée-Luyssen | -2/+41 |
| 2019-07-25 | libstd: windows: compat: Allow use of attributes | Hugo Beauzée-Luyssen | -0/+2 |
| 2019-07-05 | Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton | Mazdak Farrokhzad | -2/+2 |
| 2019-07-01 | Convert more usages over | Chris Gregory | -1/+1 |
| 2019-07-01 | Remove needless lifetimes | Jeremy Stucki | -2/+2 |
| 2019-06-20 | Auto merge of #60341 - mtak-:macos-tlv-workaround, r=alexcrichton | bors | -4/+0 |
| 2019-05-25 | std: Depend on `backtrace` crate from crates.io | Alex Crichton | -1059/+0 |
| 2019-05-22 | Revert "Add implementations of last in terms of next_back on a bunch of Doubl... | Steven Fackler | -2/+0 |
| 2019-05-15 | Revert "ensure fast thread local lookups occur once per access on macos" | tyler | -4/+0 |
| 2019-05-15 | ensure fast thread local lookups occur once per access on macos | tyler | -0/+4 |
| 2019-05-15 | remove dead code: requires_move_before_drop | tyler | -4/+0 |
| 2019-05-14 | Rollup merge of #60130 - khuey:efficient_last, r=sfackler | Mazdak Farrokhzad | -0/+2 |
| 2019-04-27 | Stabilized vectored IO | Steven Fackler | -21/+21 |
| 2019-04-19 | Add implementations of last in terms of next_back on a bunch of DoubleEndedIt... | Kyle Huey | -0/+2 |
| 2019-04-14 | Rollup merge of #59852 - alexcrichton:more-vectored, r=sfackler | Mazdak Farrokhzad | -3/+31 |
| 2019-04-10 | std: Add `{read,write}_vectored` for more types | Alex Crichton | -3/+31 |
| 2019-04-10 | Eliminate `FnBox` usages from libstd. | CrLF0710 | -2/+1 |
| 2019-04-04 | std: Avoid usage of `Once` in `Instant` | Alex Crichton | -6/+18 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -17/+17 |
| 2019-03-29 | implement `AsRawFd` for stdio locks | Andy Russell | -0/+21 |