]> git.lizzy.rs Git - rust.git/history - src/shims/io.rs
Remove return argument when fd is not found
[rust.git] / src / shims / io.rs
2019-10-01 Christian PovedaRemove return argument when fd is not found
2019-09-30 Christian PovedaAdd methods to handle invalid fides
2019-09-30 Christian PovedaAvoid buffer allocation to read files
2019-09-30 Christian PovedaAdd method to consume std::io::Result
2019-09-30 Christian PovedaAdd FileHandle struct
2019-09-30 Christian PovedaReserve fides for stdio and fix merge issues
2019-09-25 Christian PovedaCheck that the only flag change is done to enable ...
2019-09-25 Christian PovedaAdd helper function to fetch `libc` constants
2019-09-25 Christian PovedaFirst version of file handling