about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2019-07-31Fix UWP buildMartin Finkel-2/+2
2019-07-30Rollup merge of #63117 - BaoshanPang:bugfix, r=alexcrichtonMazdak Farrokhzad-14/+3
2019-07-30Rollup merge of #63109 - alexcrichton:disable-windows-fs-test, r=sfacklerMazdak Farrokhzad-2/+2
2019-07-29std: Fix a failing `fs` test on WindowsAlex Crichton-2/+2
2019-07-29use gloabl variable 'environ' to pass environments to rtpSpawnBaoshan Pang-14/+3
2019-07-28vxworks: Remove Linux-specific comments.Joe Richey-25/+1
2019-07-29Rollup merge of #62809 - alexcrichton:wasm-llvm-9, r=nikicMazdak Farrokhzad-134/+56
2019-07-28Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centrilbors-2/+8
2019-07-28Rollup merge of #63053 - kornelski:clockdrift, r=shepmasterMazdak Farrokhzad-2/+8
2019-07-28Deny `unused_lifetimes` through rustbuildVadim Petrochenkov-0/+1
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-4/+0
2019-07-28SystemTime docs: recommend Instant for elapsed timeKornel-2/+8
2019-07-28Rollup merge of #62806 - mati865:clippy, r=TimNNMazdak Farrokhzad-4/+4
2019-07-27Auto merge of #63029 - petrochenkov:rpass, r=Centrilbors-1/+1
2019-07-27Remove run-pass test suitesVadim Petrochenkov-1/+1
2019-07-27Rollup merge of #63013 - nivkner:ffi-safe-slice, r=sfacklerMazdak Farrokhzad-0/+3
2019-07-26Auto merge of #62086 - petrochenkov:builtout, r=eddybbors-539/+105
2019-07-26Rollup merge of #62980 - alexcrichton:windows-metadata, r=sfacklerMazdak Farrokhzad-16/+69
2019-07-26Rollup merge of #62862 - BaoshanPang:cleanup, r=alexcrichtonMazdak Farrokhzad-1042/+1
2019-07-26add repr(transparent) to IoSliceMut where missingNiv Kaminer-0/+3
2019-07-26std: Add more accessors for `Metadata` on WindowsAlex Crichton-16/+69
2019-07-26Introduce built-in macros through libcoreVadim Petrochenkov-539/+105
2019-07-26Auto merge of #60260 - videolabs:rust_uwp2, r=alexcrichtonbors-112/+385
2019-07-25Auto merge of #62990 - Centril:rollup-k9n0hvs, r=Centrilbors-51/+74
2019-07-25Rollup merge of #62942 - KevinWMatthews:condvar_docs_match_ergo, r=sfacklerMazdak Farrokhzad-18/+18
2019-07-25Rollup merge of #62822 - RalfJung:pointers, r=CentrilMazdak Farrokhzad-9/+20
2019-07-25Rollup merge of #61884 - crlf0710:stablize_euc, r=dtolnay,CentrilMazdak Farrokhzad-8/+4
2019-07-25Rollup merge of #60938 - jonas-schievink:doc-include-paths, r=petrochenkovMazdak Farrokhzad-16/+32
2019-07-25std: win: Disable stack overflow handling on UWPHugo Beauzée-Luyssen-29/+45
2019-07-25std: win: Don't use console APIs on UWPHugo Beauzée-Luyssen-26/+119
2019-07-25std: win: Don't use GetFileInformationByHandle on UWPHugo Beauzée-Luyssen-19/+76
2019-07-25std: win: Don't use GetUserProfileDirectoryW on UWPHugo Beauzée-Luyssen-13/+26
2019-07-25std: win: Don't expose link() on UWPHugo Beauzée-Luyssen-4/+11
2019-07-25std: win: Don't use SetHandleInformation on UWPHugo Beauzée-Luyssen-19/+61
2019-07-25std: rand: Use BCrypt on UWPHugo Beauzée-Luyssen-2/+43
2019-07-25std: Link UWP with allowed libraries onlyHugo Beauzée-Luyssen-0/+2
2019-07-25libstd: windows: compat: Allow use of attributesHugo Beauzée-Luyssen-0/+2
2019-07-25Auto merge of #60340 - mgeier:cap-vs-capacity, r=alexcrichtonbors-7/+7
2019-07-25std: Use native `#[thread_local]` TLS on wasmAlex Crichton-134/+56
2019-07-25Rollup merge of #62814 - androm3da:hexagon_19jul_2019, r=alexcrichtonMazdak Farrokhzad-1/+65
2019-07-24Use match ergonomics in Condvar documentationKevin W Matthews-18/+18
2019-07-23Use raw pointers in std::sys::cloudabi when passing MaybeUninit valuesNathan-6/+6
2019-07-23Cleanup std::sys::cloudabiNathan-19/+19
2019-07-23word things more like we usually doRalf Jung-2/+2
2019-07-23Apply suggestions from code reviewRalf Jung-3/+6
2019-07-23stage0 -> bootstrapJonas Schievink-32/+32
2019-07-23Make #[doc(include)] paths behave like other pathsJonas Schievink-16/+32
2019-07-23Modify CloudABI ReentrantMutex to use MaybeUninitNathan-14/+18
2019-07-22Remove uses of mem::uninitialized in std::sys::cloudabiNathan-16/+31
2019-07-22add support for hexagon-unknown-linux-muslBrian Cain-1/+65