]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-04-27 Vytautas AstrauskasUpdate to support the updated API.
2020-04-27 Vytautas AstrauskasAdd a warning that Miri does not check for data-races.
2020-04-27 Vytautas AstrauskasImplement basic support for concurrency (Linux only).
2020-04-27 borsAuto merge of #1373 - RalfJung:test-rename, r=RalfJung
2020-04-27 borsAuto merge of #1370 - samrat:add-scalar-size-test,...
2020-04-27 Ralf Jungrename tests: undefined -> uninit
2020-04-27 Samrat Man... Replace error-pattern with annotation; remove unreachab...
2020-04-27 borsAuto merge of #1354 - divergentdave:dump-alloc-on-undef...
2020-04-27 Samrat Man... Fix shim_arg_size test for 32-bit machines
2020-04-27 Samrat Man... Add test to verify arg size mismatch throws UB
2020-04-27 David CookReview comments
2020-04-25 borsAuto merge of #1368 - Robbepop:add-new-trophy-for-inks...
2020-04-25 Hero BirdUpdate README.md
2020-04-25 Hero BirdAdd miri trophy for LazyArray::swap (ink! PR)
2020-04-25 borsAuto merge of #1366 - RalfJung:rustc-exit, r=RalfJung
2020-04-25 Ralf Jungmake sure we do not discard information on the Ok exit...
2020-04-25 Ralf Jungfix exit code on rustc errors
2020-04-24 David CookAdd test to exercise InvalidUndefBytes
2020-04-24 David CookAdd message before dumping alloc
2020-04-23 borsAuto merge of #1361 - RalfJung:rustup, r=RalfJung
2020-04-23 Ralf Jungrustup
2020-04-23 borsAuto merge of #1358 - dtolnay:ci, r=RalfJung
2020-04-23 David TolnayKeep MiriCommand out of ask_to_run function
2020-04-23 borsAuto merge of #1359 - RalfJung:cargo-bin-exe, r=RalfJung
2020-04-23 Ralf Jungtest suite: rely on CARGO_BIN_EXE_ env vars to find...
2020-04-23 David TolnayPreserve consistent output whether or not CI is set
2020-04-23 David TolnayRemove unneeded setup step from CI instructions in...
2020-04-23 David TolnayDisable interactive prompts in CI
2020-04-23 borsAuto merge of #1356 - brson:trophy, r=RalfJung
2020-04-23 Brian AndersonUpdate README.md
2020-04-23 Brian AndersonAdd ryu and tikv to trophy case
2020-04-22 David CookReorder output
2020-04-22 borsAuto merge of #1348 - RalfJung:raw-addr-of-align, r...
2020-04-22 Ralf Jungrustup
2020-04-22 Ralf JungStacked Borrows: alignment does not matter
2020-04-22 borsAuto merge of #1353 - divergentdave:file-set-len, r...
2020-04-22 David CookAdd comment
2020-04-22 David CookPrint hex dump of alloc on reading undef bytes
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 Ralf Jungadjust for asm -> llvm_asm rename
2020-04-20 Ralf Jungadjust for Weak::as_raw -> as_ptr rename
2020-04-20 Ralf Jungrustup
2020-04-20 Vytautas AstrauskasMove stack and stack_mut implementation in Machine...
2020-04-20 Vytautas AstrauskasMove the stack to the evaluator to make Miri compile...
2020-04-19 borsAuto merge of #1342 - divergentdave:pause-instruction...
2020-04-19 David CookReview comments
2020-04-19 borsAuto merge of #1351 - RalfJung:float-test-source, r...
2020-04-19 Ralf Jungtest some more extreme cast cases
2020-04-19 Ralf Jungnote source of test values
2020-04-19 David CookAdd support for std::thread::yield_now
2020-04-19 David CookFlip matching
2020-04-18 borsAuto merge of #1349 - RalfJung:machine-layouts, r=RalfJung
2020-04-18 Ralf Junguse pre-computed layouts some more
2020-04-18 borsAuto merge of #1347 - RalfJung:float-cast-test, r=RalfJung
2020-04-18 Ralf Jungrename test_cast -> test_both_cast to make purpose...
2020-04-18 borsAuto merge of #1325 - RalfJung:float_to_int_unchecked...
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 Ralf Jungrustup for FieldsShape::Primitive
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 #1341 - RalfJung:force-ptr-everywhere...
2020-04-16 Ralf JungReadBytesAsPointer is always supported
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 #1334 - KrishnaSannasi:track-dealloc...
2020-04-15 Ozarenadded deallocation tracking
2020-04-15 borsAuto merge of #1336 - RalfJung:instance-sanity, r=RalfJung
2020-04-15 Ralf Jungtighten Instance sanity check
2020-04-15 borsAuto merge of #1330 - RalfJung:retag-return-place,...
2020-04-15 Ralf Jungrustup
2020-04-15 Ralf Jungretag return places
2020-04-15 Ralf Jungadjust for frame hook changes
2020-04-14 borsAuto merge of #1331 - samrat:macos-mach-timebase-info...
2020-04-14 Samrat Man... Reword comment in 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 Samrat Man... Use precomputed TyLayout from `machine.layouts`
2020-04-14 borsAuto merge of #1332 - RalfJung:disable-alignment-check...
2020-04-14 Ralf Jungfix comment in alignment test
2020-04-14 Ralf Jungrustup
2020-04-14 Ralf Jungtweak flag section in README
2020-04-14 Samrat Man... Use pre-defined u32 layout
2020-04-13 Ralf Jungmention new option in README and diagnostics
2020-04-13 Ralf Jungadd option to disable alignment checks
2020-04-13 Samrat Man... [macOS] Implement `mach_timebase_info`
2020-04-13 borsAuto merge of #1329 - RalfJung:readme, r=RalfJung
2020-04-13 Ralf Jungnote Miri's leak check abilities and that they are...
2020-04-13 borsAuto merge of #1328 - RalfJung:align-false-pos, r=RalfJung
next