Files
rust/library/std/src
Guillaume Gomez 962fa98eeb Rollup merge of #138876 - thaliaarchi:trusty-stdio, r=Noratrieb
Trusty: Implement `write_vectored` for stdio

Currently, `write` for stdout and stderr on Trusty is implemented with the semantics of `write_all`. Instead, call the underlying syscall only once in `write` and use the default implementation of `write_all` like other platforms. Also, implement `write_vectored` by adding support for `IoSlice`.

Refactor stdin to reuse the unsupported type like https://github.com/rust-lang/rust/pull/136769.

It requires #138875 to fix the build for Trusty, though they do not conflict and can merge in either order.

cc `@randomPoison`
2025-04-06 18:08:09 +02:00
..
2025-03-18 16:46:56 +00:00
2024-11-02 11:27:14 +01:00
2025-04-04 14:47:04 +02:00
2025-02-13 13:10:28 -08:00
2025-03-22 15:14:49 +08:00
2025-03-08 16:22:37 -08:00
2025-01-11 06:35:21 +02:00
2025-03-11 09:46:34 -07:00
2025-02-25 09:08:22 +05:30
2025-03-13 20:09:07 +00:00
2025-03-28 13:22:09 +01:00
2025-03-10 21:23:32 +08:00
2025-02-07 16:54:07 +01:00