| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-12-04 | Add JoinHandleExt to get the pthread_t on unix platforms | Peter Atashian | -0/+2 | |
| Signed-off-by: Peter Atashian <retep998@gmail.com> | ||||
| 2015-11-18 | Fix buildbot failures | Vadim Petrochenkov | -1/+2 | |
| 2015-10-13 | Make the Metadata struct Clone | Ben S | -0/+1 | |
| This commit adds #[derive(Clone)] to std::fs::Metadata, making that struct cloneable. Although the exact contents of that struct differ between OSes, they all have it contain only value types, meaning that the data can be re-used without repercussions. It also adds #[derive(Clone)] to every type used by that struct across all OSes, including the various Unix `stat` structs and Windows's `WIN32_FILE_ATTRIBUTE_DATA`. | ||||
| 2015-09-21 | Various fixes for NetBSD/amd64 | Sebastian Wicki | -6/+7 | |
| 2015-07-01 | Add netbsd amd64 support | Alex Newman | -0/+91 | |
