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
per-test checkpoint files
hawkw opened this issue over 2 years ago
hawkw opened this issue over 2 years ago
arc: re-enable `Arc::strong_count`
hawkw opened this pull request over 2 years ago
hawkw opened this pull request over 2 years ago
chore: prepare loom v0.5.5
hawkw opened this pull request over 2 years ago
hawkw opened this pull request over 2 years ago
ci: automatically publish GitHub releases
hawkw opened this pull request over 2 years ago
hawkw opened this pull request over 2 years ago
add a `tracing` span for the current model's iteration
hawkw opened this pull request over 2 years ago
hawkw opened this pull request over 2 years ago
improve `LOOM_LOG` tracing
hawkw opened this pull request over 2 years ago
hawkw opened this pull request over 2 years ago
add additional location tracking to `Arc`, `alloc`, and `mpsc`
hawkw opened this pull request over 2 years ago
hawkw opened this pull request over 2 years ago
Update actions/checkout action to v3
taiki-e opened this pull request over 2 years ago
taiki-e opened this pull request over 2 years ago
Add equivalent of once_cell::sync::Lazy (or std::lazy::SyncLazy)
taiki-e opened this issue over 2 years ago
taiki-e opened this issue over 2 years ago
Implement Arc::try_unwrap
kvark opened this pull request over 2 years ago
kvark opened this pull request over 2 years ago
Implement Arc::try_unwrap()
kvark opened this issue over 2 years ago
kvark opened this issue over 2 years ago
Unclear "Concurrent load and mut accesses" with an atomic counter
kvark opened this issue over 2 years ago
kvark opened this issue over 2 years ago
Unable to substitute Arc<dyn Fn>
kvark opened this issue over 2 years ago
kvark opened this issue over 2 years ago
track locations
carllerche opened this pull request over 2 years ago
carllerche opened this pull request over 2 years ago
#251
estk opened this pull request over 2 years ago
estk opened this pull request over 2 years ago
loom model appears to be executed only once when using `tokio`
CBenoit opened this issue almost 3 years ago
CBenoit opened this issue almost 3 years ago
Change derive(Debug) AtomicPtr to an explicit impl for all T, not just T: Debug
zjijz opened this pull request almost 3 years ago
zjijz opened this pull request almost 3 years ago
Invalid history with concurrent RMW and store?
sbarral opened this issue almost 3 years ago
sbarral opened this issue almost 3 years ago
Add note about in-memory representation of atomic types
taiki-e opened this pull request almost 3 years ago
taiki-e opened this pull request almost 3 years ago
Investigate VersionVec assertion failures
ibraheemdev opened this issue almost 3 years ago
ibraheemdev opened this issue almost 3 years ago
Document LOOM_LOG
ibraheemdev opened this issue almost 3 years ago
ibraheemdev opened this issue almost 3 years ago
thread: fix semantics of `thread::park` after `Thread::unpark`
hawkw opened this pull request almost 3 years ago
hawkw opened this pull request almost 3 years ago
`JoinHandle.join()` triggers unexpected panic `assertion failed: state.notified`
faern opened this issue almost 3 years ago
faern opened this issue almost 3 years ago
Suspicious transitivity of relaxed CAS
sbarral opened this issue about 3 years ago
sbarral opened this issue about 3 years ago
Allow using `{Mut,Const}Ptr::{deref,with}` when the pointee is `!Sized`
WaffleLapkin opened this pull request about 3 years ago
WaffleLapkin opened this pull request about 3 years ago
incorrect semantics for `Thread::unpark` followed by `thread::park`
hawkw opened this issue about 3 years ago
hawkw opened this issue about 3 years ago
fix double panic when exceeding the branch limit in `Drop`
hawkw opened this pull request about 3 years ago
hawkw opened this pull request about 3 years ago
chore: prepare to release 0.5.4
hawkw opened this pull request about 3 years ago
hawkw opened this pull request about 3 years ago
chore: fix unused field warnings
hawkw opened this pull request about 3 years ago
hawkw opened this pull request about 3 years ago
Improve error message when execution `STATE` is unavailable
jamesbornholt opened this pull request about 3 years ago
jamesbornholt opened this pull request about 3 years ago
chore: prepare loom 0.5.3
Darksonn opened this pull request about 3 years ago
Darksonn opened this pull request about 3 years ago
thread: Add mock versions of `thread::park` and `Thread::unpark`
hawkw opened this pull request about 3 years ago
hawkw opened this pull request about 3 years ago
fix a bunch of annoying clippy lints
hawkw opened this pull request about 3 years ago
hawkw opened this pull request about 3 years ago
Update tracing-subscriber to 0.3
taiki-e opened this pull request about 3 years ago
taiki-e opened this pull request about 3 years ago
Remove abandoned chrono library from dependencies
blitz opened this issue about 3 years ago
blitz opened this issue about 3 years ago
Don't attempt to cleanup Mutex when threads are deadlocked
shelbyd opened this pull request about 3 years ago
shelbyd opened this pull request about 3 years ago
Consider using a feature rather than cfg flag
xfix opened this issue about 3 years ago
xfix opened this issue about 3 years ago
loom::Mutex::data_ptr
tower120 opened this issue about 3 years ago
tower120 opened this issue about 3 years ago
Checkpointing with Loom
matanmarkind opened this issue about 3 years ago
matanmarkind opened this issue about 3 years ago
Arc::as_ptr
tower120 opened this pull request about 3 years ago
tower120 opened this pull request about 3 years ago
chore: prepare loom 0.5.2
Darksonn opened this pull request about 3 years ago
Darksonn opened this pull request about 3 years ago
Remove (implicit) `T: Sized` bound from `Arc`
WaffleLapkin opened this pull request over 3 years ago
WaffleLapkin opened this pull request over 3 years ago
Implement try_recv function for mpsc Receiver.
gz opened this pull request over 3 years ago
gz opened this pull request over 3 years ago
Add access guards to `UnsafeCell`
hawkw opened this pull request over 3 years ago
hawkw opened this pull request over 3 years ago
Implement `Mutex::into_inner` and `RwLock::into_inner`
jamesbornholt opened this pull request over 3 years ago
jamesbornholt opened this pull request over 3 years ago
Loom does not register that dropping last `sender` of an `mpsc` unblocks a thread waiting on `.recv()`
MarkDDR opened this issue over 3 years ago
MarkDDR opened this issue over 3 years ago
provide better debugging facilities for nondeterministic tests
bdonlan opened this pull request about 4 years ago
bdonlan opened this pull request about 4 years ago
Atomics load with SeqCst ordering strange behaviour
Mnwa opened this issue about 4 years ago
Mnwa opened this issue about 4 years ago
Loom panics inside of panic (unwraps None in Drop impl of Arc)
Restioson opened this issue over 4 years ago
Restioson opened this issue over 4 years ago
Re-enable strong_count (possibly naively)
Restioson opened this pull request over 4 years ago
Restioson opened this pull request over 4 years ago
Arc::strong_count is unimplemented
Restioson opened this issue over 4 years ago
Restioson opened this issue over 4 years ago
Adding `wait_while` to the loom Condvar.
johnhurt opened this pull request over 4 years ago
johnhurt opened this pull request over 4 years ago
Clarify impact of --cfg loom useage
benbromhead opened this pull request over 4 years ago
benbromhead opened this pull request over 4 years ago
Missing std::sync::Weak
emgre opened this issue over 4 years ago
emgre opened this issue over 4 years ago
Show features (futures) in docs
faern opened this pull request over 4 years ago
faern opened this pull request over 4 years ago
Add configuration option for max stack size
jamesbornholt opened this pull request over 4 years ago
jamesbornholt opened this pull request over 4 years ago
Arc doesn't allow storing unsized (trait objects)
seanmonstar opened this issue over 4 years ago
seanmonstar opened this issue over 4 years ago
Add Box type
faern opened this pull request over 4 years ago
faern opened this pull request over 4 years ago
Expose a loom version of std::thread::park
faern opened this issue over 4 years ago
faern opened this issue over 4 years ago
Missing types from `std` that we should probably support
jonhoo opened this issue over 4 years ago
jonhoo opened this issue over 4 years ago
Adds guarded ref and mut access for UnsafeCell
kylefleming opened this pull request over 4 years ago
kylefleming opened this pull request over 4 years ago
Reducing allocations for the Path struct
ztlpn opened this pull request about 5 years ago
ztlpn opened this pull request about 5 years ago
Allocate runtime objects in a bump arena
ztlpn opened this pull request about 5 years ago
ztlpn opened this pull request about 5 years ago
Remove the redundant `init_threads` field
nkaretnikov opened this pull request about 5 years ago
nkaretnikov opened this pull request about 5 years ago
Arc requires T: Sized
jonhoo opened this issue about 5 years ago
jonhoo opened this issue about 5 years ago
AtomicU64 is not a repr(transparent) u64
Ekleog opened this issue over 5 years ago
Ekleog opened this issue over 5 years ago
Add support for AtomicBool, AtomicU64 etc.
Ekleog opened this issue over 5 years ago
Ekleog opened this issue over 5 years ago
Add support for fences
carllerche opened this issue almost 6 years ago
carllerche opened this issue almost 6 years ago