about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2021-02-25Add {core,std}::prelude::{rust_2015,rust_2018,rust_2021}.Mara Bos-0/+35
2021-02-24Reuse `std::sys::unsupported::pipe` on `hermit`Christiaan Dirkx-38/+1
2021-02-24x.py fmtDan Gohman-3/+3
2021-02-24Mention "wasi" in the comment about "main modules".Dan Gohman-1/+1
2021-02-24Make the main `wasi` module `cfg(not(doc))`.Dan Gohman-2/+4
2021-02-24Use `super::` to refer to WASI-specific names.Dan Gohman-7/+7
2021-02-24Cast `libc::STDIN_FILENO` to `RawFd`.Dan Gohman-6/+6
2021-02-24Constify methods of `std::net::SocketAddr`, `SocketAddrV4` and `SocketAddrV6`Christiaan Dirkx-10/+21
2021-02-24Bump minimum libc version to 0.2.85 for std.Maarten de Vries-1/+1
2021-02-24Use libc::accept4 on Android instead of raw syscall.Maarten de Vries-7/+1
2021-02-24library: Normalize safety-for-unsafe-block commentsMiguel Ojeda-8/+14
2021-02-23Update outdated comment in unix Command.Eric Huss-17/+7
2021-02-23Use #[doc = include_str!()] in stdLeSeulArtichaut-3/+2
2021-02-23Enable API documentation for `std::os::wasi`.Dan Gohman-19/+79
2021-02-23Auto merge of #82076 - jyn514:update-bootstrap, r=Mark-Simulacrumbors-17/+2
2021-02-23Add more links between hash and btree collectionsJoshua Nelson-2/+4
2021-02-23Rollup merge of #82128 - anall:feature/add_diagnostic_items, r=davidtwcoDylan DPC-0/+4
2021-02-23Rollup merge of #81984 - sunfishcode:wasi-link, r=alexcrichtonDylan DPC-6/+2
2021-02-23ExitStatus: Improve documentation re wait status vs exit statusIan Jackson-9/+30
2021-02-23process::unix: Test wait status formattingIan Jackson-0/+26
2021-02-22Add a `size()` function to WASI's `MetadataExt`.Dan Gohman-0/+5
2021-02-22fix io::copy specialization when writer was opened with O_APPENDThe8472-8/+10
2021-02-22add test for failing io::copy specializationThe8472-0/+18
2021-02-22Avoid `cfg_if` in `std::os`Jonas Schievink-27/+27
2021-02-22process::unix: Handle other wait statuses in ExitStatus as DisplayIan Jackson-2/+11
2021-02-22Add impl `Error` for `Arc`Richard Dodd-0/+22
2021-02-22Add missing "see its documentation for more" stdioIvan Tham-2/+2
2021-02-22Rollup merge of #82228 - ijackson:nonzero-cint, r=KodrAusYuki Okushi-54/+57
2021-02-21update tracking issue for raw_os_nonzeroAshley Mannix-1/+1
2021-02-20Update the bootstrap compilerJoshua Nelson-17/+2
2021-02-20Rollup merge of #82244 - pickfire:patch-6, r=dtolnayGuillaume Gomez-2/+2
2021-02-19x.py fmtDan Gohman-6/+1
2021-02-19Rollup merge of #81873 - mark-i-m:unlock, r=m-ou-seDylan DPC-0/+20
2021-02-18add Mutex::unlockmark-0/+20
2021-02-18Stabilize `unsafe_op_in_unsafe_fn` lintLeSeulArtichaut-1/+1
2021-02-18Auto merge of #82249 - JohnTitor:rollup-3jbqija, r=JohnTitorbors-4/+4
2021-02-18Rollup merge of #82243 - pickfire:patch-5, r=jyn514Yuki Okushi-4/+4
2021-02-18Auto merge of #81172 - SimonSapin:ptr-metadata, r=oli-obkbors-0/+1
2021-02-18Keep consistency in example for Stdin StdinLockIvan Tham-2/+2
2021-02-18Add missing link from stdio docIvan Tham-4/+4
2021-02-17Rollup merge of #77728 - lygstate:master, r=AmanieuDylan DPC-10/+49
2021-02-17Provide NonZero_c_* integersIan Jackson-18/+48
2021-02-17std::src::os::raw: Refactor, introducing macro type_alias!Ian Jackson-54/+27
2021-02-17Expose force_quotes on Windows.Yonggang Luo-10/+49
2021-02-16Optimize FromIterator<OsString> to reuse the first allocationRyan Lopopolo-4/+11
2021-02-16Add caveat to Path::display() about lossinessManish Goregaokar-2/+6
2021-02-16a few more diagnostic itemsAndrea Nall-0/+2
2021-02-15requested/proposed changesAndrea Nall-2/+2
2021-02-15Rollup merge of #82120 - sfackler:arguments-as-str, r=dtolnayJonas Schievink-1/+0
2021-02-15Rollup merge of #82119 - m-ou-se:typo, r=dtolnayJonas Schievink-1/+1