| Commit message (Expand) | Author | Age | Files | Lines |
| * | chore: bump embassy-sync version | Ulf Lilleengen | 2025-01-15 | 2 | -1/+3 |
| * | feat: add dynamic dispatch variants of pipe | Ulf Lilleengen | 2025-01-15 | 2 | -0/+277 |
| * | Desugar some async fns | Dániel Buga | 2024-12-30 | 4 | -20/+20 |
| * | Bump sync version (#3562) | Dániel Buga | 2024-11-22 | 2 | -2/+2 |
| * | Generalize AtomicWaker | Dániel Buga | 2024-11-22 | 2 | -10/+33 |
| * | remove option | Bronson | 2024-11-10 | 1 | -3/+3 |
| * | fix formatting | Bronson | 2024-11-10 | 1 | -1/+1 |
| * | added watch new_with() | Bronson | 2024-11-10 | 1 | -15/+27 |
| * | add default data to watch new() | Bronson | 2024-11-10 | 1 | -16/+16 |
| * | Merge pull request #3358 from mammothbane/main | Dario Nieuwenhuis | 2024-10-21 | 3 | -1/+95 |
| |\ |
|
| | * | embassy_sync: `Sink` adapter for `pubsub::Pub` | Nathan Perry | 2024-09-20 | 3 | -1/+95 |
| * | | 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 |
| * | | embassy-sync: fixed some clippy warnings | Oliver Rockstedt | 2024-10-07 | 3 | -3/+4 |
| * | | Add capacity, free_capacity, clear, len, is_empty and is_full functions to pr... | Oliver Rockstedt | 2024-10-07 | 2 | -0/+85 |
| * | | embassy-sync: fixed link to priority_channel in README | Oliver Rockstedt | 2024-10-07 | 1 | -1/+1 |
| * | | Minor changelog fix | Oliver Rockstedt | 2024-10-07 | 1 | -1/+1 |
| * | | Add capacity, free_capacity, clear, len, is_empty and is_full functions to Ch... | Oliver Rockstedt | 2024-10-07 | 2 | -0/+85 |
| * | | Merge pull request #3393 from sourcebox/sync-additions | Dario Nieuwenhuis | 2024-10-06 | 2 | -3/+89 |
| |\ \ |
|
| | * | | embassy-sync: renamed field len to capacity on zerocopy_channel state | Oliver Rockstedt | 2024-10-06 | 1 | -5/+6 |
| | * | | embassy-sync: fix len calculation for zerocopy_channel | Oliver Rockstedt | 2024-10-06 | 1 | -1/+9 |
| | * | | embassy-sync: add clear, len, is_empty and is_full functions to zerocopy_channel | Oliver Rockstedt | 2024-10-05 | 2 | -0/+77 |
| * | | | docs: fix Sender/Receiver typo | Chris Maniewski | 2024-10-05 | 1 | -2/+2 |
| * | | | Add Watch to embassy-sync README | rafael | 2024-10-05 | 1 | -0/+1 |
| |/ / |
|
| * | | Reverse generics order, remove spin_get | Peter Krull | 2024-09-24 | 1 | -26/+2 |
| * | | Added SealedWatchBehavior to limit access to core functions | Peter Krull | 2024-09-23 | 1 | -66/+71 |
| * | | Discontinue peek, add AnonReceiver | Peter Krull | 2024-09-23 | 1 | -151/+289 |
| * | | Merge branch 'embassy-rs:main' into multi-signal | Peter Krull | 2024-09-23 | 20 | -109/+1923 |
| |\| |
|
| | * | embassy_sync/pubsub: fix PubSubBehavior visibility | Nathan Perry | 2024-09-19 | 1 | -28/+28 |
| | * | Fix link to PriorityChannel | Rafael Bachmann | 2024-08-18 | 1 | -1/+1 |
| | * | embassy-sync: more unit-test for LazyLock | wanglei | 2024-07-31 | 1 | -0/+47 |
| | * | embassy-sync: fix the data of LazyLock never drop | wanglei | 2024-07-31 | 1 | -10/+31 |
| | * | embassy-sync: add LazyLock | Samuel Tardieu | 2024-07-29 | 4 | -0/+88 |
| | * | Update to Rust 1.80, make check-cfg unconditional. | Dario Nieuwenhuis | 2024-07-25 | 1 | -20/+1 |
| | * | Reduced define for 'unreachable!' to a single macro rule | Tarun Singh | 2024-07-17 | 1 | -10/+6 |
| | * | Add collapse_debuginfo to fmt.rs macros. | Dario Nieuwenhuis | 2024-06-17 | 1 | -0/+17 |
| | * | Update stable to Rust 1.79. | Dario Nieuwenhuis | 2024-06-13 | 1 | -0/+4 |
| | * | Merge pull request #3054 from dvdsk/clonable-errors | Dario Nieuwenhuis | 2024-06-09 | 1 | -1/+1 |
| | |\ |
|
| | | * | Add Clone and Copy to Error types | dvdsk | 2024-06-06 | 1 | -1/+1 |
| | * | | embassy-sync: remove T: Send for Signal<M, T> | Jesse Stuart | 2024-06-05 | 1 | -1/+1 |
| | |/ |
|
| | * | Copy build_common.rs into each crate, to make cargo publish happy | Jan Špaček | 2024-05-31 | 2 | -1/+110 |
| | * | Emit cargo:rustc-check-cfg instructions from build.rs | Jan Špaček | 2024-05-30 | 2 | -29/+5 |
| | * | 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 | 2 | -1/+3 |
| | * | embassy-sync: Add clear function to all channels | Oliver Rockstedt | 2024-05-22 | 6 | -3/+52 |
| | * | embassy-sync: fixed some documentation typos | Oliver Rockstedt | 2024-05-22 | 3 | -5/+5 |
| | * | embassy-sync: fixed some clippy warnings | Oliver Rockstedt | 2024-05-21 | 4 | -8/+8 |
| | * | 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 |