]> git.lizzy.rs Git - rust.git/history - tests
Small changes.
[rust.git] / tests /
2020-04-18 Ralf Junguse u128::MAX symbolic name
2020-04-18 borsAuto merge of #1346 - RalfJung:dyn-layout-test, r=RalfJung
2020-04-18 Ralf Jungsome UB gets masked by optimizations
2020-04-18 Ralf Jungtest that we check dynamic actual size of object
2020-04-17 Ralf Jungtest that we properly check dynamic alignment
2020-04-17 borsAuto merge of #1344 - RalfJung:rustup, r=RalfJung
2020-04-17 borsAuto merge of #1343 - RalfJung:derive-packed, r=RalfJung
2020-04-17 Ralf Jungtest #[derive] on packed struct
2020-04-17 David CookHandle std::sync::atomic::spin_loop_hint()
2020-04-16 borsAuto merge of #1338 - RalfJung:test-cleanup, r=RalfJung
2020-04-16 Ralf Jungmerge packed_static and packed_struct
2020-04-16 Ralf Jungavoid test-wide allowance of unused/dead code
2020-04-16 Ralf Jungconsolidate ptr tests in fewer files
2020-04-15 borsAuto merge of #1337 - RalfJung:intrinsic-tests, r=RalfJung
2020-04-15 Ralf Jungtest some so-far untested intrinsics
2020-04-15 borsAuto merge of #1336 - RalfJung:instance-sanity, r=RalfJung
2020-04-15 Ralf Jungtighten Instance sanity check
2020-04-14 borsAuto merge of #1331 - samrat:macos-mach-timebase-info...
2020-04-14 borsAuto merge of #1333 - RalfJung:flag-test, r=RalfJung
2020-04-14 Ralf Jungmake sure we find some things without validation or...
2020-04-14 Ralf Jungmake sure our disable flags do not miss all bugs; move...
2020-04-14 borsAuto merge of #1332 - RalfJung:disable-alignment-check...
2020-04-14 Ralf Jungfix comment in alignment test
2020-04-14 Samrat Man SinghUse pre-defined u32 layout
2020-04-13 Ralf Jungadd option to disable alignment checks
2020-04-13 Samrat Man Singh[macOS] Implement `mach_timebase_info`
2020-04-12 Ralf Jungadd tests for invalid float-to-int casts
2020-04-12 Ralf Jungtest some more corner cases in happy float casts
2020-04-12 Ralf Jungmove error-pattern to inline annotation where possible
2020-04-12 Ralf Jungimplement float_to_int_unchecked
2020-04-12 Ralf Jungalso test unsafe cast intrinsic (happy cases)
2020-04-11 borsAuto merge of #1321 - RalfJung:float, r=RalfJung
2020-04-11 borsAuto merge of #1320 - RalfJung:tests, r=RalfJung
2020-04-11 Ralf Jungsmoketest f32 fast-math intrinsics
2020-04-11 Ralf Jungsome some int-to-float and float-to-float cast tests...
2020-04-11 Ralf Jungcopy lots of float-to-int cast tests from wasm test...
2020-04-11 Ralf Junga few more inf/nan/negz tests
2020-04-11 Ralf Jungorganize compile-fail tests in folders
2020-04-10 borsAuto merge of #1308 - RalfJung:miri, r=RalfJung
2020-04-10 borsAuto merge of #1304 - RalfJung:backtrace-sep, r=RalfJung
2020-04-10 borsAuto merge of #1315 - RalfJung:housekeeping, r=RalfJung
2020-04-10 Ralf Jungfix unused warnings in tests
2020-04-07 borsAuto merge of #1301 - RalfJung:global-leaks, r=RalfJung
2020-04-07 Ralf Jungrustup
2020-04-07 Ralf Jungmemory reachable through globals is not a leak any...
2020-04-07 borsAuto merge of #1310 - RalfJung:float-assoc, r=RalfJung
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...
next