| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-11-09 | implement `sync::mpsc` as a wrapper around `sync::mpmc` | Ibraheem Ahmed | -82/+0 | |
| 2022-04-08 | Remove ptr-int transmute in std::sync::mpsc | Ben Kimock | -7/+6 | |
| Since https://github.com/rust-lang/rust/pull/95340 landed, Miri with -Zmiri-check-number-validity produces an error on the test suites of some crates which implement concurrency tools, because it seems like such crates tend to use std::sync::mpsc in their tests. This fixes the problem by storing pointer bytes in a pointer. | ||||
| 2020-12-22 | Migrate standard library away from compare_and_swap | Linus Färnstrand | -1/+5 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+79 | |
