]> git.lizzy.rs Git - rust.git/history - src/shims/fs.rs
avoid using unchecked casts or arithmetic
[rust.git] / src / shims / fs.rs
2020-03-17 Ralf Jungavoid using unchecked casts or arithmetic
2020-03-04 borsAuto merge of #1206 - RalfJung:int_asooc, r=RalfJung
2020-03-04 Ralf Jungfinally stop using min/max_value and the integer modules
2020-03-02 borsAuto merge of #1202 - RalfJung:symbols, r=RalfJung
2020-03-02 Ralf JungHashMap -> FxHashMap
2020-02-26 borsAuto merge of #1152 - divergentdave:shim-directory...
2020-02-26 Ralf Jungfix Windows build failure
2020-02-26 David CookReview comments
2020-02-25 David CookReturn length from write_os_str_to_c_str
2020-02-25 David CookMigrate readdir_r from pointers to places
2020-02-25 David CookReview comments
2020-02-23 David CookUse ID numbers in lieu of allocations for DIR*
2020-02-23 David CookAdd comments
2020-02-23 David CookMove error up, early return
2020-02-23 David CookAdd comments
2020-02-23 David CookUse os_str_length_as_c_str in readdir[64]_r
2020-02-23 David CookMiscellaneous review comments
2020-02-23 David CookFix interpreted OS detection
2020-02-23 David CookAdd doc comment inside DirHandler
2020-02-23 David CookFix dirent layout for macOS
2020-02-23 David CookAdd shims for macOS-specific symbols
2020-02-23 David CookHandle differing sizes of mode_t
2020-02-23 David CookAdd shim for readdir64_r
2020-02-23 David CookAdd shims for opendir and closedir
2020-02-23 David CookAdd shims for mkdir and rmdir
2020-02-23 borsAuto merge of #1189 - RalfJung:cleanup, r=RalfJung
2020-02-23 Ralf Jungadd private helper trait for fs shim
2020-02-23 borsAuto merge of #1167 - christianpoveda:shims-refactor...
2020-02-22 Christian Povedapanic if target platform is incorrect instead
2020-02-22 Christian Povedaimprove docs
2020-02-19 Christian Povedarename platform specific shims
2020-02-19 Christian Povedaadd helper function for target platform checks
2020-02-19 borsAuto merge of #1179 - RalfJung:rustup, r=RalfJung
2020-02-19 borsAuto merge of #1156 - divergentdave:fcntl-F_DUPFD_CLOEX...
2020-02-19 David CookExtract constant for minimum fd
2020-02-18 David CookBack out placeholder variants from FileHandle
2020-02-18 David CookAddress review comments
2020-02-18 David CookRewrite file descriptor handling
2020-02-18 David CookAdd methods to FileHandler
2020-02-18 David CookStyle fixes
2020-02-18 David CookAdd comment
2020-02-18 David CookAdd F_DUPFD/F_DUPFD_CLOEXEC to fcntl shim
2020-02-16 borsAuto merge of #1177 - RalfJung:debug-assert, r=RalfJung
2020-02-14 borsAuto merge of #1158 - divergentdave:shim-rename, r...
2020-02-09 David CookAdd shim for rename
2020-02-08 borsAuto merge of #1159 - divergentdave:shim-seek, r=RalfJung
2020-01-30 borsAuto merge of #1163 - RalfJung:raw-cast, r=RalfJung
2020-01-30 borsAuto merge of #1151 - divergentdave:statx-AT_EMPTY_PATH...
2020-01-30 Ralf Jungpass MPlaceTy by-value, as we usually do
2020-01-30 David CookError with EINVAL on unsupported `whence` argument
2020-01-29 David CookUpdate comment
2020-01-29 David CookChange function name, comments, and error message
2020-01-26 David CookAdd shim for lseek64
2020-01-26 David CookAdd fstat shim for OSX
2020-01-26 David CookAdd support for AT_EMPTY_PATH to statx shim
2020-01-15 borsAuto merge of #1146 - RalfJung:rustup, r=RalfJung
2020-01-10 borsAuto merge of #1143 - christianpoveda:symlink-shim...
2020-01-10 Christian Povedafix windows symlink creation
2020-01-10 Christian Povedasmall corrections
2020-01-07 borsAuto merge of #1140 - RalfJung:no-macos, r=oli-obk
2020-01-07 Christian PovedaAdd lstat shim for macos
2020-01-07 borsAuto merge of #1142 - JohnTitor:rustup-0107, r=RalfJung
2020-01-06 Christian PovedaAdd shim for symbolic link creation
2020-01-06 Yuki OkushiRustup
2019-12-31 borsAuto merge of #1134 - RalfJung:macos-hashmap, r=RalfJung
2019-12-31 borsAuto merge of #1130 - christianpoveda:ignore-close...
2019-12-30 Christian Povedaavoid double negation
2019-12-30 borsAuto merge of #1131 - JOE1994:alloc_os_str_as_c_str...
2019-12-30 Christian Povedaadd comments
2019-12-28 borsAuto merge of #1132 - christianpoveda:use_scalar_to_u16...
2019-12-28 Christian PovedaUse Scalar::to_u16
2019-12-27 Christian Povedaclose file silently if the file is read only
2019-12-27 borsAuto merge of #1129 - christianpoveda:stat64-shim,...
2019-12-27 Christian Povedarename metadata struct
2019-12-26 Christian Povedaminor fixes and updated docs
2019-12-26 Christian Povedaset mask for statx correctly
2019-12-25 Christian Povedado padding correctly
2019-12-25 Christian Povedadeduplicate shared code between stat and statx
2019-12-25 Christian PovedaAdd padding on 64-bits only
2019-12-25 Christian Povedarestrict `stat` shim to macos only
2019-12-25 Christian Povedaadd padding to immediates
2019-12-25 Christian Povedafix size for file mode
2019-12-25 Christian Povedaadd remanining fields to stat stuct
2019-12-25 Christian Povedaadd dummy stat shim
2019-12-23 borsAuto merge of #1124 - RalfJung:sysroot-check, r=oli-obk
2019-12-23 borsAuto merge of #1118 - rust-lang:stacked_borrow_tracing...
2019-12-23 Oliver SchererRustfmt all the things
2019-12-22 borsAuto merge of #1101 - christianpoveda:stat-shim, r...
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`
next