aboutsummaryrefslogtreecommitdiff
path: root/rtic-common
AgeCommit message (Collapse)Author
2025-06-22Release all cratesEmil Fresk
2025-06-15chore: compile fail tests to assert that the future returned by `wait_until` ↵Oleksandr Babak
is *not* `Unpin`
2025-06-15feat: `wait_until` method for waker queueOleksandr Babak
2025-06-15feat: `OnDropWith` helperOleksandr Babak
2025-06-15chore: changelog entryOleksandr Babak
2025-06-08Clippy: 1.86: Handle style lint for Option.replaceHenrik Tjäder
https://rust-lang.github.io/rust-clippy/stable/index.html#mem_replace_option_with_some
2025-04-03fix: move the popped check after the fenceOleksandr Babak
2025-04-03fix: check if link is already popped when removing it inside the critical ↵Oleksandr Babak
section
2025-04-03chore: changelog entryOleksandr Babak
2025-04-03feat: do not cause memory corruption if `remove_from_list` (safe function) ↵Oleksandr Babak
is called multiple times
2024-05-27Fix clippy lintsEmil Fresk
2023-12-25Add repository links to some crates hosted in this repo (#871)Jan Niehusmann
2023-09-27esp32c3 supportonsdagens
2023-07-01Changelog: Common: Add dateHenrik Tjäder
2023-05-25v2.0 releaseEmil Fresk
2023-04-16Merge #736bors[bot]
736: More `xtasks` and add examples to `rtic` repo r=korken89 a=datdenkikniet This was in #732 before, but decluttering that PR seemed sensible Co-authored-by: datdenkikniet <jcdra1@gmail.com>
2023-04-16Deny on warnings in xtasksdatdenkikniet
2023-04-15rtic-common: rename LinkedList to DoublyLinkedListdatdenkikniet
2023-04-15rtic-common: docsdatdenkikniet
2023-03-04rtic-common: Fix safety section formattingHenrik Tjäder
2023-03-01Make some linked list operations unsafe, and document their safety at usageEmil Fresk
2023-03-01Add authors to each Cargo.tomlHenrik Tjäder
Copy-paste the default one used for the project
2023-03-01Add alpha.0 and required Cargo fieldsHenrik Tjäder
2023-03-01Fix spelling errorEmil Fresk
2023-03-01Add `rtic-arbiter`Emil Fresk
2023-03-01Move common data structures to `rtic-common`Emil Fresk