| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove `Sized` bound from `MutexGuard::map` | Robert Zieba | 2025-09-12 | 1 | -0/+1 |
| | | | | | | | Since `MutexGuard` has `T: ?Sized`, `U` does not need to be restricted to `Sized` types. This now allows using `map` to cast from `MutexGuard<'_, M, ImplsTrait>` to `MutexGuard<'_, M, dyn Trait>`. | ||||
| * | embassy-sync: Don't drop wakers in Signal::reset | Matthew Tran | 2025-08-28 | 1 | -0/+1 |
| | | |||||
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 1 | -0/+2 |
| | | |||||
| * | feat: add semver checks and releasing to releaser | Ulf Lilleengen | 2025-08-25 | 1 | -1/+2 |
| | | | | | | | | | | * List dependencies of a crate * List dependents of a crate * Perform semver-checks of a crate * Prepare a release for a crate and all dependents * Use a single release.toml for cargo-release * Add changelogs where missing | ||||
| * | chore: add more `Debug` impls to `embassy-sync`, particularly on `OnceLock` | Curly | 2025-08-19 | 1 | -0/+1 |
| | | | | | All tests green | ||||
| * | feat(embassy-sync): Add `get_mut` for `LazyLock` | Anthony Grondin | 2025-07-30 | 1 | -0/+2 |
| | | |||||
| * | docs: update changelog for embassy-sync | Ulf Lilleengen | 2025-05-28 | 1 | -1/+3 |
| | | |||||
| * | embassy-sync: bump to 0.7.0 | Matt Johnston | 2025-05-22 | 1 | -0/+2 |
| | | |||||
| * | embassy-sync: Update changelog | Matt Johnston | 2025-05-22 | 1 | -0/+13 |
| | | |||||
| * | chore: bump embassy-sync version | Ulf Lilleengen | 2025-01-15 | 1 | -0/+2 |
| | | | | | Prepare version 0.6.2 for release | ||||
| * | feat: add dynamic dispatch variants of pipe | Ulf Lilleengen | 2025-01-15 | 1 | -0/+4 |
| | | |||||
| * | Bump sync version (#3562) | Dániel Buga | 2024-11-22 | 1 | -1/+1 |
| | | | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor | ||||
| * | Generalize AtomicWaker | Dániel Buga | 2024-11-22 | 1 | -0/+1 |
| | | |||||
| * | embassy-sync: made changelog formatting more consistent | Oliver Rockstedt | 2024-10-07 | 1 | -9/+9 |
| | | |||||
| * | embassy-sync: added Watch primitive to changelog | Oliver Rockstedt | 2024-10-07 | 1 | -0/+1 |
| | | |||||
| * | Add capacity, free_capacity, clear, len, is_empty and is_full functions to ↵ | Oliver Rockstedt | 2024-10-07 | 1 | -0/+1 |
| | | | | | priority_channel::{Sender, Receiver} | ||||
| * | Minor changelog fix | Oliver Rockstedt | 2024-10-07 | 1 | -1/+1 |
| | | |||||
| * | Add capacity, free_capacity, clear, len, is_empty and is_full functions to ↵ | Oliver Rockstedt | 2024-10-07 | 1 | -0/+1 |
| | | | | | Channel::{Sender, Receiver} | ||||
| * | embassy-sync: add clear, len, is_empty and is_full functions to zerocopy_channel | Oliver Rockstedt | 2024-10-05 | 1 | -0/+1 |
| | | |||||
| * | embassy-sync: add LazyLock | Samuel Tardieu | 2024-07-29 | 1 | -0/+2 |
| | | | | | `LazyLock` is inspired by Rust 1.80.0's `std::sync::LazyLock` type. | ||||
| * | remove duplicate entry | Ulf Lilleengen | 2024-05-29 | 1 | -1/+0 |
| | | |||||
| * | add missing entries to changelog | Ulf Lilleengen | 2024-05-29 | 1 | -0/+4 |
| | | |||||
| * | Prepare for embassy-sync 0.6.0 release | Ulf Lilleengen | 2024-05-29 | 1 | -0/+2 |
| | | |||||
| * | embassy-sync: Add clear function to all channels | Oliver Rockstedt | 2024-05-22 | 1 | -3/+3 |
| | | |||||
| * | Add little migration sentence to changelog | Dion Dokter | 2024-05-20 | 1 | -0/+1 |
| | | |||||
| * | Add to changelog | Dion Dokter | 2024-05-20 | 1 | -0/+1 |
| | | |||||
| * | embassy-sync: Add capacity, free_capacity, len, is_empty and is_full ↵ | Oliver Rockstedt | 2024-05-18 | 1 | -0/+1 |
| | | | | | functions to PubSubChannel | ||||
| * | embassy-sync: Add capacity, free_capacity, len, is_empty and is_full ↵ | Oliver Rockstedt | 2024-05-18 | 1 | -0/+1 |
| | | | | | functions to PriorityChannel | ||||
| * | embassy-sync: Add capacity and free_capacity functions to Channel | Oliver Rockstedt | 2024-05-18 | 1 | -1/+1 |
| | | |||||
| * | embassy-sync: Add len, is_empty and is_full functions to Channel. | Oliver Rockstedt | 2024-04-08 | 1 | -1/+4 |
| | | |||||
| * | embassy-sync 0.5 | Scott Mabin | 2023-12-04 | 1 | -0/+7 |
| | | |||||
| * | Prepare embassy-net 0.2.1 and embassy-sync 0.4.0 | Dániel Buga | 2023-10-31 | 1 | -1/+6 |
| | | |||||
| * | feat: bump embassy-sync version to 0.3.0 | Ulf Lilleengen | 2023-09-14 | 1 | -1/+8 |
| | | | | | Update changelog in preparation for release | ||||
| * | Release embassy-sync v0.2.0 | Dario Nieuwenhuis | 2023-04-13 | 1 | -0/+22 |
