]> git.lizzy.rs Git - rust.git/history - tests
Fix prctl SET_NAME and GET_NAME behaviour.
[rust.git] / tests /
2020-04-07 Ralf Jungprefer float assoc consts over std module
2020-04-06 borsAuto merge of #1157 - divergentdave:shim-pthread-try...
2020-04-06 David CookClean up conditional compilation
2020-04-05 David CookAdd tests, improve test coverage
2020-04-05 David CookAdd tests
2020-04-05 borsAuto merge of #1307 - RalfJung:vec-extend, r=RalfJung
2020-04-05 Ralf Jungalso test push_str ptr stability (the original report)
2020-04-05 David CookUpdate comments, rearrange code
2020-04-05 borsAuto merge of #1253 - RalfJung:vec-extend, r=RalfJung
2020-04-05 Ralf Jungrustup
2020-04-05 Ralf Jungfor consistency also rename floats.rs
2020-04-05 Ralf Junguse mutable reference
2020-04-05 Ralf Jungtest some more vec ptr invalidation
2020-04-05 Ralf Jungtest Vec::extend
2020-04-05 David CookImplement TryEnterCriticalSection
2020-04-05 David CookRestrict mutex static initializer test to Linux
2020-04-05 David CookAdd and rearrange mutex tests
2020-04-05 David CookFix misleading function names
2020-04-05 David CookAdd test of recursive mutex using libc FFI
2020-04-05 David CookStyle fixes
2020-04-05 David CookAdd test that exercises ReentrantMutex
2020-04-05 David CookImplement mutex and rwlock functions
2020-04-05 David CookClean up test case
2020-04-05 David CookAdd failing tests for mutex and rwlock
2020-04-05 David CookAdd shims for RwLock::try_read/RwLock::try_write
2020-04-04 borsAuto merge of #1293 - Firstyear:1289-miri-readme, r...
2020-04-04 borsAuto merge of #1300 - RalfJung:rust-src, r=RalfJung
2020-04-03 borsAuto merge of #1294 - JOE1994:windows_instant, r=RalfJung
2020-04-02 JOE1994change cfg gate to enable testing Instant subtraction...
2020-04-02 borsAuto merge of #1296 - RalfJung:rustup, r=RalfJung
2020-04-02 Ralf Jungport compile-fail allocator tests to stable API
2020-04-02 Ralf Jungrustup for AllocRef changes
2020-04-02 borsAuto merge of #1295 - RalfJung:ci-no-incremental, r...
2020-04-02 borsAuto merge of #1283 - RalfJung:backtrace, r=RalfJung
2020-04-02 Ralf Jungadjust stacktrace printing to rustc changes
2020-04-02 JOE1994Add support for 'std::time::Instant' in Windows
2020-04-01 borsAuto merge of #1292 - RalfJung:time, r=RalfJung
2020-04-01 Ralf Jungsanity check time values a bit more
2020-04-01 borsAuto merge of #1290 - RalfJung:rustup, r=RalfJung
2020-04-01 borsAuto merge of #1286 - JOE1994:windows_time, r=RalfJung
2020-04-01 JOE1994Implement 'GetSystemTimeAsFileTime' shim for Windows
2020-03-31 borsAuto merge of #1287 - RalfJung:time-sub, r=RalfJung
2020-03-31 Ralf Jungadd TODO
2020-03-31 Ralf Jungtest subtracting SystemTime and Instant
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 #1280 - RalfJung:rustup, r=RalfJung
2020-03-30 Ralf Jungtest const-generic Vec::from(array)
2020-03-29 David CookAdd support for OpenOptions::create_new()/O_EXCL
2020-03-29 borsAuto merge of #1268 - JOE1994:dir, r=RalfJung
2020-03-29 JOE1994Windows shims for GetCurrentDirectoryW/SetCurrentDirectoryW
2020-03-28 borsAuto merge of #1275 - JOE1994:move_string_helpers,...
2020-03-28 borsAuto merge of #1274 - RalfJung:float-cast, r=RalfJung
2020-03-28 Ralf Jungfix float test comments and test a few more int->float...
2020-03-28 borsAuto merge of #1265 - RalfJung:float-cast, r=RalfJung
2020-03-28 Ralf Jungavoid promotion so this can be compared with rustc
2020-03-28 Ralf Jungalso do some float-to-float cast testing
2020-03-28 borsAuto merge of #1267 - RalfJung:macos-dtors, r=RalfJung
2020-03-27 borsAuto merge of #1225 - JOE1994:rw_widestr, r=RalfJung
2020-03-27 Ralf Jungenable leak tests on macOS
2020-03-27 JOE1994remove or update 'ignore-windows' annotations in some...
2020-03-27 JOE1994Windows shims for env var emulation
2020-03-26 Ralf Jungtest floating point casting better
2020-03-25 borsAuto merge of #1260 - RalfJung:unreachable, r=RalfJung
2020-03-25 Ralf Jungtest unreachable intrinsic
2020-03-24 borsAuto merge of #1251 - RalfJung:win-cross, r=RalfJung
2020-03-24 Ralf Jungtest harness informs tests about suitable temp dir
2020-03-24 Ralf Jungmake fs.rs at least build under Windows
2020-03-23 borsAuto merge of #1257 - RalfJung:rustup, r=RalfJung
2020-03-23 Ralf Junguse Wake trait for async-fn driver
2020-03-23 borsAuto merge of #1252 - RalfJung:rustup, r=RalfJung
2020-03-23 Ralf Jungbump Rust; HashMap should now work on macOS even with...
2020-03-22 borsAuto merge of #1249 - RalfJung:rustup, r=RalfJung
2020-03-22 Ralf Jungplatform -> target
2020-03-21 borsAuto merge of #1248 - RalfJung:overflow, r=RalfJung
2020-03-21 Ralf Jungdetect UB: overflow in copy/write_bytes
2020-03-21 Ralf Jungtest for zero-sized write_bytes to NULL
2020-03-21 borsAuto merge of #1247 - RalfJung:rustup, r=RalfJung
2020-03-21 Ralf Jungcall error location was fixed by rustup
2020-03-21 borsAuto merge of #1241 - RalfJung:dont-panic, r=RalfJung
2020-03-21 Ralf Jungfix tests
2020-03-21 Ralf Jungtest windows panic message
2020-03-20 borsAuto merge of #1243 - RalfJung:instant, r=RalfJung
2020-03-19 Ralf Jungimplement CLOCK_MONOTONIC on Linux
2020-03-19 borsAuto merge of #1219 - RalfJung:error-cleanup, r=RalfJung
2020-03-19 Ralf Jungrustup, and some final message adjustments
2020-03-19 Ralf Jungadjust error messages for lower-case start
2020-03-19 Ralf Jungadd test for validation finding use-after-free
2020-03-19 Ralf Jungadjust for error reform
2020-03-18 borsAuto merge of #1239 - elichai:2020-03-abort-intrinsics...
2020-03-18 Elichai TurkelRemove uninhabit/zeroed tests to a new test file for...
2020-03-18 borsAuto merge of #1238 - RalfJung:mir-opt-test, r=oli-obk
2020-03-18 Ralf Jungmove repeated run of test suite (without and with MIR...
2020-03-16 borsAuto merge of #1233 - RalfJung:rustup, r=RalfJung
2020-03-16 Ralf Jungrustup
2020-03-14 borsAuto merge of #1226 - RalfJung:rustup, r=RalfJung
2020-03-14 Ralf Jungrustup, fix for intrinsic rename and transmute error...
2020-03-12 borsAuto merge of #1223 - RalfJung:rustup, r=RalfJung
2020-03-12 Ralf Jungrustup, test Abort terminator
2020-03-12 borsAuto merge of #1213 - lcnr:master, r=RalfJung
next