index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
time.rs
Age
Commit message (
Expand
)
Author
Lines
2018-06-02
Rollup merge of #50167 - fintelia:duration-nanos, r=sfackler
Mark Simulacrum
-0
/
+51
2018-05-28
Avoid 128-bit arithmetic where possible
Jonathan Behrens
-2
/
+2
2018-05-26
Auto merge of #50364 - LukasKalbertodt:improve-duration-debug-impl, r=KodrAus
bors
-1
/
+118
2018-05-19
Add as_micros and as_millis methods
Jonathan Behrens
-2
/
+36
2018-05-16
Fix `Debug` impl of `Duration` for precisions > 9
Lukas Kalbertodt
-6
/
+13
2018-05-16
Implement rounding for `Duration`s Debug output
Lukas Kalbertodt
-1
/
+35
2018-05-10
const time
Roman Stoliar
-4
/
+8
2018-05-06
Improve `Debug` impl of `core::time::Duration`
Lukas Kalbertodt
-1
/
+77
2018-05-06
Move libcore/time tests from `time.rs` to `tests/time.rs`
Lukas Kalbertodt
-116
/
+0
2018-04-24
Issue number should be for tracking issue not PR
Jonathan Behrens
-1
/
+1
2018-04-22
Doctest of feature requires that feature
Jonathan Behrens
-0
/
+1
2018-04-22
Add issue number
Jonathan Behrens
-1
/
+1
2018-04-22
Use NANOS_PER_SEC constant
Jonathan Behrens
-1
/
+1
2018-04-22
Add as_nanos function to duration
Jonathan Behrens
-0
/
+16
2018-04-17
stabilize `duration_extras` feature
tinaun
-6
/
+3
2018-04-17
stabilize `duration_from_micros` feature
tinaun
-2
/
+1
2018-02-10
Correct a few stability attributes
Oliver Middleton
-2
/
+2
2018-01-29
Move time::Duration to libcore
Clar Charr
-0
/
+603