| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | Update manifests to satisfy new checks. | Dario Nieuwenhuis | 2025-09-22 | 1 | -0/+4 |
| | | |||||
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 2 | -1/+3 |
| | | |||||
| * | feat: add semver checks and releasing to releaser | Ulf Lilleengen | 2025-08-25 | 1 | -5/+0 |
| | | | | | | | | | | * 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 | ||||
| * | `embassy-futures`: add release automation using `cargo-release` | Ralph Ursprung | 2025-07-08 | 2 | -1/+7 |
| | | | | | | | | | | | | this requires you to install [`cargo-release`]. note that this does not include a URL pointing to the diff on GitHub as is usually done in changelogs since `embassy` is a mono-repo and the GH UI doesn't offer a commit view per folder (see the [GH feature request] for this). [`cargo-release`]: https://crates.io/crates/cargo-release [GH feature request]: https://github.com/orgs/community/discussions/162131 | ||||
| * | add changelog for `embassy-futures` | Ralph Ursprung | 2025-07-08 | 1 | -0/+13 |
| | | |||||
| * | Update defmt dependencies | Yuri Astrakhan | 2025-05-18 | 1 | -1/+1 |
| | | |||||
| * | Add is_x() methods for all EitherN enum variants | Alexander van Saase | 2024-12-14 | 1 | -0/+110 |
| | | |||||
| * | embassy-futures: add select 5 and 6 | Christian Enderle | 2024-10-19 | 1 | -0/+163 |
| | | |||||
| * | fix: `select_slice` is unsound. fixes #3320 | Oleksandr Babak | 2024-09-11 | 1 | -20/+15 |
| | | |||||
| * | 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 |
| | | | | | | | This makes location info in defmt logs point to the code calling the macro, instead of always to fmt.rs as before. Fix works with nightlies starting with today's, and stable 1.81+. | ||||
| * | Fix embassy-futures test failure | Adam Simpkins | 2024-04-14 | 1 | -1/+7 |
| | | | | | | | | Running `cargo test` in embassy-futures was failing. The `no_run` tag on this doc example caused it to still try and compile this example, just not run it, and compilation failed. This updates the example so that it can successfully compile and run. | ||||
| * | fmt: disable "unused" warnings. | Dario Nieuwenhuis | 2024-03-20 | 1 | -2/+1 |
| | | |||||
| * | Complete cargo.tomls more. | Dario Nieuwenhuis | 2024-01-12 | 1 | -0/+1 |
| | | |||||
| * | Centralize license and MSRV boilerplate into the repo readme. | Dario Nieuwenhuis | 2024-01-11 | 1 | -15/+0 |
| | | |||||
| * | Bump embassy-futures 0.1.0 -> 0.1.1 | Timo | 2023-11-13 | 1 | -1/+1 |
| | | |||||
| * | Sync all fmt.rs files. | Dario Nieuwenhuis | 2023-08-30 | 1 | -6/+39 |
| | | |||||
| * | fut: add poll_once | xoviat | 2023-06-17 | 1 | -0/+12 |
| | | |||||
| * | fmt: remove unused defmt::timestamp! | Dario Nieuwenhuis | 2023-06-09 | 1 | -3/+0 |
| | | |||||
| * | Add `#[must_use]` to all futures | Grant Miller | 2023-02-24 | 1 | -0/+1 |
| | | |||||
| * | futures: cargo.toml metadata | Dario Nieuwenhuis | 2022-08-30 | 1 | -0/+10 |
| | | |||||
| * | futures: readme, docs improvements. | Dario Nieuwenhuis | 2022-08-29 | 4 | -9/+49 |
| | | |||||
| * | futures: add join_array. | Dario Nieuwenhuis | 2022-08-29 | 1 | -0/+68 |
| | | |||||
| * | futures: move select* and join* to separate modules. | Dario Nieuwenhuis | 2022-08-29 | 3 | -8/+11 |
| | | |||||
| * | futures: add joins | Dario Nieuwenhuis | 2022-08-28 | 2 | -0/+254 |
| | | |||||
| * | futures: add block_on | Dario Nieuwenhuis | 2022-08-28 | 2 | -0/+33 |
| | | |||||
| * | futures: make `select_(slice|array)` hang intead of panicking if empty. | Dario Nieuwenhuis | 2022-08-28 | 1 | -8/+2 |
| | | |||||
| * | futures: add select_slice, rename select_all to select_array. | Dario Nieuwenhuis | 2022-08-28 | 2 | -8/+57 |
| | | |||||
| * | futures: derive defmt for Eithers | Dario Nieuwenhuis | 2022-08-28 | 1 | -0/+3 |
| | | |||||
| * | Add README for embassy-futures | Ulf Lilleengen | 2022-08-23 | 2 | -1/+10 |
| | | |||||
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 5 | -0/+509 |
