Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / Amanieu/thread_local-rs issues and pull requests
#78 - Traversing ThreadLocal did not retrieve the contents of all thread local variables
Issue -
State: closed - Opened by anonymousGiga 5 months ago
- 4 comments
#77 - Remove T: Send as a trait bound on the struct and just rely on method bounds
Issue -
State: open - Opened by akanalytics 6 months ago
- 1 comment
#76 - Remove once_cell dependency
Pull Request -
State: closed - Opened by james7132 7 months ago
#75 - A little soundness hole around drop order of `thread_local!(static …)`
Issue -
State: open - Opened by steffahn 7 months ago
- 5 comments
#74 - `get_slow` with `THREAD_GUARD` can trigger: cannot access a Thread Local Storage value during or after destruction: AccessError
Issue -
State: open - Opened by gerwin3 9 months ago
- 1 comment
#73 - Bump MSRV to 1.61
Pull Request -
State: closed - Opened by Swatinem 9 months ago
#72 - Replace non-atomic load with an atomic one
Pull Request -
State: closed - Opened by james7132 10 months ago
- 4 comments
#71 - MSRV is incorrectly set to 1.60
Issue -
State: closed - Opened by james7132 10 months ago
- 1 comment
#70 - Miri reported undefined behavior when using `ThreadLocal::iter` concurrently from multiple threads.
Issue -
State: closed - Opened by james7132 10 months ago
- 6 comments
#69 - Add `Cargo.lock` to the repo to fix flaky CI
Pull Request -
State: closed - Opened by Swatinem 10 months ago
- 6 comments
#68 - Do not early return on null `bucket_ptr`
Pull Request -
State: closed - Opened by Swatinem 10 months ago
- 1 comment
#67 - Make `new` a `const fn`
Pull Request -
State: closed - Opened by Swatinem 10 months ago
- 5 comments
#66 - Would it be possible for `ThreadLocal` to return pinned references to the local data?
Issue -
State: open - Opened by eggyal 12 months ago
- 6 comments
#65 - Documentation update?
Issue -
State: closed - Opened by CKingX about 1 year ago
- 2 comments
#64 - Use more recent Rust features and bump MSRV
Pull Request -
State: open - Opened by hniksic about 1 year ago
- 1 comment
#63 - Reduce unsafe code in get_or
Pull Request -
State: closed - Opened by notgull about 1 year ago
- 6 comments
#62 - Will this crate's MSRV bump past Debian Stable?
Issue -
State: closed - Opened by notgull about 1 year ago
- 5 comments
#61 - Add `get_mut`, `get_mut_or`, and `get_mut_or_try`
Pull Request -
State: closed - Opened by AshleySchaeffer over 1 year ago
- 19 comments
#60 - Potential solution for `get_mut` without requiring runtime checking (e.g. `RefCell`)
Issue -
State: open - Opened by AshleySchaeffer over 1 year ago
- 1 comment
#59 - Replace Travis CI badge with GitHub Actions
Pull Request -
State: closed - Opened by atouchet over 1 year ago
#58 - Switch to optimized lock
Pull Request -
State: open - Opened by terrarier2111 over 1 year ago
- 3 comments
#57 - How contented is new id allocation expected to be?
Issue -
State: open - Opened by terrarier2111 over 1 year ago
- 3 comments
#56 - New bucket layout
Pull Request -
State: closed - Opened by terrarier2111 over 1 year ago
- 1 comment
#55 - Weird bucket size for 2nd bucket
Issue -
State: closed - Opened by terrarier2111 over 1 year ago
- 6 comments
#54 - Tests occasionally fail (Apple M2 Max)
Issue -
State: closed - Opened by SergioBenitez over 1 year ago
- 5 comments
#53 - More early return
Pull Request -
State: closed - Opened by terrarier2111 over 1 year ago
- 3 comments
#52 - Loosen ordering
Pull Request -
State: closed - Opened by terrarier2111 over 1 year ago
- 1 comment
#51 - Stop checking guaranteed null buckets
Pull Request -
State: closed - Opened by terrarier2111 over 1 year ago
#50 - Swap to using std's OnceCell once stablized
Issue -
State: closed - Opened by james7132 over 1 year ago
- 1 comment
#49 - Feature request: `const` constructor for ThreadLocal
Issue -
State: closed - Opened by kupiakos over 1 year ago
- 2 comments
#48 - Set rust-version in Cargo metadata
Pull Request -
State: closed - Opened by djc almost 2 years ago
#47 - thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value' on FreeBSD
Issue -
State: closed - Opened by messense almost 2 years ago
- 2 comments
#46 - 1.1.5 doesn't compile on Rust 1.57
Issue -
State: closed - Opened by jcrevier almost 2 years ago
- 3 comments
#45 - `miri` reports leaking memory with 1.1.5
Issue -
State: closed - Opened by TimDiekmann almost 2 years ago
- 6 comments
#44 - Split the thread-id TLS into 2 variables
Pull Request -
State: closed - Opened by Amanieu almost 2 years ago
- 2 comments
#43 - Implement nightly improvements (~30% read improvement)
Pull Request -
State: closed - Opened by terrarier2111 about 2 years ago
- 18 comments
#42 - Is there a reason we use rust 2018?
Issue -
State: closed - Opened by terrarier2111 about 2 years ago
- 2 comments
#41 - Use SPDX license format
Pull Request -
State: closed - Opened by atouchet about 2 years ago
#40 - Inline nice function (doubles read performance)
Pull Request -
State: closed - Opened by terrarier2111 about 2 years ago
- 6 comments
#39 - Add fallible accessors to `ThreadLocal`.
Pull Request -
State: open - Opened by tobz over 2 years ago
- 2 comments
#38 - fix bucket deallocation with incorrect layout
Pull Request -
State: closed - Opened by ibraheemdev over 2 years ago
- 1 comment
#37 - Dropping Value in TLS
Issue -
State: closed - Opened by nemosupremo over 2 years ago
- 1 comment
#36 - Failure under loom
Issue -
State: closed - Opened by ibraheemdev almost 3 years ago
- 2 comments
#35 - Remove mutex from `ThreadLocal`
Pull Request -
State: closed - Opened by ibraheemdev almost 3 years ago
- 2 comments
#34 - Fix memory ordering in `RawIter::next`
Pull Request -
State: closed - Opened by ibraheemdev almost 3 years ago
#33 - Data race in `RawIter::next`
Issue -
State: closed - Opened by ibraheemdev almost 3 years ago
- 2 comments
#32 - Use a slightly different work-around for criterion
Pull Request -
State: open - Opened by infinity0 about 3 years ago
- 1 comment
#31 - Why no `get_mut`?
Issue -
State: closed - Opened by nestordemeure about 3 years ago
- 5 comments
#30 - fix: Drop the value in the ThreadLocal on drop
Pull Request -
State: closed - Opened by Marwes almost 4 years ago
- 1 comment
#29 - Implement iterator logic in RawIter
Pull Request -
State: closed - Opened by Kestrer almost 4 years ago
#28 - Implement missing traits on iterators
Pull Request -
State: closed - Opened by Kestrer almost 4 years ago
#27 - Implement IntoIterator for &ThreadLocal
Pull Request -
State: closed - Opened by Kestrer almost 4 years ago
#26 - Point documentation to docs.rs
Pull Request -
State: closed - Opened by cuviper almost 4 years ago
#25 - github-hosted docs are outdated
Issue -
State: closed - Opened by cuviper almost 4 years ago
- 1 comment
#24 - Add Iter
Pull Request -
State: closed - Opened by Kestrer almost 4 years ago
- 3 comments
#23 - Stack Overflow on Windows only (regression 1.1.0)
Issue -
State: closed - Opened by pragmatrix almost 4 years ago
- 12 comments
#22 - Use a list instead of a hash map
Pull Request -
State: closed - Opened by Kestrer almost 4 years ago
- 4 comments
#21 - Undefined behavior when getting a value twice, and from another thread in between
Issue -
State: closed - Opened by Kestrer about 4 years ago
#20 - Update and set MSRV to 1.28.0
Pull Request -
State: closed - Opened by Kestrer about 4 years ago
- 3 comments
#19 - Iter when T: Sync
Issue -
State: closed - Opened by Kestrer about 4 years ago
- 2 comments
#18 - T:Send (again)
Issue -
State: closed - Opened by jamessewell over 4 years ago
- 4 comments
#17 - Is the T: Send requirement strictly necessary?
Issue -
State: closed - Opened by zesterer over 4 years ago
- 2 comments
#16 - Synchronize with release store in ThreadLocal::insert
Pull Request -
State: closed - Opened by tmiasko almost 5 years ago
- 1 comment
#15 - fix warnings and remove marker
Pull Request -
State: closed - Opened by yjhmelody about 5 years ago
- 3 comments
#14 - 1.0 release?
Issue -
State: closed - Opened by BurntSushi over 5 years ago
- 4 comments
#13 - inline the code from unreachable and void
Pull Request -
State: closed - Opened by Eh2406 over 6 years ago
- 14 comments
#12 - publish new version
Issue -
State: closed - Opened by oli-obk almost 7 years ago
- 1 comment
#11 - bump lazy_static to 1
Pull Request -
State: closed - Opened by ignatenkobrain almost 7 years ago
#10 - XP support?
Issue -
State: closed - Opened by lynnux over 7 years ago
- 2 comments
#9 - Add CI badge
Pull Request -
State: closed - Opened by mgeisler over 7 years ago
- 1 comment
#8 - Transient ThreadLocal
Issue -
State: closed - Opened by fralalonde over 7 years ago
- 1 comment
#7 - bump unreachable to 1.0
Pull Request -
State: closed - Opened by ignatenkobrain over 7 years ago
- 1 comment
#6 - std::panic::RefUnwindSafe` is not satisfied in `thread_local::Table<...>`
Issue -
State: closed - Opened by dpc almost 8 years ago
- 3 comments
#5 - Use of undeclared type or module `mem` on emscripten
Issue -
State: closed - Opened by sunng87 almost 8 years ago
- 1 comment
#4 - bump to thread-id 3.0
Pull Request -
State: closed - Opened by BurntSushi about 8 years ago
- 6 comments
#3 - Why is T required to be Send?
Issue -
State: closed - Opened by thk1 about 8 years ago
- 1 comment
#2 - `ThreaLocal::get_or` with possibility of returning a `Result`?
Issue -
State: closed - Opened by dpc about 8 years ago
- 6 comments
#1 - fixed some clippy warnings
Pull Request -
State: closed - Opened by llogiq over 8 years ago
- 2 comments