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
arc: re-enable `Arc::strong_count`

hawkw opened this pull request over 2 years ago
chore: prepare loom v0.5.5

hawkw opened this pull request over 2 years ago
ci: automatically publish GitHub releases

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
improve `LOOM_LOG` tracing

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
Update actions/checkout action to v3

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
Implement Arc::try_unwrap

kvark opened this pull request over 2 years ago
Implement Arc::try_unwrap()

kvark opened this issue over 2 years ago
Unable to substitute Arc<dyn Fn>

kvark opened this issue over 2 years ago
track locations

carllerche opened this pull request over 2 years ago
#251

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
Invalid history with concurrent RMW and store?

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
Investigate VersionVec assertion failures

ibraheemdev opened this issue almost 3 years ago
Document LOOM_LOG

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
Suspicious transitivity of relaxed CAS

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
fix double panic when exceeding the branch limit in `Drop`

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
chore: fix unused field warnings

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
chore: prepare loom 0.5.3

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
fix a bunch of annoying clippy lints

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
Remove abandoned chrono library from dependencies

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
Consider using a feature rather than cfg flag

xfix opened this issue about 3 years ago
loom::Mutex::data_ptr

tower120 opened this issue about 3 years ago
Checkpointing with Loom

matanmarkind opened this issue about 3 years ago
Arc::as_ptr

tower120 opened this pull request about 3 years ago
chore: prepare loom 0.5.2

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
Implement try_recv function for mpsc Receiver.

gz opened this pull request over 3 years ago
Add access guards to `UnsafeCell`

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
provide better debugging facilities for nondeterministic tests

bdonlan opened this pull request about 4 years ago
Atomics load with SeqCst ordering strange behaviour

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
Re-enable strong_count (possibly naively)

Restioson opened this pull request over 4 years ago
Arc::strong_count is unimplemented

Restioson opened this issue over 4 years ago
Adding `wait_while` to the loom Condvar.

johnhurt opened this pull request over 4 years ago
Clarify impact of --cfg loom useage

benbromhead opened this pull request over 4 years ago
Missing std::sync::Weak

emgre opened this issue over 4 years ago
Show features (futures) in docs

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
Arc doesn't allow storing unsized (trait objects)

seanmonstar opened this issue over 4 years ago
Add Box type

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
Missing types from `std` that we should probably support

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
Reducing allocations for the Path struct

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
Remove the redundant `init_threads` field

nkaretnikov opened this pull request about 5 years ago
Arc requires T: Sized

jonhoo opened this issue about 5 years ago
AtomicU64 is not a repr(transparent) u64

Ekleog opened this issue over 5 years ago
Add support for AtomicBool, AtomicU64 etc.

Ekleog opened this issue over 5 years ago
Add support for fences

carllerche opened this issue almost 6 years ago