/examples/react-fast-refresh-test/public/

f='/'>cgit logo index : rtic
Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/tests (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-10-12Fixed a bug in the timer queueGravatar Emil Fresk 1-40/+49
When a waker was dequeued, and it had already exipired, the dequeue was not re-run to set a proper new compare match for the monotonic. This is now fixed.
2022-09-27Add `delay_until` a specific timeGravatar Emil Fresk 1-0/+11
2022-09-24Improve test runtimeGravatar Emil Fresk 5-16/+16
2022-09-24Broke out async dispatchers into their own placeGravatar Emil Fresk 18-273/+426
2022-08-27RA fixesGravatar Emil Fresk 1-0/+3
2022-08-27Fix interrupt enum path in monotonicGravatar Emil Fresk 1-2/+2
2022-08-05Run tests on stableGravatar Emil Fresk 1-2/+2
2022-08-05Fix comment in exampleGravatar Emil Fresk 1-1/+1
2022-08-05Fix xtask for asyncGravatar Emil Fresk 8-18/+42
2022-08-05Fix UB in the access of `Priority` for asyc executorsGravatar Emil Fresk 5-15/+42
The `Priority` was generated on the stack in the dispatcher which caused it to be dropped after usage. This is now fixed by having the `Priority` being a static variable for executors
2022-08-05Fix codegen when having executor at multiple prioritiesGravatar Emil Fresk 4-20/+109
The codegen generated code for all executors in all dispatchers, which caused some weird bugs. Also the definition of an executor was not generated globally, this caused use after free errors when having multiple priority levels.
2022-08-03Revert async idleGravatar Emil Fresk 2-67/+4
2022-08-03async idle workingGravatar Emil Fresk 3-4/+121
2022-08-03Fix error based on retry queueGravatar Emil Fresk 3-10/+12
2022-08-03Fix styleGravatar Emil Fresk 2-1/+2