about summary refs log tree commit diff
path: root/src/libcore/time.rs
AgeCommit message (Expand)AuthorLines
2018-06-02Rollup merge of #50167 - fintelia:duration-nanos, r=sfacklerMark Simulacrum-0/+51
2018-05-28Avoid 128-bit arithmetic where possibleJonathan Behrens-2/+2
2018-05-26Auto merge of #50364 - LukasKalbertodt:improve-duration-debug-impl, r=KodrAusbors-1/+118
2018-05-19Add as_micros and as_millis methodsJonathan Behrens-2/+36
2018-05-16Fix `Debug` impl of `Duration` for precisions > 9Lukas Kalbertodt-6/+13
2018-05-16Implement rounding for `Duration`s Debug outputLukas Kalbertodt-1/+35
2018-05-10const timeRoman Stoliar-4/+8
2018-05-06Improve `Debug` impl of `core::time::Duration`Lukas Kalbertodt-1/+77
2018-05-06Move libcore/time tests from `time.rs` to `tests/time.rs`Lukas Kalbertodt-116/+0
2018-04-24Issue number should be for tracking issue not PRJonathan Behrens-1/+1
2018-04-22Doctest of feature requires that featureJonathan Behrens-0/+1
2018-04-22Add issue numberJonathan Behrens-1/+1
2018-04-22Use NANOS_PER_SEC constantJonathan Behrens-1/+1
2018-04-22Add as_nanos function to durationJonathan Behrens-0/+16
2018-04-17stabilize `duration_extras` featuretinaun-6/+3
2018-04-17stabilize `duration_from_micros` featuretinaun-2/+1
2018-02-10Correct a few stability attributesOliver Middleton-2/+2
2018-01-29Move time::Duration to libcoreClar Charr-0/+603