issues
search
tokio-rs
/
loom
Concurrency permutation testing tool for Rust.
MIT License
2.15k
stars
112
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Documentation: Relaxed Memory Ordering maybe wrong statement?
#368
steckes
opened
2 weeks ago
7
How does Loom differ from Valgrind?
#367
zetanumbers
opened
1 month ago
3
Use std::pin::pin! macro instead of pin-utils
#366
taiki-e
opened
2 months ago
0
Upgrade to 2021 edition
#365
taiki-e
opened
2 months ago
0
Bump MSRV to 1.73
#364
taiki-e
opened
2 months ago
1
`coroutine in thread XYZ has overflowed its stack` while running loom unit test
#363
UditDey
opened
2 months ago
2
not all case was run
#362
feyleth
opened
3 months ago
2
Suggest adding `-C debug-assertions` when executing loom tests with `--release`?
#361
wyfo
opened
4 months ago
1
Fix doc link typo in hint.rs
#360
teor2345
closed
4 months ago
0
Explore execution path with multi-thread
#359
mox692
opened
6 months ago
0
Document what effect hints have on loom
#358
udoprog
opened
6 months ago
0
Fix typo
#357
mox692
closed
6 months ago
0
Implement `wait_while` for condvar
#356
LucasSte
opened
6 months ago
1
Add `checkpoint` feature flag in the docs example
#355
mox692
closed
6 months ago
0
feat: implement into_inner for loom Arc
#354
wenym1
opened
6 months ago
0
Support const-initialization in loom::thread_local!
#353
simonwuelker
closed
6 months ago
2
Suggested test setup causes cargo warnings
#352
simonwuelker
opened
6 months ago
2
Detect simultaneous borrow and drop of UnsafeCell
#351
e00E
opened
6 months ago
0
Panic when accessing loom exectution state from spawned thread during unwinding
#350
e00E
closed
6 months ago
4
Loom does not consider dropping UnsafeCell to be a write
#349
e00E
opened
7 months ago
6
Prepare v0.7.2 release
#348
Darksonn
closed
7 months ago
0
`loom::LocalKey` does not support specialized implementations for `LocalKey<Cell<T>>` or `LocalKey<RefCell<T>>`
#347
anko
opened
7 months ago
0
`loom::thread_local` does not support const-initialization
#346
anko
opened
7 months ago
0
[feature request] Configure stack size of default thread
#345
brunowonka
opened
7 months ago
0
Fix typo
#344
taiki-e
closed
7 months ago
0
Disable default features of tracing
#343
taiki-e
closed
7 months ago
0
Fix dead code warning
#342
mox692
closed
7 months ago
1
feat: add loom::cell::Cell::into_inner
#341
jbr
closed
7 months ago
0
Use core instead of std in lazy_static! macro
#340
peterthejohnston
closed
8 months ago
0
Allow `Mutex` to work with `?Sized` types
#339
Phantomical
closed
8 months ago
1
Update generator to 0.8.1
#338
fornwall
closed
8 months ago
5
Upgrade generator to 0.8
#337
Borber
closed
8 months ago
0
trying to implement partial order sampling based concurrency testing
#336
siddhantsharma301
closed
10 months ago
0
Update loom version in docs
#335
taiki-e
closed
10 months ago
0
Update CI config
#334
taiki-e
closed
10 months ago
0
Missing SyncUnsafeCell
#333
Pr0methean
opened
10 months ago
1
Bump MSRV to 1.65
#332
jv-garcia
closed
10 months ago
2
panicked at 'called `Option::unwrap()`
#331
GlenDC
closed
1 year ago
4
Add lock_arc API to loom Mutex
#330
culldanx
opened
1 year ago
0
Prepare v0.7.1 release
#329
taiki-e
closed
1 year ago
1
Remove unnecessary casts
#328
taiki-e
closed
1 year ago
0
Add Atomic*::into_inner
#327
taiki-e
closed
1 year ago
0
Use #[doc = concat!()] in atomic integer docs
#326
taiki-e
closed
1 year ago
0
Implement AsRef and Borrow for Arc
#325
notgull
closed
1 year ago
0
prepare v0.7.0 release
#324
carllerche
closed
1 year ago
0
Enable user pruning of exploration branches
#323
carllerche
closed
1 year ago
0
Add get_mut() to Mutex and RwLock
#322
akonradi
closed
1 year ago
0
Bump MSRV to 1.63
#321
NobodyXu
closed
1 year ago
1
Is it possible for `loom::sync::Mutex::new` to be const available?
#320
NobodyXu
closed
1 year ago
7
prepare v0.6.1 release
#319
carllerche
closed
1 year ago
0
Next