Files
rust/library/alloc/src
Jonas Schievink e34263d86a Rollup merge of #77610 - hermitcore:dtors, r=m-ou-se
revise Hermit's mutex interface to support the behaviour of StaticMutex

rust-lang/rust#77147 simplifies things by splitting this Mutex type into two types matching the two use cases: StaticMutex and MovableMutex. To support the new behavior of StaticMutex, we move part of the mutex implementation into libstd.

The interface to the OS changed. Consequently, I removed a few functions, which aren't longer needed.
2020-10-24 22:39:44 +02:00
..
2020-07-27 19:51:13 -05:00
2020-09-28 14:51:03 -04:00
2020-09-12 10:38:33 -05:00
2020-09-12 10:38:33 -05:00
2020-10-15 16:57:19 +02:00
2020-08-21 19:31:00 +02:00
2020-10-23 16:10:56 -03:00
2020-08-21 00:25:25 +02:00
2020-07-27 19:51:13 -05:00
2020-10-22 10:36:35 -07:00
2020-07-27 19:51:13 -05:00