| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -2/+6 |
| | | |||||
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 1 | -2/+2 |
| | | |||||
| * | embassy-executor: explicitly return impl Future in task inner task | Brezak | 2025-07-23 | 1 | -3/+16 |
| | | |||||
| * | embassy-executor: explicitly return impl Future in task inner task | Brezak | 2025-07-23 | 1 | -26/+52 |
| | | |||||
| * | embassy-executor: unsafe tasks as unsafe | Brezak | 2025-07-23 | 1 | -1/+14 |
| | | |||||
| * | excutor: fix Send unsoundness with `-> impl Future` tasks. | Dario Nieuwenhuis | 2025-07-08 | 1 | -2/+8 |
| | | |||||
| * | Allow `-> impl Future<Output = ()>` in #[task] | Matthew Tran | 2025-05-28 | 1 | -14/+20 |
| | | |||||
| * | Move macro helper functions to embassy-executor | Matthew Tran | 2025-03-29 | 1 | -32/+3 |
| | | |||||
| * | Fix ugly compiler errors | Matthew Tran | 2025-03-29 | 1 | -10/+16 |
| | | |||||
| * | Statically allocate task pools on stable Rust. | Dario Nieuwenhuis | 2025-03-28 | 1 | -2/+36 |
| | | | | | | | Thanks @0e4ef622 for the awesome idea of how to do it and the first implementation. Co-Authored-By: Matthew Tran <[email protected]> | ||||
| * | executor: allow overriding `embassy_executor` path in `task` macro | Kaspar Schleiser | 2024-11-04 | 1 | -4/+13 |
| | | |||||
| * | executor-macros: improve error messages. | Dario Nieuwenhuis | 2024-10-20 | 1 | -2/+24 |
| | | |||||
| * | executor: fix unsoundness due to `impl Trait`, improve macro error handling. ↵ | Dario Nieuwenhuis | 2024-10-18 | 1 | -49/+102 |
| | | | | | | | | | | | | | | (#3425) * executor-macros: don't parse function bodies. * executor-macros: refactor for better recovery and ide-friendliness on errors. * executor-macros: disallow `impl Trait` in task arguments. Fixes #3420 * Fix example using `impl Trait` in tasks. | ||||
| * | oops | Grant Miller | 2024-02-23 | 1 | -1/+1 |
| | | |||||
| * | Improve hygiene | Grant Miller | 2024-02-14 | 1 | -5/+4 |
| | | |||||
| * | wip | Grant Miller | 2024-02-14 | 1 | -3/+15 |
| | | |||||
| * | Extend the task macro to allow cfging arguments away | Scott Mabin | 2023-12-31 | 1 | -4/+15 |
| | | |||||
| * | executor: rename macro crate to embassy-executor-macros, bump it. | Dario Nieuwenhuis | 2023-12-07 | 1 | -0/+114 |
