about summary refs log tree commit diff
path: root/library/std/src/os
AgeCommit message (Expand)AuthorLines
2023-06-16Remove `#[cfg(all())]` workarounds from `c_char`Alex Macleod-5/+0
2023-06-13Fix building the documentation on FreeBSD.MikaelUrankar-0/+1
2023-06-06Fix documentation build on FreeBSDDan McGregor-1/+7
2023-06-05Std support improvement for ps vita targetNikolay Arhipov-1/+1
2023-05-30add doc on From<OwnedFd/Handle> impl for ChildStd*Vincent Thiberville-0/+24
2023-05-30add FromOwnedFd/FromOwnedHandle for ChildStdin/out/errVincent Thiberville-0/+57
2023-05-30Swap out CURRENT_RUSTC_VERSION to 1.71.0Mark Rousskov-6/+6
2023-05-15Add creation time support to `FileTimes` on apple and windowsbeetrees-7/+78
2023-05-14Auto merge of #108196 - sunfishcode:sunfishcode/windows-as-socket-impls, r=dt...bors-0/+72
2023-05-09Don't force include Windows goop when documentingChris Denton-34/+40
2023-05-09Auto merge of #110152 - ChrisDenton:windows-sys, r=thomccbors-1/+1
2023-05-08Rollup merge of #110638 - nikarh:vita, r=Mark-SimulacrumYuki Okushi-0/+175
2023-05-08Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar...bors-1/+1
2023-05-07PS Vita std supportNikolay Arhipov-0/+175
2023-05-07enable `rust_2018_idioms` for doctestsozkanonur-1/+1
2023-05-05Use new bindingsChris Denton-1/+1
2023-05-01Inline AsRawFd implementationsKonrad Borowski-0/+1
2023-05-01Inline AsInner implementationsKonrad Borowski-0/+1
2023-04-28replace version placeholdersPietro Albini-17/+17
2023-04-27Auto merge of #110562 - ComputerDruid:riscv, r=tmandrybors-0/+6
2023-04-26Spelling library/Josh Soref-2/+2
2023-04-25Add definitions for riscv64gc-unknown-fuchsiaDan Johnson-0/+6
2023-04-13Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-SimulacrumMatthias Krüger-2/+2
2023-04-11Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiserMichael Goulet-0/+1
2023-04-10Stabilize IsTerminalJosh Triplett-2/+2
2023-04-04library/std: Add support for loongarch64zhaixiaojuan-0/+1
2023-04-02Fix typo in std/src/os/fd/owned.rsTaiki Endo-1/+1
2023-03-27socket ancillary data implementation for FreeBSD (from 13 and above).David CARLIER-21/+194
2023-03-18Stabilise `unix_socket_abstract`John Millikin-20/+15
2023-03-15Bump version placeholdersMark Rousskov-2/+2
2023-03-04Auto merge of #89518 - a1phyr:unix_file_vectored_at, r=workingjubileebors-0/+87
2023-03-02Make std tests pass on newer AndroidPeter Collingbourne-0/+18
2023-03-02Add basic testsBenoît du Garreau-0/+61
2023-03-02Take shared references as parameterBenoît du Garreau-12/+4
2023-03-02Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubileebors-13/+166
2023-03-01Update library/std/src/os/nto/mod.rsFlorian Bartels-1/+1
2023-02-28Add QNX Neutrino support to libstdFlorian Bartels-13/+166
2023-02-27Add vectored positioned I/O on UnixBenoît du Garreau-0/+34
2023-02-24avoid the usage of libc during the creation of documentationStefan Lankes-9/+7
2023-02-24remove code duplicationsStefan Lankes-392/+73
2023-02-24move IO traits to std/src/os/hermitStefan Lankes-16/+400
2023-02-24add support of RustyHermit's BSD socket layerStefan Lankes-0/+6
2023-02-17Implement `AsHandle`/`AsSocket` for `Arc`/`Rc`/`Box` on WindowsDan Gohman-0/+72
2023-02-08Rollup merge of #107317 - ids1024:asfd-rc, r=dtolnayMichael Goulet-0/+16
2023-01-30Auto merge of #107080 - Urgau:cleanup-bootstrap-extra-check-cfgs, r=Mark-Simu...bors-8/+1
2023-01-29Rollup merge of #106618 - jmillikin:os-net-rustdoc-wasm32, r=JohnTitorMatthias Krüger-0/+9
2023-01-26Implement `AsFd` and `AsRawFd` for `Rc`Ian Douglas Scott-0/+16
2023-01-25Remove outdated cfg on `le32`Urgau-8/+1
2023-01-18Rollup merge of #106441 - mllken:abstract-socket-noref, r=joshtriplettDylan DPC-2/+2
2023-01-15Rollup merge of #106867 - sunfishcode:sunfishcode/std-os-fd-stable-version, r...Matthias Krüger-3/+3