| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-07-26 | Rollup merge of #62862 - BaoshanPang:cleanup, r=alexcrichton | Mazdak Farrokhzad | -1042/+1 |
| 2019-07-26 | add repr(transparent) to IoSliceMut where missing | Niv Kaminer | -0/+3 |
| 2019-07-26 | std: Add more accessors for `Metadata` on Windows | Alex Crichton | -16/+69 |
| 2019-07-26 | Introduce built-in macros through libcore | Vadim Petrochenkov | -539/+105 |
| 2019-07-26 | Auto merge of #60260 - videolabs:rust_uwp2, r=alexcrichton | bors | -112/+385 |
| 2019-07-25 | Auto merge of #62990 - Centril:rollup-k9n0hvs, r=Centril | bors | -51/+74 |
| 2019-07-25 | Rollup merge of #62942 - KevinWMatthews:condvar_docs_match_ergo, r=sfackler | Mazdak Farrokhzad | -18/+18 |
| 2019-07-25 | Rollup merge of #62822 - RalfJung:pointers, r=Centril | Mazdak Farrokhzad | -9/+20 |
| 2019-07-25 | Rollup merge of #61884 - crlf0710:stablize_euc, r=dtolnay,Centril | Mazdak Farrokhzad | -8/+4 |
| 2019-07-25 | Rollup merge of #60938 - jonas-schievink:doc-include-paths, r=petrochenkov | Mazdak Farrokhzad | -16/+32 |
| 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/+43 |
| 2019-07-25 | std: Link UWP with allowed libraries only | Hugo Beauzée-Luyssen | -0/+2 |
| 2019-07-25 | libstd: windows: compat: Allow use of attributes | Hugo Beauzée-Luyssen | -0/+2 |
| 2019-07-25 | Auto merge of #60340 - mgeier:cap-vs-capacity, r=alexcrichton | bors | -7/+7 |
| 2019-07-25 | std: Use native `#[thread_local]` TLS on wasm | Alex Crichton | -134/+56 |
| 2019-07-25 | Rollup merge of #62814 - androm3da:hexagon_19jul_2019, r=alexcrichton | Mazdak Farrokhzad | -1/+65 |
| 2019-07-24 | Use match ergonomics in Condvar documentation | Kevin W Matthews | -18/+18 |
| 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 | word things more like we usually do | Ralf Jung | -2/+2 |
| 2019-07-23 | Apply suggestions from code review | Ralf Jung | -3/+6 |
| 2019-07-23 | stage0 -> bootstrap | Jonas Schievink | -32/+32 |
| 2019-07-23 | Make #[doc(include)] paths behave like other paths | Jonas Schievink | -16/+32 |
| 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/+31 |
| 2019-07-22 | add support for hexagon-unknown-linux-musl | Brian Cain | -1/+65 |