about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2019-08-08Rollup merge of #63327 - lzutao:fix-as_raw_stat-dep-msg, r=Mark-SimulacrumMazdak Farrokhzad-3/+4
2019-08-07Add fs::read_dir() and ReadDir warning about iterator order + exampleAli Raheem-0/+32
2019-08-06Fix cfg_if usageJeremy Soller-2/+2
2019-08-06redox: convert to target_family unixJeremy Soller-6425/+551
2019-08-06Add an overflow check in truncate implementation for Unix.Marcin Mielniczuk-3/+11
2019-08-06avoid unnecessary reservations in std::io::Take::read_to_endJack O'Connor-8/+58
2019-08-06doc: Reword deprecation message of MetadataExt::as_raw_statLzu Tao-3/+4
2019-08-06Match the loop examplesStefan Schindler-3/+4
2019-08-06Auto merge of #63319 - Centril:rollup-d89rmey, r=Centrilbors-0/+2
2019-08-06Rollup merge of #63184 - JasonShin:master, r=sfacklerMazdak Farrokhzad-0/+2
2019-08-06Auto merge of #62987 - Thomasdezeeuw:ioslice-advance, r=Thomasdezeeuwbors-1/+351
2019-08-05Auto merge of #61491 - stjepang:impls-for-accesserror, r=dtolnaybors-0/+5
2019-08-04Add #[stable] to Error implStjepan Glavina-0/+1
2019-08-03Add {IoSlice, IoSliceMut}::advanceThomas de Zeeuw-1/+351
2019-08-02Auto merge of #63228 - Centril:rollup-x39p5ga, r=Centrilbors-64/+0
2019-08-03Rollup merge of #63206 - BaoshanPang:master, r=alexcrichtonMazdak Farrokhzad-64/+0
2019-08-02Auto merge of #62309 - jlevon:62302, r=alexcrichtonbors-1/+14
2019-08-02remove unsupported test caseBaoshan Pang-64/+0
2019-08-02Auto merge of #63214 - Centril:rollup-hdb7dnx, r=Centrilbors-2/+2
2019-08-02Rollup merge of #63189 - waywardmonkeys:doc-improvements, r=CentrilMazdak Farrokhzad-2/+2
2019-08-02provide thread name to OS for Solarish systemsJohn Levon-1/+14
2019-08-02Auto merge of #61393 - gnzlbg:update_libc, r=gnzlbgbors-4/+21
2019-08-02Remove extraneous {} in use stmts in doc comments.Bruce Mitchener-2/+2
2019-08-01Remove mach dependencygnzlbg-12/+21
2019-08-01Update libc and use the Mach kernel APIs via the mach crate instead.gnzlbg-4/+12
2019-08-01Auto merge of #63194 - pietroalbini:rollup-xgnvb1b, r=pietroalbinibors-1/+1
2019-08-01Rollup merge of #62644 - arnottcr:std_io-doc, r=steveklabnikPietro Albini-1/+1
2019-08-01Auto merge of #62507 - petrochenkov:macunstab, r=alexcrichtonbors-3/+2
2019-08-01Update src/libstd/path.rs to shorten the explanation for .to_str validation stepJason Shin-1/+1
2019-08-01Explaining the reason why validation is performed in to_str of path.rsJason Shin-0/+2
2019-07-31Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]`Vadim Petrochenkov-3/+2
2019-07-31Attempt to fix backtrace tests on i686-msvcAlex Crichton-1/+1
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