8000 Tags · jbr/loom · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jbr/loom

Tags

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare v0.7.1 release (tokio-rs#329)

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
prepare v0.7.0 release (tokio-rs#324)

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
prepare v0.6.1 release (tokio-rs#319)

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare v0.6.0 release (tokio-rs#315)

v0.5.6

Toggle v0.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare to release v0.5.6 (tokio-rs#274)

# 0.5.6 (May 19, 2022)

### Added

- cell: add `UnsafeCell::into_inner` for parity with `std` (tokio-rs#272)
- sync: re-enable `Arc::strong_count` (tokio-rs#172)
- sync: implement `Arc::try_unwrap` (tokio-rs#262)
- sync: add `mpsc::Receiver::try_recv` (tokio-rs#262)

### Documented

- show feature flags in docs (tokio-rs#151)
- fix broken RustDoc links (tokio-rs#273)

v0.5.5

Toggle v0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare loom v0.5.5 (tokio-rs#269)

# 0.5.5 (May 10, 2022)

### Added

- sync: Add `Arc::from_std` without `T: Sized` bound (tokio-rs#226)
- sync: Implement `Debug` for `AtomicPtr` for all `T` (tokio-rs#255)
- logs: Add location tracking for threads and atomic operations (tokio-rs#258)
- logs: Add additional location tracking to `Arc`, `alloc`, and `mpsc`
  (tokio-rs#265)
- logs: Improve `tracing` configuration for `LOOM_LOG` (tokio-rs#266)
- logs: Add a span for the current model's iteration (tokio-rs#267)

### Documented

- Add note about in-memory representation of atomic types (tokio-rs#253)
- Document `LOOM_LOG` syntax (tokio-rs#257)

### Fixed

- Fix double panic when exceeding the branch limit in `Drop` (tokio-rs#245)
- cell: Allow using `{Mut,Const}Ptr::{deref,with}` when the pointee is
  `!Sized` (tokio-rs#247)
- thread: Fix semantics of `thread::park` after `Thread::unpark` (tokio-rs#250)

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare loom 0.5.2 (tokio-rs#229)

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare v0.5.1 (tokio-rs#218)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare v0.5.0 (tokio-rs#214)

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare v0.4.1 (tokio-rs#202)

0