0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 4 months ago.
Feb 08, 2023 — Feb 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #14 from cuviper/enumerate More... over 8 years ago
Add an `enumerate` combinator More... over 8 years ago
Merge pull request #12 from nikomatsakis/weight More... over 8 years ago
add ignore for fragments not intended as tests More... over 8 years ago
expand README slightly More... over 8 years ago
Add some doc comments More... over 8 years ago
add a test that weight has the expected effect on the cost metric More... over 8 years ago
add a test that calls to `weight` at least build More... over 8 years ago
add a `weight` combinator More... over 8 years ago
Update .travis.yml More... over 8 years ago
Merge pull request #11 from nikomatsakis/spin-vs-lock-latch More... over 8 years ago
Remove `wait` from the `Latch` trait, which also avoids waiting on spinlocks More... over 8 years ago
change `LockLatch` to actually use a mutex, avoiding a race where the notify could come in between the probe and the call to wait More... over 8 years ago
remove the `probe` method from the `Latch` interface More... over 8 years ago
don't use a `Latch` object, use `SpinLatch` More... over 8 years ago
weaken the ordering requirements from SeqCst to AcqRel; Latch seems like the canonical use case for where AcqRel is sufficient More... over 8 years ago
Differentiate between spin and lock latches More... over 8 years ago
Merge pull request #8 from Hoops/patch-1 More... over 8 years ago
Update README.md More... over 8 years ago
Merge pull request #6 from defuz/patch-1 More... over 8 years ago
Fix first example in README More... over 8 years ago
add travis support More... over 8 years ago
Fix quicksort demo. Fixes #5. More... over 8 years ago
Merge pull request #4 from diwic/patch-1 More... over 8 years ago
write some negative tests for various race condition scenarios More... over 8 years ago
deal with impact of making types `Send`; also, add `compile-tests` dependency so that we can write some negative tests More... over 8 years ago
restrict return types to be `Send` More... over 8 years ago
Fix broken example in Readme.md More... over 8 years ago
expose par_iter publicly and add a (somewhat hacky) reduce_with impl More... over 8 years ago
change fallback to 5K More... over 8 years ago