aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/tests/ui
Commit message (Expand)AuthorAgeFilesLines
* embassy-executor: explicitly return impl Future in task inner taskBrezak2025-07-231-1/+1
* embassy-executor: explicitly return impl Future in task inner taskBrezak2025-07-231-0/+14
* embassy-executor: unsafe tasks as unsafeBrezak2025-07-231-0/+25
* excutor: fix Send unsoundness with `-> impl Future` tasks.Dario Nieuwenhuis2025-07-085-4/+99
* Update Rust nightly, stable.Dario Nieuwenhuis2025-07-042-48/+48
* Update testsMatthew Tran2025-06-018-16/+175
* Add diagnostic::on_unimplemented for nightlyMatthew Tran2025-06-011-1/+2
* Allow `-> impl Future<Output = ()>` in #[task]Matthew Tran2025-05-284-0/+147
* Add testMatthew Tran2025-03-292-0/+15
* executor: add compile-fail / ui tests.Dario Nieuwenhuis2024-10-2034-0/+250