]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-04-30 borsAuto merge of #1284 - vakaras:add-threads-cr2, r=RalfJung
2020-04-30 Vytautas AstrauskasFix prctl SET_NAME and GET_NAME behaviour.
2020-04-30 borsAuto merge of #1377 - brson:servo-trophy, r=RalfJung
2020-04-30 Ralf JungTweak error wording
2020-04-30 borsAuto merge of #1378 - RalfJung:workspace-error, r=RalfJung
2020-04-30 Ralf Jungmore helpful error on workspaces
2020-04-30 Brian AndersonAdd servo_arc to trophy case
2020-04-29 Vytautas AstrauskasFix a regression in Windows dtors.
2020-04-29 Vytautas AstrauskasUse Entry API in set_dtors_running.
2020-04-29 Vytautas AstrauskasImprove code readability and comments.
2020-04-28 borsAuto merge of #1375 - RalfJung:rustup, r=RalfJung
2020-04-28 Ralf Jungrustup for more LocalDefId changes
2020-04-27 Vytautas AstrauskasFix MacOS and Windows builds.
2020-04-27 Vytautas AstrauskasDelete remaining tls entries after all destructors...
2020-04-27 Vytautas AstrauskasMake From implementations non-failing.
2020-04-27 Vytautas AstrauskasImprove comments.
2020-04-27 Vytautas AstrauskasAdd a test for joining in a destructor.
2020-04-27 Vytautas AstrauskasMerge dtors_running and last_dtor_key fields.
2020-04-27 Vytautas AstrauskasAdd a FIXME.
2020-04-27 Vytautas AstrauskasImprove comments and code clarity.
2020-04-27 Vytautas AstrauskasChange representation and conversion of ThreadId and...
2020-04-27 Vytautas AstrauskasUse DLL_THREAD_DETACH when calling windows TLS destructor.
2020-04-27 Vytautas AstrauskasMake sure to remove thread local data only if we have...
2020-04-27 Vytautas AstrauskasImprove style and comments.
2020-04-27 Vytautas AstrauskasMany small changes to clean up code.
2020-04-27 Vytautas AstrauskasRename global tls dtor to thread dtor.
2020-04-27 Vytautas AstrauskasMove prctl test to the same file as other libc tests.
2020-04-27 Vytautas AstrauskasDelete a duplicate test.
2020-04-27 Vytautas AstrauskasImprove comments.
2020-04-27 Vytautas AstrauskasAdded a test that joining main is UB.
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
next