Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / tokio-rs/loom issues and pull requests

#266 - improve `LOOM_LOG` tracing

Pull Request - State: closed - Opened by hawkw over 2 years ago

#265 - add additional location tracking to `Arc`, `alloc`, and `mpsc`

Pull Request - State: closed - Opened by hawkw over 2 years ago

#264 - Update actions/checkout action to v3

Pull Request - State: closed - Opened by taiki-e over 2 years ago

#262 - Implement Arc::try_unwrap

Pull Request - State: closed - Opened by kvark over 2 years ago - 2 comments

#261 - Implement Arc::try_unwrap()

Issue - State: closed - Opened by kvark over 2 years ago

#260 - Unclear "Concurrent load and mut accesses" with an atomic counter

Issue - State: open - Opened by kvark over 2 years ago - 16 comments

#259 - Unable to substitute Arc<dyn Fn>

Issue - State: closed - Opened by kvark over 2 years ago - 5 comments

#258 - track locations

Pull Request - State: closed - Opened by carllerche over 2 years ago

#257 - #251

Pull Request - State: closed - Opened by estk over 2 years ago

#256 - loom model appears to be executed only once when using `tokio`

Issue - State: closed - Opened by CBenoit over 2 years ago - 2 comments

#254 - Invalid history with concurrent RMW and store?

Issue - State: open - Opened by sbarral over 2 years ago - 2 comments

#253 - Add note about in-memory representation of atomic types

Pull Request - State: closed - Opened by taiki-e over 2 years ago

#252 - Investigate VersionVec assertion failures

Issue - State: open - Opened by ibraheemdev over 2 years ago - 2 comments

#251 - Document LOOM_LOG

Issue - State: closed - Opened by ibraheemdev over 2 years ago

#250 - thread: fix semantics of `thread::park` after `Thread::unpark`

Pull Request - State: closed - Opened by hawkw over 2 years ago - 1 comment

#249 - `JoinHandle.join()` triggers unexpected panic `assertion failed: state.notified`

Issue - State: open - Opened by faern over 2 years ago - 2 comments

#248 - Suspicious transitivity of relaxed CAS

Issue - State: closed - Opened by sbarral almost 3 years ago - 3 comments

#246 - incorrect semantics for `Thread::unpark` followed by `thread::park`

Issue - State: closed - Opened by hawkw almost 3 years ago - 2 comments
Labels: bug

#245 - fix double panic when exceeding the branch limit in `Drop`

Pull Request - State: closed - Opened by hawkw almost 3 years ago

#244 - chore: prepare to release 0.5.4

Pull Request - State: closed - Opened by hawkw almost 3 years ago - 1 comment

#243 - chore: fix unused field warnings

Pull Request - State: closed - Opened by hawkw almost 3 years ago

#242 - Improve error message when execution `STATE` is unavailable

Pull Request - State: closed - Opened by jamesbornholt almost 3 years ago

#241 - chore: prepare loom 0.5.3

Pull Request - State: closed - Opened by Darksonn almost 3 years ago

#240 - thread: Add mock versions of `thread::park` and `Thread::unpark`

Pull Request - State: closed - Opened by hawkw almost 3 years ago

#239 - fix a bunch of annoying clippy lints

Pull Request - State: closed - Opened by hawkw almost 3 years ago - 1 comment

#238 - Update tracing-subscriber to 0.3

Pull Request - State: closed - Opened by taiki-e almost 3 years ago

#237 - Remove abandoned chrono library from dependencies

Issue - State: closed - Opened by blitz almost 3 years ago - 1 comment

#236 - Don't attempt to cleanup Mutex when threads are deadlocked

Pull Request - State: closed - Opened by shelbyd almost 3 years ago

#235 - Consider using a feature rather than cfg flag

Issue - State: closed - Opened by xfix almost 3 years ago - 5 comments

#234 - loom::Mutex::data_ptr

Issue - State: open - Opened by tower120 almost 3 years ago

#233 - Checkpointing with Loom

Issue - State: closed - Opened by matanmarkind almost 3 years ago - 9 comments

#230 - Arc::as_ptr

Pull Request - State: closed - Opened by tower120 almost 3 years ago

#229 - chore: prepare loom 0.5.2

Pull Request - State: closed - Opened by Darksonn almost 3 years ago

#226 - Remove (implicit) `T: Sized` bound from `Arc`

Pull Request - State: closed - Opened by WaffleLapkin about 3 years ago - 7 comments

#221 - Implement try_recv function for mpsc Receiver.

Pull Request - State: closed - Opened by gz about 3 years ago

#219 - Add access guards to `UnsafeCell`

Pull Request - State: closed - Opened by hawkw about 3 years ago - 1 comment

#215 - Implement `Mutex::into_inner` and `RwLock::into_inner`

Pull Request - State: closed - Opened by jamesbornholt over 3 years ago

#184 - provide better debugging facilities for nondeterministic tests

Pull Request - State: open - Opened by bdonlan almost 4 years ago - 3 comments

#180 - Atomics load with SeqCst ordering strange behaviour

Issue - State: open - Opened by Mnwa almost 4 years ago - 8 comments

#173 - Loom panics inside of panic (unwraps None in Drop impl of Arc)

Issue - State: closed - Opened by Restioson about 4 years ago - 3 comments

#172 - Re-enable strong_count (possibly naively)

Pull Request - State: closed - Opened by Restioson about 4 years ago - 7 comments

#171 - Arc::strong_count is unimplemented

Issue - State: closed - Opened by Restioson about 4 years ago

#159 - Clarify impact of --cfg loom useage

Pull Request - State: closed - Opened by benbromhead about 4 years ago - 1 comment

#156 - Missing std::sync::Weak

Issue - State: open - Opened by emgre about 4 years ago - 1 comment

#151 - Show features (futures) in docs

Pull Request - State: closed - Opened by faern over 4 years ago - 1 comment

#150 - Add configuration option for max stack size

Pull Request - State: closed - Opened by jamesbornholt over 4 years ago - 1 comment

#147 - Arc doesn't allow storing unsized (trait objects)

Issue - State: closed - Opened by seanmonstar over 4 years ago - 2 comments

#141 - Add Box type

Pull Request - State: open - Opened by faern over 4 years ago - 4 comments

#133 - Expose a loom version of std::thread::park

Issue - State: closed - Opened by faern over 4 years ago - 2 comments

#117 - Missing types from `std` that we should probably support

Issue - State: open - Opened by jonhoo over 4 years ago - 3 comments

#116 - Adds guarded ref and mut access for UnsafeCell

Pull Request - State: closed - Opened by kylefleming over 4 years ago

#100 - Reducing allocations for the Path struct

Pull Request - State: closed - Opened by ztlpn almost 5 years ago - 2 comments

#99 - Allocate runtime objects in a bump arena

Pull Request - State: closed - Opened by ztlpn almost 5 years ago - 4 comments

#92 - Remove the redundant `init_threads` field

Pull Request - State: open - Opened by nkaretnikov almost 5 years ago - 3 comments

#85 - Arc requires T: Sized

Issue - State: closed - Opened by jonhoo almost 5 years ago - 8 comments

#51 - AtomicU64 is not a repr(transparent) u64

Issue - State: open - Opened by Ekleog about 5 years ago - 2 comments

#13 - Add support for AtomicBool, AtomicU64 etc.

Issue - State: closed - Opened by Ekleog over 5 years ago - 4 comments
Labels: enhancement, good first issue

#7 - Add support for fences

Issue - State: closed - Opened by carllerche over 5 years ago - 1 comment
Labels: enhancement