summary refs log tree commit diff
path: root/src/libstd/sys/redox/time.rs
AgeCommit message (Expand)AuthorLines
2018-11-25Auto merge of #55527 - sgeisler:time-checked-add, r=sfacklerbors-6/+12
2018-11-15use ? operator instead of matchSebastian Geisler-10/+3
2018-11-15Implement checked_add_duration for SystemTimeSebastian Geisler-6/+19
2018-11-06refactor: use shorthand fieldsteresy-1/+1
2018-06-04Clarify error phrase in `sub_instant` functionClaudio Bley-1/+1
2017-12-19Add Hash impl for SystemTime and InstantVitaly _Vi Shukela-2/+10
2017-09-07Properly detect overflow in Instance +/- Duration.kennytm-7/+15
2016-11-28Commit to fix make tidyJeremy Soller-1/+1
2016-11-28Switch to using syscall crate directly - without importJeremy Soller-14/+13
2016-10-28Remove unsafe libc layerJeremy Soller-219/+67
2016-10-27Add redox systemJeremy Soller-0/+351