Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tokio-rs/loom

Concurrency permutation testing tool for Rust.
https://github.com/tokio-rs/loom

AtomicBool has no fetch_not

TheChilliPL opened this issue 23 days ago
Fix build error on not 64 bit arch

ryota2357 opened this pull request 24 days ago
Potential memory leak in `loom::thread::spawn`

ryota2357 opened this issue about 1 month ago
Documentation: Relaxed Memory Ordering maybe wrong statement?

sainteckes opened this issue 3 months ago
How does Loom differ from Valgrind?

zetanumbers opened this issue 4 months ago
Use std::pin::pin! macro instead of pin-utils

taiki-e opened this pull request 4 months ago
Upgrade to 2021 edition

taiki-e opened this pull request 4 months ago
Bump MSRV to 1.73

taiki-e opened this pull request 4 months ago
not all case was run

feyleth opened this issue 6 months ago
Fix doc link typo in hint.rs

teor2345 opened this pull request 7 months ago
Explore execution path with multi-thread

mox692 opened this issue 8 months ago
Document what effect hints have on loom

udoprog opened this pull request 8 months ago
Fix typo

mox692 opened this pull request 8 months ago
Implement `wait_while` for condvar

LucasSte opened this pull request 8 months ago
Add `checkpoint` feature flag in the docs example

mox692 opened this pull request 8 months ago
feat: implement into_inner for loom Arc

wenym1 opened this pull request 8 months ago
Support const-initialization in loom::thread_local!

simonwuelker opened this pull request 9 months ago
Suggested test setup causes cargo warnings

Wuelle opened this issue 9 months ago
Detect simultaneous borrow and drop of UnsafeCell

e00E opened this pull request 9 months ago
Loom does not consider dropping UnsafeCell to be a write

e00E opened this issue 9 months ago
Prepare v0.7.2 release

Darksonn opened this pull request 9 months ago
[feature request] Configure stack size of default thread

brunowonka opened this issue 9 months ago
Fix typo

taiki-e opened this pull request 10 months ago
Disable default features of tracing

taiki-e opened this pull request 10 months ago
Fix dead code warning

mox692 opened this pull request 10 months ago
feat: add loom::cell::Cell::into_inner

jbr opened this pull request 10 months ago
Use core instead of std in lazy_static! macro

peterthejohnston opened this pull request 10 months ago
Allow `Mutex` to work with `?Sized` types

Phantomical opened this pull request 10 months ago
Update generator to 0.8.1

fornwall opened this pull request 11 months ago
Upgrade generator to 0.8

Borber opened this issue 11 months ago
trying to implement partial order sampling based concurrency testing

siddhantsharma301 opened this pull request about 1 year ago
Update loom version in docs

taiki-e opened this pull request about 1 year ago
Update CI config

taiki-e opened this pull request about 1 year ago
Missing SyncUnsafeCell

Pr0methean opened this issue about 1 year ago
Bump MSRV to 1.65

jv-garcia opened this pull request about 1 year ago
panicked at 'called `Option::unwrap()`

GlenDC opened this issue over 1 year ago
Add lock_arc API to loom Mutex

culldanx opened this issue over 1 year ago
Prepare v0.7.1 release

taiki-e opened this pull request over 1 year ago
Remove unnecessary casts

taiki-e opened this pull request over 1 year ago
Add Atomic*::into_inner

taiki-e opened this pull request over 1 year ago
Use #[doc = concat!()] in atomic integer docs

taiki-e opened this pull request over 1 year ago
Implement AsRef and Borrow for Arc

notgull opened this pull request over 1 year ago
prepare v0.7.0 release

carllerche opened this pull request over 1 year ago
Enable user pruning of exploration branches

carllerche opened this pull request over 1 year ago
Add get_mut() to Mutex and RwLock

akonradi opened this pull request over 1 year ago
Bump MSRV to 1.63

NobodyXu opened this pull request over 1 year ago
Is it possible for `loom::sync::Mutex::new` to be const available?

NobodyXu opened this issue over 1 year ago
prepare v0.6.1 release

carllerche opened this pull request over 1 year ago
ensure fn passed to generator completes

carllerche opened this pull request over 1 year ago
`repr(transparent)` for `UnsafeCell`

wyfo opened this issue over 1 year ago
Panic at loom-0.6.0/src/rt/scheduler.rs:134:48

sporksmith opened this issue over 1 year ago
Prepare v0.6.0 release

carllerche opened this pull request over 1 year ago
Increase max threads to 5

carllerche opened this pull request over 1 year ago
Bump MSRV to 1.60.0

akonradi opened this pull request over 1 year ago
Add support for scoped threads

akonradi opened this pull request over 1 year ago
Support setting model thread stack size

akonradi opened this pull request over 1 year ago
Make thread stack size configurable

akonradi opened this pull request over 1 year ago
Stack size of spawned threads is not configurable

akonradi opened this issue over 1 year ago
Provide a method for spawning scoped threads

akonradi opened this issue over 1 year ago
Constructing a !Sized UnsafeCell

DzenanJupic opened this issue almost 2 years ago
Implement atomic-await

krtab opened this issue almost 2 years ago
Add assertion that picked thread is runnable

adrianheine opened this pull request almost 2 years ago
Avoid double panic when queued_spawn is dropped

adrianheine opened this pull request almost 2 years ago
Document for debugging a test case

scw00 opened this issue almost 2 years ago
Loom panics

terrarier2111 opened this issue almost 2 years ago
Using `Notify` reports deadlock, while a hand-rolled event does not

DemiMarie opened this issue almost 2 years ago
Fix for corner case where `RwLock` could be acquired in write mode while write locked

Pointerbender opened this pull request about 2 years ago
Add a mock MaybeUninit

jschwe opened this issue about 2 years ago
What to do when loom::AtomicUsize do not implement as_mut_ptr()

BowenXiao1999 opened this issue about 2 years ago
Fix drop order of tls and statics and avoid double panics on deadlock

Pointerbender opened this pull request about 2 years ago
Bump MSRV to 1.59

alexkeizer opened this pull request about 2 years ago
Atomic operations on part of an atomic integer?

sporksmith opened this issue about 2 years ago
cell::MutPtr isn't Send

sporksmith opened this issue about 2 years ago
cell::MutPtr doesn't provide a way to directly get an immutable reference

sporksmith opened this issue about 2 years ago
Track which reference belongs to which store

alexkeizer opened this pull request about 2 years ago
Internal Panic: Index Out of Bounds

jswrenn opened this issue over 2 years ago
A mutual exclusion test on peterson's algorithm

zpzigi754 opened this issue over 2 years ago
Use #[doc(no_inline)] on re-exports

taiki-e opened this pull request over 2 years ago
Upgrade tracing subscriber and check minimum dependency versions in CI

faern opened this pull request over 2 years ago
Update actions/checkout action to v3 in release.yml

taiki-e opened this pull request over 2 years ago
Any interest in a way to check that a state is possible?

hgoldstein95 opened this issue over 2 years ago
unexpected object stored at reference

kvark opened this issue over 2 years ago
loom does not respect modification order

ibraheemdev opened this issue over 2 years ago
SIGSEGV in Arc::ref_dec on drop

kvark opened this issue over 2 years ago
Add a link to Discord room

kvark opened this pull request over 2 years ago
List accessors even without locations

kvark opened this pull request over 2 years ago
Unclear "Concurrent write accesses" with UnsafeCell

kvark opened this issue over 2 years ago
UnsafeCell::get_mut() is different from std

kvark opened this issue over 2 years ago
Missing UnsafeCell::raw_get

kvark opened this issue over 2 years ago
Loom threads cause a panic inside panic in raw_yield

kvark opened this issue over 2 years ago
chore: prepare to release v0.5.6

hawkw opened this pull request over 2 years ago
docs: fix broken rustdoc links

hawkw opened this pull request over 2 years ago