| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -468/+0 | |
| 2023-07-28 | inline trivial (noop) flush calls | Thom Chiovoloni | -0/+1 | |
| 2023-05-01 | Inline AsRawFd implementations | Konrad Borowski | -0/+1 | |
| 2023-05-01 | Inline AsInner implementations | Konrad Borowski | -0/+2 | |
| 2023-03-19 | fix typo in the creation of OpenOption | Stefan Lankes | -1/+1 | |
| Due to this typo we have to build a workaround for issue hermitcore/libhermit-rs#191. RustyHermit is a tier 3 platform and backward compatibility does not have to be guaranteed. | ||||
| 2023-02-24 | remove code duplications | Stefan Lankes | -1/+50 | |
| 2023-02-24 | move IO traits to std/src/os/hermit | Stefan Lankes | -3/+5 | |
| By moving the IO traits, the RustyHermit support is harmonized to of other operating systems. | ||||
| 2023-02-24 | add support of RustyHermit's BSD socket layer | Stefan Lankes | -2/+2 | |
| RustHermit publishs a new kernel interface and supports a common BSD socket layer. By supporting this interface, the implementation can be harmonized to other operating systems. To realize this socket layer, the handling of file descriptors is also harmonized to other operating systems. | ||||
| 2022-11-29 | hermit: Remove unused exports | Martin Kröning | -3/+1 | |
| 2022-10-03 | Reduce CString allocations in std as much as possible | Alex Saveau | -9/+4 | |
| Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com> | ||||
| 2022-09-05 | Hermit: Add File::set_time stub | Martin Kröning | -0/+12 | |
| This is not supported on hermit yet. This change is required for compiling std. | ||||
| 2022-08-18 | Address reviewer comments | Nick Cameron | -1/+1 | |
| Signed-off-by: Nick Cameron <nrc@ncameron.org> | ||||
| 2022-08-05 | non-linux platforms | Nick Cameron | -3/+3 | |
| Signed-off-by: Nick Cameron <nrc@ncameron.org> | ||||
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -5/+5 | |
| 2021-11-02 | more efficent File::read_buf impl for windows and unix | DrMeepster | -1/+5 | |
| 2021-06-20 | Move `OsStringExt` and `OsStrExt` to `std::os` | Christiaan Dirkx | -1/+1 | |
| 2021-05-19 | Move the implementation of `Path::exists` to `sys_common::fs` so platforms ↵ | Chris Denton | -1/+1 | |
| can specialize it Windows implementation of `fs::try_exists` | ||||
| 2021-04-20 | Change uses of never type | Christiaan Dirkx | -25/+25 | |
| 2021-04-20 | Replace `Void` with never type | Christiaan Dirkx | -6/+6 | |
| 2021-03-21 | Use io::Error::new_const everywhere to avoid allocations. | Mara Bos | -3/+9 | |
| 2020-11-14 | Disambiguate symlink argument names | David Tolnay | -2/+2 | |
| 2020-10-12 | remove obsolete function diverge | Stefan Lankes | -4/+0 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+402 | |
