| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 2 | -0/+85 |
| * | 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 |
| * | 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 |
| |/ |
|
| * | Emit cargo:rustc-check-cfg instructions from build.rs | Jan Špaček | 2024-05-30 | 1 | -1/+1 |
| * | embassy-sync: Add clear function to all channels | Oliver Rockstedt | 2024-05-22 | 5 | -0/+49 |
| * | 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 |
| * | Expose new length functions in the subs and pubs | Dion Dokter | 2024-05-20 | 3 | -33/+138 |
| * | Make behaviour trait sealed | Dion Dokter | 2024-05-20 | 1 | -2/+9 |
| * | embassy-sync: Add capacity, free_capacity, len, is_empty and is_full function... | Oliver Rockstedt | 2024-05-18 | 1 | -0/+39 |
| * | embassy-sync: Add capacity, free_capacity, len, is_empty and is_full function... | Oliver Rockstedt | 2024-05-18 | 1 | -0/+39 |
| * | embassy-sync: Add capacity and free_capacity functions to Channel | Oliver Rockstedt | 2024-05-18 | 1 | -0/+12 |
| * | Fix: typo | QWS | 2024-05-10 | 1 | -1/+1 |
| * | embassy_sync::Mutex: Implement traits to match std | W Etheredge | 2024-05-05 | 1 | -1/+77 |
| * | Adding ready_to_receive to Channel and Receiver | nerwalt | 2024-04-19 | 1 | -0/+35 |
| * | Add map method | Caio | 2024-04-14 | 1 | -0/+133 |
| * | embassy-sync: Add len, is_empty and is_full functions to Channel. | Oliver Rockstedt | 2024-04-08 | 1 | -0/+27 |
| * | Fix `FairSemaphore` bugs | Alex Moon | 2024-04-03 | 1 | -34/+102 |
| * | Semaphore synchronization primitive | Alex Moon | 2024-03-30 | 2 | -0/+705 |
| * | Merge pull request #2651 from peterkrull/once_lock | Ulf Lilleengen | 2024-03-22 | 2 | -0/+237 |
| |\ |
|
| | * | This one is for ci/rustfmt | Peter Krull | 2024-03-03 | 1 | -2/+1 |
| | * | Add OnceLock sync primitive | Peter Krull | 2024-03-03 | 2 | -0/+238 |
| * | | fmt: disable "unused" warnings. | Dario Nieuwenhuis | 2024-03-20 | 1 | -2/+1 |
| * | | Doc update: signaled does not clear signal | Noah Bliss | 2024-03-20 | 1 | -1/+1 |
| * | | rustfmt | Ulf Lilleengen | 2024-03-12 | 1 | -7/+3 |
| * | | Add conversion into dyn variants for channel futures | Ulf Lilleengen | 2024-03-12 | 1 | -0/+19 |
| * | | Merge pull request #2660 from embassy-rs/zerocopy-docs | Dario Nieuwenhuis | 2024-03-04 | 1 | -5/+2 |
| |\ \ |
|
| | * | | docs: clarify capabilities of zerocopy channel | Ulf Lilleengen | 2024-03-04 | 1 | -5/+2 |
| | |/ |
|
| * / | Add constructor for dynamic channel | Peter Krull | 2024-03-02 | 1 | -1/+21 |
| |/ |
|
| * | correct spelling of the word "receive" | Stefan Gehr | 2024-02-03 | 1 | -1/+1 |
| * | sync/pipe: be able to be zero-initialized | Sam Lakerveld | 2024-02-01 | 1 | -11/+11 |
| * | Remove nightly autodetects. | Dario Nieuwenhuis | 2024-01-10 | 1 | -2/+0 |
| * | Put waiting state back if any | Rasmus Melchior Jacobsen | 2023-12-20 | 1 | -1/+4 |
| * | feat(embassy-sync): Add try_take() to signal | Rasmus Melchior Jacobsen | 2023-12-20 | 1 | -0/+11 |
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 2 | -57/+52 |
| * | revert module changes, reexport heapless relevant items | Scott Mabin | 2023-11-20 | 3 | -8/+6 |
| * | docs | Scott Mabin | 2023-11-18 | 1 | -1/+5 |
| * | more clean up, refactor channel into module to share code | Scott Mabin | 2023-11-18 | 3 | -48/+6 |
| * | reduce duplication further by sharing Dynamic sender/receiver | Scott Mabin | 2023-11-18 | 2 | -85/+3 |
| * | docs and simple test for priority | Scott Mabin | 2023-11-18 | 1 | -0/+11 |
| * | Reduce duplication, fix tests | Scott Mabin | 2023-11-18 | 2 | -61/+41 |
| * | Priority channel using binary heap | Scott Mabin | 2023-11-18 | 2 | -0/+745 |
| * | Re-add impl_trait_projections | Dániel Buga | 2023-10-30 | 1 | -1/+2 |
| * | Remove impl_trait_projections. | Dario Nieuwenhuis | 2023-10-02 | 1 | -1/+1 |
| * | Rename zero_copy -> zerocopy. | Dario Nieuwenhuis | 2023-09-04 | 2 | -1/+1 |