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
/
libstd
/
time
/
duration.rs
Age
Commit message (
Expand
)
Author
Lines
2018-01-29
Move time::Duration to libcore
Clar Charr
-590
/
+0
2018-01-24
Auto merge of #47300 - remexre:duration-constructors-as-const-fns, r=alexcric...
bors
-13
/
+16
2018-01-12
Fix Duration::subsec_millis and Duration::subsec_micros examples
Neil Shen
-2
/
+2
2018-01-09
Fixes whitespace.
Nathaniel Ringo
-9
/
+9
2018-01-09
Fixes Duration constructor const fns other than new, reverts new to non-const.
Nathaniel Ringo
-10
/
+13
2018-01-09
Makes the constructors of Duration const fns.
Nathaniel Ringo
-5
/
+5
2017-12-21
docs: do not call integer overflows as underflows
Trevor Spiteri
-1
/
+1
2017-12-11
Add more Duration methods for consistency.
Clar Charr
-1
/
+62
2017-09-13
from_micros: add feature name
Romain Porte
-1
/
+2
2017-09-10
from_micros: added issue number and fixed typo
Romain Porte
-2
/
+2
2017-09-10
from_micros: Fix missing {
Romain Porte
-0
/
+1
2017-09-09
from_micros: Added unstable annotation
Romain Porte
-0
/
+1
2017-09-09
from_micros: Inlined return for consistency
Romain Porte
-4
/
+1
2017-09-08
Add Duration::from_micros
Romain Porte
-0
/
+23
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-4
/
+4
2017-07-17
`std::time::Duration`: improve _precision_ of terminology in docs
Collin J. Sutton
-14
/
+16
2017-05-03
Add doc example for how to determine total number of secs in Duration.
Corey Farwell
-0
/
+15
2017-05-02
Update Duration::as_secs doc example to demonstrate truncation.
Corey Farwell
-2
/
+2
2017-05-02
Update Duration::from_millis doc example to show underlying values.
Corey Farwell
-1
/
+4
2017-05-02
Update Duration::from_secs doc example to show underlying values.
Corey Farwell
-1
/
+4
2017-01-25
std: Stabilize APIs for the 1.16.0 release
Alex Crichton
-12
/
+4
2016-12-30
Sum for Duration.
Clar Charr
-0
/
+15
2016-12-14
Add missing Duration examples
Guillaume Gomez
-13
/
+66
2016-11-10
std: Derive `Default` for `Duration`.
Alex Crichton
-1
/
+1
2016-09-19
Replace 'e.g.' by 'i.e.'
Guillaume Gomez
-2
/
+2
2016-09-14
Add feature crate attribute for duration_checked_ops to docs
Eugene Bulkin
-0
/
+8
2016-09-14
Fix doc-tests for Duration
Eugene Bulkin
-2
/
+10
2016-09-13
Implement add, sub, mul and div methods using checked methods for Duration
Eugene Bulkin
-35
/
+4
2016-09-13
Fix Duration::checked_mul documentation
Eugene Bulkin
-1
/
+1
2016-09-13
Add checked operation methods to Duration
Eugene Bulkin
-0
/
+162
2016-04-18
Panic on overflow in `Duration::new` constructor
Tobias Bucher
-1
/
+7
2016-04-02
Inline Duration constructors and accessors
Steven Fackler
-0
/
+5
2016-03-22
Add augmented assignment operator impls for time types
Steven Fackler
-1
/
+29
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-16
/
+0
2016-01-10
Derive Hash for Duration
Steven Fackler
-1
/
+1
2015-12-29
Fix warnings when compiling stdlib with --test
Florian Hahn
-1
/
+0
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-0
/
+2
2015-11-19
std: Add Instant and SystemTime to std::time
Alex Crichton
-3
/
+3
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+4
2015-10-25
Fix doc comment typo
Lee Jenkins
-1
/
+1
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-1
/
+2
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-17
/
+0
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-10
Fix doc test
Steven Fackler
-1
/
+0
2015-08-10
Add back and deprecate old methods.
Steven Fackler
-0
/
+17
2015-08-10
Stabilize the Duration API
Steven Fackler
-47
/
+20
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-0
/
+1
2015-05-13
std: Redesign Duration, implementing RFC 1040
Alex Crichton
-494
/
+170
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-6
/
+3
2015-03-31
Stabilize std::num
Aaron Turon
-0
/
+1
[next]