Vitaly _Vi Shukela
|
1d5ead453d
|
Add Hash impl for SystemTime and Instant
Closes #46670.
|
2017-12-19 00:35:43 +03:00 |
|
kennytm
|
8410ca6632
|
Properly detect overflow in Instance +/- Duration.
Avoid unchecked cast from `u64` to `i64`. Use `try_into()` for checked
cast. (On Unix, cast to `time_t` instead of `i64`.)
|
2017-09-07 17:14:27 +08:00 |
|
Jeremy Soller
|
e68393397a
|
Commit to fix make tidy
|
2016-11-28 21:07:26 -07:00 |
|
Jeremy Soller
|
746222fd9d
|
Switch to using syscall crate directly - without import
|
2016-11-28 18:07:19 -07:00 |
|
Jeremy Soller
|
a5de9bb591
|
Remove unsafe libc layer
|
2016-10-28 14:17:34 -06:00 |
|
Jeremy Soller
|
8b09e01fef
|
Add redox system
|
2016-10-27 20:57:49 -06:00 |
|