about summary refs log tree commit diff
path: root/library/std/src/sys/sync/mutex/xous.rs
AgeCommit message (Expand)AuthorLines
2025-04-27use generic Atomic type where possibleChristopher Durham-3/+3
2024-10-29xous: sync: remove `rustc_const_stable` attributeSean Cross-1/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+2
2024-03-19SeqCst->{Release,Acquire} in xous mutex.Mara Bos-4/+7
2024-03-12std: move `Once` implementations to `sys`joboet-0/+110