]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-04-27 Vytautas AstrauskasImprove Debug formatting of the thread name.
2020-04-27 Vytautas AstrauskasMove copying of the thread name to the client side.
2020-04-27 Vytautas AstrauskasUnify TLS dtors; move stepping outside.
2020-04-27 Vytautas AstrauskasChange the test not to rely on internals.
2020-04-27 Vytautas AstrauskasAdd an explanatory comment to the test.
2020-04-27 Vytautas AstrauskasIgnore prctl test on MacOS because it does not support it.
2020-04-27 Vytautas AstrauskasMake multiple threads to try to join a thread while...
2020-04-27 Vytautas AstrauskasClarify FIXME.
2020-04-27 Vytautas AstrauskasCheck prctl argument types and fix the test.
2020-04-27 Vytautas AstrauskasClarify test comments.
2020-04-27 Vytautas AstrauskasFix the test annotation.
2020-04-27 Vytautas AstrauskasMake the main thread detached.
2020-04-27 Vytautas AstrauskasFix merge error.
2020-04-27 Vytautas AstrauskasPrint the thread name in Debug.
2020-04-27 Vytautas AstrauskasSmall style fix.
2020-04-27 Vytautas AstrauskasClarify comments about TLS destructor handling in Windo...
2020-04-27 Vytautas AstrauskasTrack if a thread was already joined.
2020-04-27 Vytautas AstrauskasAdd more concurrency tests.
2020-04-27 Vytautas AstrauskasFix how a pthread_create function argument is constructed.
2020-04-27 Vytautas AstrauskasImprove concurrency tests.
2020-04-27 Vytautas AstrauskasMany small changes to thread management.
2020-04-27 Vytautas AstrauskasImprove prctl, add a test.
2020-04-27 Vytautas AstrauskasChange the warning message.
2020-04-27 Vytautas AstrauskasMove prctl to Linux specific shims.
2020-04-27 Vytautas AstrauskasRename MacOS set global dtor function.
2020-04-27 Vytautas AstrauskasUpdate a comment in README about what concurrency check...
2020-04-27 Vytautas AstrauskasAdd concurrency tests.
2020-04-27 Vytautas AstrauskasImplement thread::yield_now.
2020-04-27 Vytautas AstrauskasAdd a comment explaining global destructors on MacOS.
2020-04-27 Vytautas AstrauskasFix support for MacOS.
2020-04-27 Vytautas AstrauskasRename threads to thread to match the Rust standard...
2020-04-27 Vytautas AstrauskasAdd a missing newline.
2020-04-27 Vytautas AstrauskasCleanup the implementation of adjust_global_const.
2020-04-27 Vytautas AstrauskasFix typo in a comment.
2020-04-27 Vytautas AstrauskasMake an assert message consistent with other asserts.
2020-04-27 Vytautas AstrauskasFix imports.
2020-04-27 Vytautas AstrauskasAdd a missing newline in the test.
2020-04-27 Vytautas AstrauskasRename eval_maybe_thread_local_static_const to adjust_g...
2020-04-27 Vytautas AstrauskasAddress some of the reviewers comments.
2020-04-27 Vytautas AstrauskasGenerate thread local allocations in eval_maybe_thread_...
2020-04-27 Vytautas AstrauskasGenerate fresh allocation ids for thread locals in...
2020-04-27 Vytautas AstrauskasSmall refactoring in pthread sync: extract common funct...
2020-04-27 Vytautas AstrauskasRename ThreadSet to ThreadManager.
2020-04-27 Vytautas AstrauskasRebase on PR 1157.
2020-04-27 Vytautas AstrauskasFix pthread_self.
2020-04-27 Vytautas AstrauskasRustfmt the test.
2020-04-27 Vytautas AstrauskasStore the thread name.
2020-04-27 Vytautas AstrauskasFix comments in TLS.
2020-04-27 Vytautas AstrauskasReport that we do not support foreign thread local...
2020-04-27 Vytautas AstrauskasMove pthread_create and related shims to a separate...
2020-04-27 Vytautas AstrauskasFix the problem of sending pointed to thread local...
2020-04-27 Vytautas AstrauskasAdd a test for thread locals.
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...
next