| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | executor: Fix compiletest for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -6/+6 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -2/+2 |
| | | |||||
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 2 | -2/+2 |
| | | |||||
| * | Update nightly. | Dario Nieuwenhuis | 2025-09-26 | 2 | -17/+7 |
| | | |||||
| * | Update Rust. | Dario Nieuwenhuis | 2025-09-22 | 2 | -4/+4 |
| | | |||||
| * | Fix test & rtos-trace | diondokter | 2025-08-29 | 1 | -1/+1 |
| | | |||||
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 6 | -26/+25 |
| | | |||||
| * | executor: add "task metadata" concept, make name a task metadata. | Dario Nieuwenhuis | 2025-08-29 | 1 | -0/+31 |
| | | |||||
| * | embassy-executor: add macro ui test for unsafe ops in unsafe tasks | Brezak | 2025-07-23 | 3 | -0/+30 |
| | | | | | Check if the #[task] macro properly handles unsafe functions so the `unsafe_op_in_unsafe_fn` lint still works | ||||
| * | embassy-executor: explicitly return impl Future in task inner task | Brezak | 2025-07-23 | 2 | -2/+11 |
| | | |||||
| * | embassy-executor: explicitly return impl Future in task inner task | Brezak | 2025-07-23 | 1 | -0/+14 |
| | | |||||
| * | embassy-executor: unsafe tasks as unsafe | Brezak | 2025-07-23 | 2 | -0/+26 |
| | | |||||
| * | excutor: fix Send unsoundness with `-> impl Future` tasks. | Dario Nieuwenhuis | 2025-07-08 | 6 | -4/+101 |
| | | |||||
| * | Update Rust nightly, stable. | Dario Nieuwenhuis | 2025-07-04 | 2 | -48/+48 |
| | | |||||
| * | Update tests | Matthew Tran | 2025-06-01 | 9 | -20/+184 |
| | | |||||
| * | Add diagnostic::on_unimplemented for nightly | Matthew Tran | 2025-06-01 | 1 | -1/+2 |
| | | |||||
| * | Add test for -> impl Future<Output = !> | Matthew Tran | 2025-05-29 | 1 | -0/+12 |
| | | |||||
| * | Allow `-> impl Future<Output = ()>` in #[task] | Matthew Tran | 2025-05-28 | 6 | -1/+174 |
| | | |||||
| * | Add test | Matthew Tran | 2025-03-29 | 3 | -0/+16 |
| | | |||||
| * | Set RUN_QUEUED unconditionally | Dániel Buga | 2024-12-17 | 1 | -0/+133 |
| | | |||||
| * | Remove test implementation of schedule_wake | Dániel Buga | 2024-12-16 | 1 | -4/+0 |
| | | |||||
| * | Make sure an exited task does not get stuck in a timer queue | Dániel Buga | 2024-12-15 | 1 | -0/+4 |
| | | |||||
| * | Refactor integrated-timers | Dániel Buga | 2024-12-10 | 1 | -3/+0 |
| | | |||||
| * | Add initialize | Dániel Buga | 2024-11-19 | 1 | -0/+4 |
| | | |||||
| * | executor: add compile-fail / ui tests. | Dario Nieuwenhuis | 2024-10-20 | 35 | -0/+273 |
| | | |||||
| * | Fix feature flag in executor tests | Grant Miller | 2024-02-14 | 1 | -1/+1 |
| | | |||||
| * | Add test case | Scott Mabin | 2023-12-31 | 1 | -0/+14 |
| | | |||||
| * | executor: add some tests. | Dario Nieuwenhuis | 2023-11-24 | 1 | -0/+137 |
