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
/
library
/
core
/
src
/
time.rs
Age
Commit message (
Expand
)
Author
Lines
2021-10-11
Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri...
Guillaume Gomez
-0
/
+6
2021-10-11
Rollup merge of #89729 - jkugelman:must-use-core-std-constructors, r=joshtrip...
Guillaume Gomez
-0
/
+1
2021-10-10
Add #[must_use] to from_value conversions
John Kugelman
-0
/
+6
2021-10-10
Rollup merge of #89720 - jkugelman:must-use-math-operations, r=joshtriplett
Matthias Krüger
-0
/
+26
2021-10-10
Add #[must_use] to core and std constructors
John Kugelman
-0
/
+1
2021-10-09
Add #[must_use] to math and bit manipulation methods
John Kugelman
-0
/
+26
2021-10-09
Add #[must_use] to is_condition tests
John Kugelman
-0
/
+1
2021-09-16
Make Duration's Debug format pad to width
Michiel De Muynck
-22
/
+70
2021-08-29
Adding examples to docs of std::time module
João M. Bezerra
-5
/
+12
2021-07-15
Added diagnostic items to structs and traits for Clippy
xFrednet
-0
/
+1
2021-06-15
Rollup merge of #82179 - mbartlett21:patch-5, r=joshtriplett
Yuki Okushi
-24
/
+128
2021-06-14
Use `try_from_secs_*` in `Duration::from_secs_*` functions.
mbartlett21
-30
/
+6
2021-06-14
Add functions `Duration::try_from_secs_{f32, f64}`
mbartlett21
-0
/
+128
2021-05-03
use `else if` in std library
wcampbell
-6
/
+4
2021-04-26
Rollup merge of #84120 - workingjubilee:stabilize-duration-max, r=m-ou-se
Mara Bos
-3
/
+7
2021-04-25
Update to reflect feedback on the constraints
Jubilee Young
-4
/
+6
2021-04-24
Clarify Duration::MAX depends on Instant
Jubilee Young
-2
/
+4
2021-04-12
Pretend Duration::MAX was part of duration_saturating_ops
Jubilee Young
-1
/
+1
2021-04-12
Mark Duration::is_zero as rustc_const_stable.
Mara Bos
-0
/
+1
2021-04-12
Stabilize duration_zero.
Mara Bos
-5
/
+2
2021-04-11
Stabilize feature `duration_saturating_ops`
marmeladema
-6
/
+3
2021-03-14
Rollup merge of #81465 - joshtriplett:duration-formatting-documentation, r=m-...
Yuki Okushi
-0
/
+11
2021-03-13
Add documentation about formatting `Duration` values
Josh Triplett
-0
/
+11
2020-12-11
Replace magic numbers with existing constants
James Wright
-5
/
+15
2020-10-27
Remove Duration::MIN entirely
Jubilee Young
-17
/
+4
2020-10-21
Duration::zero() -> Duration::ZERO
Jubilee Young
-19
/
+16
2020-09-12
Make all methods of `Duration` const
Christiaan Dirkx
-6
/
+12
2020-09-08
Add saturating methods for `Duration`
marmeladema
-0
/
+97
2020-08-09
Add link for Duration
Denis Vasilik
-2
/
+2
2020-08-09
Remove liNone as it is in the prelude
Denis Vasilik
-8
/
+0
2020-08-09
Use intra-doc links
Denis Vasilik
-8
/
+6
2020-07-27
mv std libs to library/
mark
-0
/
+1006