rust/library/std
Thalia Archibald c1f0498e65 Hermit: Unify std::env::args with Unix
The only differences between these implementations are that Unix uses
relaxed ordering, but Hermit uses acquire/release, and Unix truncates
`argv` at the first null pointer, but Hermit doesn't. Since Hermit aims
for Unix compatibility, unify it with Unix.
2025-04-13 14:35:22 -07:00
..
benches Fix import in bench for wasm 2025-02-12 14:44:30 -08:00
src Hermit: Unify std::env::args with Unix 2025-04-13 14:35:22 -07:00
tests Rollup merge of #137897 - xTachyon:tls-fix, r=thomcc,jieyouxu 2025-04-05 13:18:13 +11:00
build.rs Revert "Disable f16 on Aarch64 without neon" 2025-04-02 19:21:10 +00:00
Cargo.toml Update compiler-builtins to 0.1.153 2025-04-10 17:40:15 +00:00