]> git.lizzy.rs Git - rust.git/history - src/shims/fs.rs
Fix fsync shim for Windows hosts with RO files
[rust.git] / src / shims / fs.rs
2020-05-26 David CookFix fsync shim for Windows hosts with RO files
2020-05-25 David CookUpdate comments
2020-05-19 David CookReview comments
2020-05-18 David CookAdd file sync shims
2020-05-11 borsAuto merge of #1407 - RalfJung:appveyor, r=RalfJung
2020-05-11 Ralf Jungfix warnings for non-Unix builds
2020-05-06 borsAuto merge of #1396 - RalfJung:float-cast-tests, r...
2020-05-05 borsAuto merge of #1394 - RalfJung:fs-mode, r=RalfJung
2020-05-05 Ralf Jungfs shim: check that mode is default
2020-05-05 borsAuto merge of #1393 - RalfJung:arg-count-cleanup, r...
2020-05-05 Ralf Jungmake sure we check the size of all arguments
2020-05-05 Ralf Jungdeduplicate FD extraction
2020-05-05 borsAuto merge of #1298 - toc-the-younger:check-arg-count...
2020-05-04 Chase AlbertAddress comments.
2020-05-04 Chase AlbertCheck that shims are called with the correct number...
2020-04-27 borsAuto merge of #1354 - divergentdave:dump-alloc-on-undef...
2020-04-22 borsAuto merge of #1348 - RalfJung:raw-addr-of-align, r...
2020-04-22 borsAuto merge of #1353 - divergentdave:file-set-len, r...
2020-04-22 David CookAdd comment
2020-04-22 David CookImplement ftruncate64/ftruncate for File::set_len
2020-04-20 borsAuto merge of #1335 - vakaras:add-threads-noop, r=RalfJung
2020-04-20 Vytautas AstrauskasMove the stack to the evaluator to make Miri compile...
2020-04-10 borsAuto merge of #1304 - RalfJung:backtrace-sep, r=RalfJung
2020-04-06 borsAuto merge of #1157 - divergentdave:shim-pthread-try...
2020-04-05 borsAuto merge of #1305 - ssomers:map_first_last_vs_miri...
2020-04-05 Stein SomersReplace last_entry with last_key_value
2020-04-04 borsAuto merge of #1293 - Firstyear:1289-miri-readme, r...
2020-04-03 borsAuto merge of #1294 - JOE1994:windows_instant, r=RalfJung
2020-04-02 borsAuto merge of #1299 - RalfJung:rustup, r=RalfJung
2020-04-02 Ralf Jungrustup for import changes
2020-03-30 borsAuto merge of #1270 - RalfJung:incremental, r=RalfJung
2020-03-30 borsAuto merge of #1279 - divergentdave:open_O_EXCL, r...
2020-03-30 borsAuto merge of #1281 - RalfJung:rustup, r=RalfJung
2020-03-30 Ralf Jungadjust for librustc rename; reduce 'extern crate' to...
2020-03-29 David CookAdd support for OpenOptions::create_new()/O_EXCL
2020-03-29 borsAuto merge of #1277 - RalfJung:rustup, r=RalfJung
2020-03-29 Ralf Jungrustup
2020-03-28 borsAuto merge of #1276 - RalfJung:scalar-precise-sizes...
2020-03-28 Ralf Junguse ptr_null where appropriate
2020-03-25 borsAuto merge of #1260 - RalfJung:unreachable, r=RalfJung
2020-03-25 Ralf Jungremove an unnecessary as_str
2020-03-24 borsAuto merge of #1251 - RalfJung:win-cross, r=RalfJung
2020-03-24 Ralf Jungroute all path reading/writing through central read...
2020-03-24 borsAuto merge of #1258 - RalfJung:rustup, r=RalfJung
2020-03-24 Ralf Jung32bit macOS is no more
2020-03-22 borsAuto merge of #1249 - RalfJung:rustup, r=RalfJung
2020-03-22 Ralf Jungplatform -> target
2020-03-21 borsAuto merge of #1241 - RalfJung:dont-panic, r=RalfJung
2020-03-20 borsAuto merge of #1243 - RalfJung:instant, r=RalfJung
2020-03-20 Ralf Jungimplement mach_absolute_time for macOS
2020-03-19 borsAuto merge of #1219 - RalfJung:error-cleanup, r=RalfJung
2020-03-19 Ralf Junggetting a path should never fail
2020-03-19 Ralf Jungstart messages in lower-case
2020-03-18 borsAuto merge of #1239 - elichai:2020-03-abort-intrinsics...
2020-03-17 borsAuto merge of #1235 - RalfJung:check-arith, r=RalfJung
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
next