This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-10-30 22:12:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e71d06be10
rust
/
library
/
std
History
Zachary S
e71d06be10
On
target_os = "linux"
, ensure that only one Rust thread calls
libc::exit
or returns from
main
.
2024-06-20 21:47:42 -05:00
..
benches
also test parts of std
2024-04-07 10:05:57 +02:00
src
On
target_os = "linux"
, ensure that only one Rust thread calls
libc::exit
or returns from
main
.
2024-06-20 21:47:42 -05:00
tests
Make PathBuf less Ok with adding UTF-16 then
into_string
2024-06-12 01:00:21 -07:00
build.rs
Move some expected cfgs to std build.rs as per Cargo recommandation
2024-05-23 16:08:31 +02:00
Cargo.toml
add HermitOS support of vectored read/write operations
2024-06-07 20:48:30 +02:00