| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | embassy-executor: add macro ui test for unsafe ops in unsafe tasks | Brezak | 2025-07-23 | 1 | -0/+2 |
| | | | | | Check if the #[task] macro properly handles unsafe functions so the `unsafe_op_in_unsafe_fn` lint still works | ||||
| * | embassy-executor: unsafe tasks as unsafe | Brezak | 2025-07-23 | 1 | -0/+1 |
| | | |||||
| * | excutor: fix Send unsoundness with `-> impl Future` tasks. | Dario Nieuwenhuis | 2025-07-08 | 1 | -0/+2 |
| | | |||||
| * | Update tests | Matthew Tran | 2025-06-01 | 1 | -4/+9 |
| | | |||||
| * | Allow `-> impl Future<Output = ()>` in #[task] | Matthew Tran | 2025-05-28 | 1 | -0/+4 |
| | | |||||
| * | Add test | Matthew Tran | 2025-03-29 | 1 | -0/+1 |
| | | |||||
| * | executor: add compile-fail / ui tests. | Dario Nieuwenhuis | 2024-10-20 | 1 | -0/+23 |
