index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
/
unix
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-443
/
+0
2023-12-03
library: use c string literals
klensy
-4
/
+3
2023-10-23
Remove Apple RNG fallbacks and simplify implementation
BlackHoleFox
-1
/
+0
2023-10-22
use visibility to check unused imports and delete some stmts
bohan
-0
/
+1
2023-10-09
Support AIX in Rust standard library
Qiu Chaofan
-0
/
+1
2023-09-21
added support for GNU/Hurd
Samuel Thibault
-0
/
+4
2023-09-03
Use std::io::Error::is_interrupted everywhere
Ben Kimock
-1
/
+1
2023-08-25
Add a new helper to avoid calling io::Error::kind
Ben Kimock
-0
/
+5
2023-07-24
`unix::init`: Don't use `signal` on Unikraft.
Martin Kröning
-1
/
+8
2023-07-24
`unix::init`: Handle `ENOSYS` from `poll` on Unikraft.
Martin Kröning
-0
/
+5
2023-07-05
Revert "use c literals in library"
León Orell Valerian Liehr
-3
/
+4
2023-06-21
Finish up preliminary tvos support in libstd
Thom Chiovoloni
-0
/
+1
2023-06-21
wip: Support Apple tvOS in libstd
Thom Chiovoloni
-1
/
+1
2023-06-05
Std support improvement for ps vita target
Nikolay Arhipov
-8
/
+4
2023-05-31
use c literals in library
klensy
-4
/
+3
2023-05-07
PS Vita std support
Nikolay Arhipov
-4
/
+13
2023-03-03
Match unmatched backticks in library/
est31
-1
/
+1
2022-12-30
Rollup merge of #105903 - joboet:unify_parking, r=m-ou-se
Michael Goulet
-1
/
+1
2022-12-30
Replace libstd, libcore, liballoc in line comments.
jonathanCogan
-1
/
+1
2022-12-29
std: unify id-based thread parking implementations
joboet
-1
/
+1
2022-12-28
delete more `cfg(bootstrap)`
Lukas Markeffsky
-6
/
+1
2022-12-22
std: only use LFS function on glibc
mochaaP
-4
/
+4
2022-12-07
Use more LFS functions.
Michael Benfield
-2
/
+10
2022-10-24
Rollup merge of #102766 - thomcc:remove-resolv, r=Mark-Simulacrum
Yuki Okushi
-4
/
+0
2022-10-20
Change process spawning to inherit the parent's signal mask by default
Rain
-4
/
+34
2022-10-06
Don't needless link to `libresolv` on Darwin in libstd
Thom Chiovoloni
-4
/
+0
2022-09-01
unix_sigpipe: Make `sigpipe` param docs long-form
Martin Nordholts
-2
/
+1
2022-08-31
unix_sigpipe: Add docs for `init()` `sigpipe` param
Martin Nordholts
-0
/
+2
2022-08-31
unix_sigpipe: Inline compiler sigpipe constants in std
Martin Nordholts
-3
/
+9
2022-08-28
Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`
Martin Nordholts
-6
/
+23
2022-08-10
add crt-static for android
Bryanskiy
-2
/
+4
2022-07-20
Library changes for Apple WatchOS
Vladimir Michael Eatwell
-1
/
+2
2022-06-13
Enable argv support for horizon OS
Ian Chamberlain
-3
/
+5
2022-06-13
Horizon OS STD support
Meziu
-3
/
+3
2022-06-10
Auto merge of #96837 - tmiasko:stdio-fcntl, r=joshtriplett
bors
-35
/
+56
2022-06-10
use fcntl fallback for additional poll-specific errors
The 8472
-7
/
+8
2022-06-04
keep using poll as fast path and only use fcntl as fallback
The 8472
-19
/
+64
2022-05-27
Call the OS function to set the main thread's name on program init
Wesley Wiser
-0
/
+10
2022-05-11
Use `fcntl(fd, F_GETFD)` to detect if standard streams are open
Tomasz Miąsko
-31
/
+6
2022-04-25
std: directly use pthread in UNIX parker implementation
joboet
-0
/
+1
2022-04-14
library: Remove definitions and reexports of `strlen` from libstd
Vadim Petrochenkov
-1
/
+0
2022-04-12
Allow cvt_nz to be unused on some platforms.
Mara Bos
-0
/
+1
2022-03-23
Auto merge of #95173 - m-ou-se:sys-locks-module, r=dtolnay
bors
-3
/
+1
2022-03-21
Move pthread locks to own module.
Mara Bos
-3
/
+1
2022-03-09
L4Re does not support sanitizing standard streams
Benjamin Lamowski
-0
/
+1
2022-02-10
Rename to `InvalidFilename`
Yuki Okushi
-1
/
+1
2022-02-10
Rename `FilenameTooLong` to `FilenameInvalid`
Yuki Okushi
-1
/
+1
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-4
/
+1
2021-10-06
Add new target armv7-unknown-linux-uclibceabihf
Yannick Koehler
-0
/
+3
2021-09-16
Replace a couple of asserts with rtassert! in rt code
bjorn3
-1
/
+1
[next]