]> git.lizzy.rs Git - rust.git/history - src/thread.rs
rustup
[rust.git] / src / thread.rs
2021-05-16 borsAuto merge of #1801 - RalfJung:rustfmt, r=oli-obk
2021-05-16 Ralf Jungformat much of Miri
2021-04-22 borsAuto merge of #1769 - RalfJung:remove-compat, r=oli-obk
2021-04-11 borsAuto merge of #1772 - RalfJung:less-timeout-checking...
2021-04-11 borsAuto merge of #1771 - vakaras:bug-1763, r=RalfJung
2021-04-11 Vytautas AstrauskasReference issue 1763 in the comment.
2021-04-11 Ralf Jungonly check timeouts when a thread yields
2021-04-10 Vytautas AstrauskasAttempt to fix #1763 by asking the scheduler to retry...
2021-03-09 borsAuto merge of #1736 - DJMcNab:rust-analyzer-private...
2021-03-08 borsAuto merge of #1735 - m-ou-se:remove-unwrap-none, r...
2021-03-08 Mara BosRemove unwrap_none as it won't be stabilized.
2020-11-29 borsAuto merge of #1617 - JCTyblaidd:data_race_detector...
2020-11-15 JCTyBlaiddTidy up comments and function layout, should fix most...
2020-11-06 JCTyBlaiddMore aggressive vector index re-use, and added some...
2020-11-05 JCTyBlaiddMove to use of thread termination hook for vector re...
2020-11-05 JCTyBlaiddSplit out vector_clock to separate file, general tidy...
2020-11-02 JCTyBlaiddInitial data-race detector,
2020-09-03 borsAuto merge of #1532 - divergentdave:thread-panic-payloa...
2020-09-03 David CookPer-thread errno storage
2020-09-01 David CookReview comments
2020-08-30 David CookMove panic payload state from Machine to Thread
2020-08-12 borsAuto merge of #1507 - rust-lang:get_static, r=RalfJung
2020-08-11 Oliver SchererBump for rustc changes
2020-08-03 borsAuto merge of #1495 - samrat:fd-trait, r=oli-obk
2020-07-27 borsAuto merge of #1489 - RalfJung:tls-alloc-ids, r=oli-obk
2020-07-27 Ralf Jungdeallocate thread-local statics when the thread dies
2020-07-27 Ralf Jungfix and test order of TLS dtors and thread joining
2020-07-27 Ralf Jungget_or_create_thread_local_alloc_id: share code with...
2020-07-27 Ralf Jungadjust to canonical_alloc_id removal
2020-07-18 borsAuto merge of #1436 - samrat:support-stdin-read, r...
2020-07-17 borsAuto merge of #1480 - RalfJung:diagnostic-stacktrace...
2020-07-17 Ralf Jungfix typo
2020-07-17 Ralf Jungfix non-fatal diagnostics stacktraces
2020-06-27 borsAuto merge of #1460 - RalfJung:modules, r=RalfJung
2020-06-27 Ralf JungRename shims::{sync -> posic_sync} and move sync_single...
2020-06-09 borsAuto merge of #1418 - divergentdave:file-sync, r=RalfJung
2020-05-31 borsAuto merge of #1441 - RalfJung:sync-cleanup, r=RalfJung
2020-05-30 Ralf Jungsync cleanup: mark infallible ops as such; consistent...
2020-05-25 borsAuto merge of #1362 - vakaras:add-sync-primitives-cr1...
2020-05-24 Vytautas AstrauskasSmall fixes.
2020-05-24 Vytautas AstrauskasSmall changes.
2020-05-24 Vytautas AstrauskasChange the scheduling to execute timeout callbacks...
2020-05-24 Vytautas AstrauskasSmall changes.
2020-05-24 Vytautas AstrauskasChange how the time is handled.
2020-05-24 Vytautas AstrauskasImprove code readability and comments.
2020-05-24 Vytautas AstrauskasCleanup.
2020-05-24 Vytautas AstrauskasImplement support for synchronization primitives.
2020-05-10 borsAuto merge of #1402 - rust-lang:alloc_map_unlock, r...
2020-05-10 Oliver SchererUpdate to rustc changes
2020-05-03 borsAuto merge of #1390 - RalfJung:conc, r=RalfJung
2020-05-03 Ralf Jungde-duplicate <unnamed> default thread name
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-29 Vytautas AstrauskasImprove code readability and comments.
2020-04-27 Vytautas AstrauskasMake From implementations non-failing.
2020-04-27 Vytautas AstrauskasImprove comments.
2020-04-27 Vytautas AstrauskasImprove comments and code clarity.
2020-04-27 Vytautas AstrauskasChange representation and conversion of ThreadId and...
2020-04-27 Vytautas AstrauskasMany small changes to clean up code.
2020-04-27 Vytautas AstrauskasImprove comments.
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 AstrauskasClarify FIXME.
2020-04-27 Vytautas AstrauskasMake the main thread detached.
2020-04-27 Vytautas AstrauskasPrint the thread name in Debug.
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 AstrauskasMany small changes to thread management.
2020-04-27 Vytautas AstrauskasAdd concurrency tests.
2020-04-27 Vytautas AstrauskasImplement thread::yield_now.
2020-04-27 Vytautas AstrauskasFix support for MacOS.
2020-04-27 Vytautas AstrauskasRename threads to thread to match the Rust standard...