| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-11-15 | Use Pin for the 'don't move' requirement of ReentrantMutex. | Mara Bos | -33/+19 | |
| 2020-11-15 | Remove unnecessary import of `crate::marker` in std::sys_common::remutex. | Mara Bos | -2/+1 | |
| It was used for marker::Send, but Send is already in scope. | ||||
| 2020-09-24 | Remove workaround for deref issue that no longer exists. | Mara Bos | -6/+4 | |
| The double underscores were used to work around issue #12808, which was solved in 2016. | ||||
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -76/+3 | |
| Also doing fmt inplace as requested. | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+224 | |
