about summary refs log tree commit diff
path: root/library/std/src/os
AgeCommit message (Expand)AuthorLines
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+2
2023-08-14mention /proc/self/fd with /proc/self/memRalf Jung-3/+3
2023-08-14wording; and explain some of the possible consequences of violating io-safetyRalf Jung-2/+2
2023-08-14typosRalf Jung-1/+1
2023-08-14sync the various FromRawFd trait docs, and remove 'valid'Ralf Jung-21/+32
2023-08-13add more explicit I/O safety documentationRalf Jung-9/+22
2023-08-10Rollup merge of #114194 - thomcc:flushinline, r=cuviperMichael Goulet-0/+1
2023-08-05std/tests: disable ancillary tests on freebsd since the feature itself is.David CARLIER-1/+1
2023-07-28inline trivial (noop) flush callsThom Chiovoloni-0/+1
2023-07-26Add definitions for riscv64_linux_android targetChris Wailes-1/+1
2023-07-26Auto merge of #102757 - pcc:android-std-tests, r=workingjubileebors-0/+18
2023-07-22Rollup merge of #113876 - darklyspaced:master, r=cuviperMatthias Krüger-1/+30
2023-07-22Rollup merge of #112490 - Alexendoo:c-char-cfg-all, r=cuviperMatthias Krüger-5/+0
2023-07-22Auto merge of #113033 - JohnTitor:stabilize-unix-chown, r=cuviperbors-6/+3
2023-07-20added a problematic exampledarklyspaced-3/+25
2023-07-20fix docs & example for FileExt::write_atdarklyspaced-1/+8
2023-07-18support for mips32r6 as a target_arch valuechenx97-1/+1
2023-07-18support for mips64r6 as a target_arch valuechenx97-0/+1
2023-07-10Correct the Android stat struct definitionsChris Wailes-47/+58
2023-06-25Stabilize chown functions (`unix_chown`)Yuki Okushi-6/+3
2023-06-21Update tvOS support elsewhere in the stdlibThom Chiovoloni-1/+7
2023-06-21wip: Support Apple tvOS in libstdThom Chiovoloni-3/+13
2023-06-17Rollup merge of #112352 - dankm:fbsd_doc_fix, r=thomccMatthias Krüger-1/+7
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