about summary refs log tree commit diff
path: root/library/std/src/os/emscripten
AgeCommit message (Collapse)AuthorLines
2025-01-01Avoid use of LFS64 symbols on EmscriptenKleis Auke Wolthuizen-3/+1
Since Emscripten uses musl libc internally. Non-functional change: all LFS64 symbols were aliased to their non-LFS64 counterparts in rust-lang/libc@7c952dceaad4cdc35e00884fcb12a713d41a87e0.
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-8/+8
2021-05-11Remove an invalid `#[doc(inline)]`LeSeulArtichaut-1/+0
2020-08-11Switch to intra-doc links in library/std/src/os/*/fs.rsPrabakaran Kumaresshan-1/+1
2020-07-27mv std libs to library/mark-0/+204