| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-12-10 | remove redundant imports | surechen | -1/+0 | |
| detects redundant imports that can be eliminated. for #117772 : In order to facilitate review and modification, split the checking code and removing redundant imports code into two PR. | ||||
| 2023-01-31 | std: add type alias for raw OS errors | joboet | -2/+2 | |
| Implement rust-lang/libs-team#173. | ||||
| 2022-06-22 | Impl `io::error::repr_unpacked::Repr::new` | Jiahao XU | -0/+4 | |
| that accepts `ErrorData<Box<Custom>>` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> | ||||
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -0/+50 | |
