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
UnsafeCell has no read/write/replace for the returned Ptr of get()
marcfir opened this issue 10 days ago
marcfir opened this issue 10 days ago
AtomicBool has no fetch_not
TheChilliPL opened this issue 23 days ago
TheChilliPL opened this issue 23 days ago
Fix build error on not 64 bit arch
ryota2357 opened this pull request 24 days ago
ryota2357 opened this pull request 24 days ago
Potential memory leak in `loom::thread::spawn`
ryota2357 opened this issue about 1 month ago
ryota2357 opened this issue about 1 month ago
Documentation: Relaxed Memory Ordering maybe wrong statement?
sainteckes opened this issue 3 months ago
sainteckes opened this issue 3 months ago
How does Loom differ from Valgrind?
zetanumbers opened this issue 4 months ago
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
taiki-e opened this pull request 4 months ago
Upgrade to 2021 edition
taiki-e opened this pull request 4 months ago
taiki-e opened this pull request 4 months ago
Bump MSRV to 1.73
taiki-e opened this pull request 4 months ago
taiki-e opened this pull request 4 months ago
`coroutine in thread XYZ has overflowed its stack` while running loom unit test
UditDey opened this issue 4 months ago
UditDey opened this issue 4 months ago
not all case was run
feyleth opened this issue 6 months ago
feyleth opened this issue 6 months ago
Suggest adding `-C debug-assertions` when executing loom tests with `--release`?
wyfo opened this issue 6 months ago
wyfo opened this issue 6 months ago
Fix doc link typo in hint.rs
teor2345 opened this pull request 7 months ago
teor2345 opened this pull request 7 months ago
Explore execution path with multi-thread
mox692 opened this issue 8 months ago
mox692 opened this issue 8 months ago
Document what effect hints have on loom
udoprog opened this pull request 8 months ago
udoprog opened this pull request 8 months ago
Fix typo
mox692 opened this pull request 8 months ago
mox692 opened this pull request 8 months ago
Implement `wait_while` for condvar
LucasSte opened this pull request 8 months ago
LucasSte opened this pull request 8 months ago
Add `checkpoint` feature flag in the docs example
mox692 opened this pull request 8 months ago
mox692 opened this pull request 8 months ago
feat: implement into_inner for loom Arc
wenym1 opened this pull request 8 months ago
wenym1 opened this pull request 8 months ago
Support const-initialization in loom::thread_local!
simonwuelker opened this pull request 9 months ago
simonwuelker opened this pull request 9 months ago
Suggested test setup causes cargo warnings
Wuelle opened this issue 9 months ago
Wuelle opened this issue 9 months ago
Detect simultaneous borrow and drop of UnsafeCell
e00E opened this pull request 9 months ago
e00E opened this pull request 9 months ago
Panic when accessing loom exectution state from spawned thread during unwinding
e00E opened this issue 9 months ago
e00E opened this issue 9 months ago
Loom does not consider dropping UnsafeCell to be a write
e00E opened this issue 9 months ago
e00E opened this issue 9 months ago
Prepare v0.7.2 release
Darksonn opened this pull request 9 months ago
Darksonn opened this pull request 9 months ago
`loom::LocalKey` does not support specialized implementations for `LocalKey<Cell<T>>` or `LocalKey<RefCell<T>>`
anko opened this issue 9 months ago
anko opened this issue 9 months ago
`loom::thread_local` does not support const-initialization
anko opened this issue 9 months ago
anko opened this issue 9 months ago
[feature request] Configure stack size of default thread
brunowonka opened this issue 9 months ago
brunowonka opened this issue 9 months ago
Fix typo
taiki-e opened this pull request 10 months ago
taiki-e opened this pull request 10 months ago
Disable default features of tracing
taiki-e opened this pull request 10 months ago
taiki-e opened this pull request 10 months ago
Fix dead code warning
mox692 opened this pull request 10 months ago
mox692 opened this pull request 10 months ago
feat: add loom::cell::Cell::into_inner
jbr opened this pull request 10 months ago
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
peterthejohnston opened this pull request 10 months ago
Allow `Mutex` to work with `?Sized` types
Phantomical opened this pull request 10 months ago
Phantomical opened this pull request 10 months ago
Update generator to 0.8.1
fornwall opened this pull request 11 months ago
fornwall opened this pull request 11 months ago
Upgrade generator to 0.8
Borber opened this issue 11 months ago
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
siddhantsharma301 opened this pull request about 1 year ago
Update loom version in docs
taiki-e opened this pull request about 1 year ago
taiki-e opened this pull request about 1 year ago
Update CI config
taiki-e opened this pull request about 1 year ago
taiki-e opened this pull request about 1 year ago
Missing SyncUnsafeCell
Pr0methean opened this issue about 1 year ago
Pr0methean opened this issue about 1 year ago
Bump MSRV to 1.65
jv-garcia opened this pull request about 1 year ago
jv-garcia opened this pull request about 1 year ago
panicked at 'called `Option::unwrap()`
GlenDC opened this issue over 1 year ago
GlenDC opened this issue over 1 year ago
Add lock_arc API to loom Mutex
culldanx opened this issue over 1 year ago
culldanx opened this issue over 1 year ago
Prepare v0.7.1 release
taiki-e opened this pull request over 1 year ago
taiki-e opened this pull request over 1 year ago
Remove unnecessary casts
taiki-e opened this pull request over 1 year ago
taiki-e opened this pull request over 1 year ago
Add Atomic*::into_inner
taiki-e opened this pull request over 1 year ago
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
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
notgull opened this pull request over 1 year ago
prepare v0.7.0 release
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
Enable user pruning of exploration branches
carllerche opened this pull request over 1 year ago
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
akonradi opened this pull request over 1 year ago
Bump MSRV to 1.63
NobodyXu opened this pull request over 1 year ago
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
NobodyXu opened this issue over 1 year ago
prepare v0.6.1 release
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
ensure fn passed to generator completes
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
`repr(transparent)` for `UnsafeCell`
wyfo opened this issue over 1 year ago
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
sporksmith opened this issue over 1 year ago
Prepare v0.6.0 release
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
Increase max threads to 5
carllerche opened this pull request over 1 year ago
carllerche opened this pull request over 1 year ago
Bump MSRV to 1.60.0
akonradi opened this pull request over 1 year ago
akonradi opened this pull request over 1 year ago
Add support for scoped threads
akonradi opened this pull request over 1 year ago
akonradi opened this pull request over 1 year ago
Support setting model thread stack size
akonradi opened this pull request over 1 year ago
akonradi opened this pull request over 1 year ago
Make thread stack size configurable
akonradi opened this pull request over 1 year ago
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
akonradi opened this issue over 1 year ago
Provide a method for spawning scoped threads
akonradi opened this issue over 1 year ago
akonradi opened this issue over 1 year ago
Constructing a !Sized UnsafeCell
DzenanJupic opened this issue almost 2 years ago
DzenanJupic opened this issue almost 2 years ago
Implement atomic-await
krtab opened this issue almost 2 years ago
krtab opened this issue almost 2 years ago
Add assertion that picked thread is runnable
adrianheine opened this pull request almost 2 years ago
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
adrianheine opened this pull request almost 2 years ago
Document for debugging a test case
scw00 opened this issue almost 2 years ago
scw00 opened this issue almost 2 years ago
Loom panics
terrarier2111 opened this issue almost 2 years ago
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
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
Pointerbender opened this pull request about 2 years ago
Add a mock MaybeUninit
jschwe opened this issue about 2 years ago
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
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
Pointerbender opened this pull request about 2 years ago
Bump MSRV to 1.59
alexkeizer opened this pull request about 2 years ago
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
sporksmith opened this issue about 2 years ago
cell::MutPtr isn't Send
sporksmith opened this issue about 2 years ago
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
sporksmith opened this issue about 2 years ago
Track which reference belongs to which store
alexkeizer opened this pull request about 2 years ago
alexkeizer opened this pull request about 2 years ago
panicked while panicking in loom::sync::arc::Arc::drop after deadlock in code under test
sporksmith opened this issue about 2 years ago
sporksmith opened this issue about 2 years ago
Internal Panic: Index Out of Bounds
jswrenn opened this issue over 2 years ago
jswrenn opened this issue over 2 years ago
A mutual exclusion test on peterson's algorithm
zpzigi754 opened this issue over 2 years ago
zpzigi754 opened this issue over 2 years ago
Remove tests/spec.rs from crate, which appears to be CC-BY-SA and GFDL
erickt opened this issue over 2 years ago
erickt opened this issue over 2 years ago
Use #[doc(no_inline)] on re-exports
taiki-e opened this pull request over 2 years ago
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
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
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
hgoldstein95 opened this issue over 2 years ago
unexpected object stored at reference
kvark opened this issue over 2 years ago
kvark opened this issue over 2 years ago
loom does not respect modification order
ibraheemdev opened this issue over 2 years ago
ibraheemdev opened this issue over 2 years ago
SIGSEGV in Arc::ref_dec on drop
kvark opened this issue over 2 years ago
kvark opened this issue over 2 years ago
Add a link to Discord room
kvark opened this pull request over 2 years ago
kvark opened this pull request over 2 years ago
List accessors even without locations
kvark opened this pull request over 2 years ago
kvark opened this pull request over 2 years ago
Unclear "Concurrent write accesses" with UnsafeCell
kvark opened this issue over 2 years ago
kvark opened this issue over 2 years ago
UnsafeCell::get_mut() is different from std
kvark opened this issue over 2 years ago
kvark opened this issue over 2 years ago
Missing UnsafeCell::raw_get
kvark opened this issue over 2 years ago
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
kvark opened this issue over 2 years ago
chore: prepare to release v0.5.6
hawkw opened this pull request over 2 years ago
hawkw opened this pull request over 2 years ago
docs: fix broken rustdoc links
hawkw opened this pull request over 2 years ago
hawkw opened this pull request over 2 years ago