]> git.lizzy.rs Git - rust.git/history - src/shims/fs.rs
add `statx` shim for linux
[rust.git] / src / shims / fs.rs
2019-12-22 Christian Povedaadd `statx` shim for linux
2019-12-04 borsAuto merge of #1100 - RalfJung:os_str, r=RalfJung
2019-12-04 Ralf Jungrename helper methods a bit
2019-11-17 borsAuto merge of #1056 - RalfJung:max, r=RalfJung
2019-11-17 Ralf Junguse new isize_max method in FS accesses; also check...
2019-11-17 borsAuto merge of #1055 - RalfJung:panic-stub, r=RalfJung
2019-11-14 borsAuto merge of #1053 - RalfJung:clean, r=RalfJung
2019-11-14 Ralf Jungremove no-longer-needed zero checks
2019-11-13 borsAuto merge of #1022 - christianpoveda:fix-fd-access...
2019-11-13 Christian PovedaFix maximum `isize` value for target
2019-11-13 Christian PovedaCap `count` twice
2019-11-09 Christian PovedaCap `count`
2019-11-09 Christian PovedaFix merge conflicts
2019-11-08 borsAuto merge of #1044 - RalfJung:uprust, r=RalfJung
2019-11-08 Ralf Jungrustup
2019-11-07 Christian PovedaUse TryFrom instead
2019-11-05 Christian PovedaAvoid using `as` cast
2019-11-04 Christian PovedaHandle host's `usize` correctly
2019-11-03 Christian PovedaFix casts for `count` check
2019-10-28 Christian PovedaCheck for usize to i64 overflows
2019-10-26 Christian PovedaSimplify `read` logic
2019-10-26 Christian PovedaDrop files explicitly when closing them
2019-10-24 Christian PovedaClean file handling functions
2019-10-24 borsAuto merge of #1020 - RalfJung:compiletest, r=RalfJung
2019-10-24 borsAuto merge of #1019 - RalfJung:rustup, r=RalfJung
2019-10-24 Ralf Jungupdate comments and some tweaks
2019-10-23 borsAuto merge of #993 - christianpoveda:os_string_helper...
2019-10-22 Christian PovedaUse new write_bytes method
2019-10-21 Christian PovedaFix merge conflicts
2019-10-21 borsAuto merge of #1012 - RalfJung:rustup, r=RalfJung
2019-10-21 borsAuto merge of #1011 - RalfJung:full-stop, r=RalfJung
2019-10-21 Ralf Jungadd some missing trailing full stops that slipped throu...
2019-10-21 borsAuto merge of #991 - christianpoveda:errno-place, r...
2019-10-21 borsAuto merge of #1010 - RalfJung:xargo, r=RalfJung
2019-10-20 Christian PovedaRename set_last_error_from_io_result
2019-10-20 Christian PovedaRename consume_result
2019-10-20 Christian PovedaMove last error functions to helpers
2019-10-20 borsAuto merge of #1009 - RalfJung:expect_none, r=RalfJung
2019-10-20 Ralf Junguse expect_none and unwrap_none where it makes sense
2019-10-18 Christian PovedaRename write/read os string functions
2019-10-18 Christian PovedaChange helper functions to read/write
2019-10-18 Christian PovedaAdd OsString from/to bytes helper functions
2019-10-18 borsAuto merge of #1005 - RalfJung:cleanup, r=RalfJung
2019-10-18 Ralf Jungcleanup now that borrow checker knows memory is a field
2019-10-18 borsAuto merge of #1004 - JohnTitor:use-memory, r=RalfJung
2019-10-18 Yuki OkushiUse memory field instead of memory()
2019-10-16 borsAuto merge of #1000 - RalfJung:profile, r=RalfJung
2019-10-16 borsAuto merge of #996 - christianpoveda:unsup-wo-isolation...
2019-10-16 borsAuto merge of #987 - christianpoveda:check-unsupported...
2019-10-15 Christian PovedaCheck that access mode flags only use the first two...
2019-10-15 Christian PovedaAdd function to error with enabled isolation
2019-10-15 borsAuto merge of #980 - JOE1994:master, r=RalfJung
2019-10-13 Christian PovedaCorrect fcntl behavior
2019-10-11 Christian PovedaRemove F_SETFD command
2019-10-11 Christian PovedaError when there is an unsupported flag
2019-10-11 borsAuto merge of #983 - christianpoveda:fs-shims-tweaks...
2019-10-11 Christian PovedaAdd comment for the flag diff check
2019-10-11 Christian PovedaRename shims::io to shims::fs