]> git.lizzy.rs Git - rust.git/history - tests
Auto merge of #1212 - RalfJung:tests, r=RalfJung
[rust.git] / tests /
2020-03-06 borsAuto merge of #1212 - RalfJung:tests, r=RalfJung
2020-03-06 Ralf Jungexpand clock and fs tests a bit
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-04 borsAuto merge of #1205 - RalfJung:serde, r=RalfJung
2020-03-04 borsAuto merge of #1204 - RalfJung:rustup, r=RalfJung
2020-03-04 Ralf Jungfix allocator tests
2020-03-03 borsAuto merge of #1203 - RalfJung:generator, r=RalfJung
2020-03-03 Ralf Jungtry even harder to catch invalid generator fields
2020-03-02 borsAuto merge of #1178 - RalfJung:rustup-visitor, r=RalfJung
2020-03-02 Ralf Jungadjust for rustc changes
2020-02-26 borsAuto merge of #1152 - divergentdave:shim-directory...
2020-02-26 borsAuto merge of #1192 - RalfJung:disable-stacked-borrows...
2020-02-25 David CookReview comments
2020-02-24 Ralf Jungadd an option to disable Stacked Borrows
2020-02-23 David CookRewrite fs tests
2020-02-23 David CookUse longer file names in test
2020-02-23 David CookAdd more information to test asserts
2020-02-23 David CookAdd shim for readdir64_r
2020-02-23 David CookAdd shims for mkdir and rmdir
2020-02-23 borsAuto merge of #1167 - christianpoveda:shims-refactor...
2020-02-22 borsAuto merge of #1185 - RalfJung:readme, r=RalfJung
2020-02-21 borsAuto merge of #1187 - RalfJung:rustup, r=RalfJung
2020-02-21 Ralf Jungremove some no-longer-needed allow(const_err)
2020-02-21 Ralf Jungfix for const-prop lint changes
2020-02-21 borsAuto merge of #1184 - divergentdave:rename-error-test...
2020-02-21 David CookTest error case of std::fs::rename
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-18 David CookRewrite file system tests
2020-02-18 David CookRewrite file descriptor handling
2020-02-18 David CookFunctional test of cloned file handle
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-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-12 borsAuto merge of #1172 - RalfJung:rustup, r=RalfJung
2020-02-12 Ralf Jungadd test for layout optimizations
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-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 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-29 borsAuto merge of #1154 - TimDiekmann:rename-alloc, r=RalfJung
2020-01-29 borsAuto merge of #1155 - divergentdave:shim-posix_fadivse...
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 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-26 David CookAdd shim for lseek64
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-19 borsAuto merge of #1149 - RalfJung:rustup, r=RalfJung
2020-01-19 Ralf Jungslice_patterns is stable now
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 Povedasmall corrections
2020-01-09 borsAuto merge of #1127 - rust-lang:stacked_borrow_tracing...
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
2020-01-09 Ralf Jungtest that unwrap gets us the right panic location
2020-01-07 borsAuto merge of #1140 - RalfJung:no-macos, r=oli-obk
2020-01-07 Christian PovedaClean paths for robustness
2020-01-06 Christian PovedaAdd shim for symbolic link creation
2020-01-06 borsAuto merge of #1141 - RalfJung:lint-adjust, r=RalfJung
2020-01-06 Ralf Jungremove no-longer-needed allow(const_err)
2020-01-02 borsAuto merge of #1139 - RalfJung:fixme, r=RalfJung
2020-01-02 Ralf Jungnote a FIXME
2020-01-02 borsAuto merge of #1138 - wesleywiser:fix_miri_after_cast_t...
2020-01-02 Wesley WiserBump rustc version to fix miri
2019-12-31 borsAuto merge of #1134 - RalfJung:macos-hashmap, r=RalfJung
2019-12-31 Ralf Jungfix imports
2019-12-31 Ralf Jungwith FS access, default HashMap should work on macOS
2019-12-31 borsAuto merge of #1130 - christianpoveda:ignore-close...
next