]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-02-21 borsAuto merge of #1184 - divergentdave:rename-error-test...
2020-02-21 David CookTest error case of std::fs::rename
2020-02-20 borsAuto merge of #1182 - rust-lang:rustup, r=RalfJung
2020-02-20 Ralf Jungrustup
2020-02-19 borsAuto merge of #1180 - RalfJung:fs-refact, r=RalfJung
2020-02-19 Ralf Jungtest a bit more
2020-02-19 Ralf Jungfactor more common code
2020-02-19 Ralf Jungfs test: factor some common code
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 Ralf Jungbump Rust (no changes needed)
2020-02-19 David CookExtract constant for minimum fd
2020-02-18 David CookRewrite file system tests
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 CookFunctional test of cloned file handle
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 #1176 - RalfJung:readme, r=oli-obk
2020-02-16 Ralf Jungclarify caveats
2020-02-16 Ralf Jungupdate README
2020-02-16 borsAuto merge of #1177 - RalfJung:debug-assert, r=RalfJung
2020-02-16 Ralf Jungfix compile-fail tests to avoid libstd debug assertions
2020-02-16 Ralf Jungmake sure we also trigger debug assertions in libstd
2020-02-16 Ralf Jungmake sure assertions and debug-assertions also panic...
2020-02-14 borsAuto merge of #1158 - divergentdave:shim-rename, r...
2020-02-14 David CookRemoving file after rename must succeed
2020-02-14 borsAuto merge of #1174 - RalfJung:rusutp, r=RalfJung
2020-02-14 Ralf Jungrustup
2020-02-13 Ralf Jungfix for Panic InterpError refactoring
2020-02-12 borsAuto merge of #1172 - RalfJung:rustup, r=RalfJung
2020-02-12 Ralf Jungadd test for layout optimizations
2020-02-12 Ralf Jungrustup
2020-02-09 David CookTest that src path of rename is no longer a file
2020-02-09 David CookAdd shim for rename
2020-02-08 borsAuto merge of #1159 - divergentdave:shim-seek, r=RalfJung
2020-02-07 borsAuto merge of #1169 - RalfJung:rustup, r=RalfJung
2020-02-07 Ralf Jungpanics dont work on Windows, just the smoke test should...
2020-02-07 Ralf Jungtest more generator resume things
2020-02-07 Ralf Jungrustup; fix generator test
2020-02-06 David CookAdd tests to cover SEEK_CUR and SEEK_END
2020-02-06 borsAuto merge of #1168 - RalfJung:rustup, r=RalfJung
2020-02-06 Ralf Jungalso test div-by-minus-1
2020-02-06 Ralf Jungbump rustc; adjust tests
2020-02-02 borsAuto merge of #1165 - JohnTitor:uprust, r=RalfJung
2020-02-02 Yuki OkushiBump rustc
2020-01-31 borsAuto merge of #1164 - RalfJung:cargo-install, r=RalfJung
2020-01-31 Ralf Jungrely on improved cargo install
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 Ralf Jungupdate another comment
2020-01-30 Ralf Jungremove inadequate comment
2020-01-30 Ralf Jungnew compile-fail test involving non-reborrowing-cast...
2020-01-30 Ralf Jungadd test that relies on non-reborrowing-cast-to-raw
2020-01-30 David CookError with EINVAL on unsupported `whence` argument
2020-01-29 borsAuto merge of #1154 - TimDiekmann:rename-alloc, r=RalfJung
2020-01-29 borsAuto merge of #1155 - divergentdave:shim-posix_fadivse...
2020-01-29 David CookUpdate comment
2020-01-29 Tim DiekmannBump rust version
2020-01-29 Tim DiekmannRename `Alloc` to `AllocRef`
2020-01-29 David CookConditional compilation fix
2020-01-29 David CookDisable posix_fadvise test on macOS, not in libc
2020-01-29 David CookChange function name, comments, and error message
2020-01-29 David CookTry fixing test on i686-unknown-linux-gnu
2020-01-29 David CookMove posix_fadvise test to new libc test file
2020-01-28 borsAuto merge of #1162 - RalfJung:track-fn-ptr, r=RalfJung
2020-01-28 Ralf Jungtest track_caller with fn ptrs
2020-01-28 borsAuto merge of #1148 - yoshuawuyts:patch-1, r=RalfJung
2020-01-27 David CookAdd test for posix_fadvise
2020-01-27 David CookApply shim to lseek too (for macOS)
2020-01-26 David CookAdd no-op shim for posix_fadvise
2020-01-26 David CookAdd shim for lseek64
2020-01-26 David CookAdd fstat shim for OSX
2020-01-26 borsAuto merge of #1153 - RalfJung:uprust, r=RalfJung
2020-01-26 Ralf Jungbump rustc
2020-01-26 David CookAdd support for AT_EMPTY_PATH to statx shim
2020-01-25 borsAuto merge of #1150 - divergentdave:patch-1, r=RalfJung
2020-01-25 David CookAdd compiler fences to test
2020-01-25 David CookShim intrinsics::atomic_singlethreadfence, etc.
2020-01-19 borsAuto merge of #1149 - RalfJung:rustup, r=RalfJung
2020-01-19 Ralf Jungslice_patterns is stable now
2020-01-18 Yoshua WuytsDocument miri can only be installed on nightly
2020-01-15 borsAuto merge of #1146 - RalfJung:rustup, r=RalfJung
2020-01-15 Ralf Jungrustup more
2020-01-15 Ralf Jungrustup
2020-01-14 borsAuto merge of #1145 - jethrogb:patch-1, r=oli-obk
2020-01-14 jethrogbUpdate .gitattributes
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-09 borsAuto merge of #1127 - rust-lang:stacked_borrow_tracing...
2020-01-09 Oliver SchererDocument all the things
2020-01-09 Oliver SchererRemove trailing newline
2020-01-09 borsAuto merge of #1144 - RalfJung:panic-location, r=RalfJung
2020-01-09 Ralf JungUnwind panicking does not currently work on Windows
2020-01-09 Ralf Jungalso make sure the hook actually gets called
next