| Age | Commit message (Expand) | Author | Lines |
| 2019-07-26 | Rollup merge of #62862 - BaoshanPang:cleanup, r=alexcrichton | Mazdak Farrokhzad | -1042/+1 |
| 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-23 | Use raw pointers in std::sys::cloudabi when passing MaybeUninit values | Nathan | -6/+6 |
| 2019-07-23 | Cleanup std::sys::cloudabi | Nathan | -19/+19 |
| 2019-07-23 | Modify CloudABI ReentrantMutex to use MaybeUninit | Nathan | -14/+18 |
| 2019-07-22 | Remove uses of mem::uninitialized in std::sys::cloudabi | Nathan | -16/+30 |
| 2019-07-21 | code cleanup | Baoshan Pang | -1042/+1 |
| 2019-07-19 | warn about deprecated-in-future in most of libstd | Ralf Jung | -1/+1 |
| 2019-07-16 | Add supporting for vxWorks | Baoshan Pang | -1/+8265 |
| 2019-07-11 | Rollup merge of #62425 - cyphar:linux-cloexec-use-fcntl, r=alexcrichton | Mazdak Farrokhzad | -0/+2 |
| 2019-07-10 | filedesc: don't use ioctl(FIOCLEX) on Linux | Aleksa Sarai | -0/+2 |
| 2019-07-06 | Rollup merge of #62296 - RalfJung:memalign, r=alexcrichton | Mazdak Farrokhzad | -1/+9 |
| 2019-07-05 | Remove last use of mem::uninitialized in SGX | Jethro Beekman | -3/+1 |
| 2019-07-05 | Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton | Mazdak Farrokhzad | -5/+5 |
| 2019-07-04 | Permit use of mem::uninitialized via allow(deprecated) | Mark Rousskov | -0/+4 |
| 2019-07-04 | Add missing lifetime specifier | Jeremy Stucki | -1/+1 |
| 2019-07-03 | fix unused-import error on android | Ralf Jung | -2/+1 |
| 2019-07-02 | improve and deduplicate comments | Ralf Jung | -4/+3 |
| 2019-07-02 | request at least ptr-size alignment from posix_memalign | Ralf Jung | -1/+11 |
| 2019-07-01 | Convert more usages over | Chris Gregory | -1/+1 |
| 2019-07-01 | Remove needless lifetimes | Jeremy Stucki | -5/+5 |
| 2019-06-26 | Use pointer::write_bytes for android sigemptyset | Josh Stone | -5/+3 |
| 2019-06-26 | Avoid mem::uninitialized() in std::sys::unix | Josh Stone | -58/+57 |
| 2019-06-20 | Auto merge of #60341 - mtak-:macos-tlv-workaround, r=alexcrichton | bors | -116/+1 |
| 2019-06-17 | Make use of `ptr::null(_mut)` instead of casting zero | Lzu Tao | -2/+2 |
| 2019-06-10 | std: Remove internal definitions of `cfg_if!` macro | Alex Crichton | -5/+5 |
| 2019-05-29 | Rollup merge of #61202 - oberien:permissionext-print-octal, r=varkor | Mazdak Farrokhzad | -2/+2 |
| 2019-05-26 | Print file mode of PermissionExt in octal in Examples | oberien | -2/+2 |
| 2019-05-25 | std: Depend on `backtrace` crate from crates.io | Alex Crichton | -1794/+0 |
| 2019-05-22 | Revert "Add implementations of last in terms of next_back on a bunch of Doubl... | Steven Fackler | -8/+0 |
| 2019-05-22 | Rollup merge of #60581 - hellow554:fix_60580, r=alexcrichton | Mazdak Farrokhzad | -57/+46 |
| 2019-05-20 | Rollup merge of #60453 - tbu-:pr_getrandom_enoperm, r=sfackler | Mazdak Farrokhzad | -1/+6 |
| 2019-05-15 | restructure thread_local! for better codegen (especially on macos) | tyler | -1/+1 |
| 2019-05-15 | Revert "ensure fast thread local lookups occur once per access on macos" | tyler | -26/+1 |
| 2019-05-15 | ensure fast thread local lookups occur once per access on macos | tyler | -1/+26 |
| 2019-05-15 | redox had a copy of fast thread local (oversight?) | tyler | -104/+1 |
| 2019-05-15 | remove dead code: requires_move_before_drop | tyler | -12/+0 |
| 2019-05-15 | Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplett | bors | -35/+9 |
| 2019-05-14 | Rollup merge of #60780 - RalfJung:miri, r=oli-obk | Mazdak Farrokhzad | -4/+1 |
| 2019-05-14 | Rollup merge of #60130 - khuey:efficient_last, r=sfackler | Mazdak Farrokhzad | -0/+8 |
| 2019-05-13 | Revert "use SecRandomCopyBytes on macOS in Miri" | Ralf Jung | -4/+1 |
| 2019-05-13 | Remove bitrig support from rust | Marcel Hellwig | -35/+9 |
| 2019-05-06 | use exhaustive_patterns to be able to use `?` | Marcel Hellwig | -12/+15 |