about summary refs log tree commit diff
path: root/src/libstd/time/duration.rs
AgeCommit message (Expand)AuthorLines
2017-01-25std: Stabilize APIs for the 1.16.0 releaseAlex Crichton-12/+4
2016-12-30Sum for Duration.Clar Charr-0/+15
2016-12-14Add missing Duration examplesGuillaume Gomez-13/+66
2016-11-10std: Derive `Default` for `Duration`.Alex Crichton-1/+1
2016-09-19Replace 'e.g.' by 'i.e.'Guillaume Gomez-2/+2
2016-09-14Add feature crate attribute for duration_checked_ops to docsEugene Bulkin-0/+8
2016-09-14Fix doc-tests for DurationEugene Bulkin-2/+10
2016-09-13Implement add, sub, mul and div methods using checked methods for DurationEugene Bulkin-35/+4
2016-09-13Fix Duration::checked_mul documentationEugene Bulkin-1/+1
2016-09-13Add checked operation methods to DurationEugene Bulkin-0/+162
2016-04-18Panic on overflow in `Duration::new` constructorTobias Bucher-1/+7
2016-04-02Inline Duration constructors and accessorsSteven Fackler-0/+5
2016-03-22Add augmented assignment operator impls for time typesSteven Fackler-1/+29
2016-03-12std: Clean out deprecated APIsAlex Crichton-16/+0
2016-01-10Derive Hash for DurationSteven Fackler-1/+1
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-1/+0
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-0/+2
2015-11-19std: Add Instant and SystemTime to std::timeAlex Crichton-3/+3
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+4
2015-10-25Fix doc comment typoLee Jenkins-1/+1
2015-08-15std: Add issues to all unstable featuresAlex Crichton-1/+2
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-17/+0
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-10Fix doc testSteven Fackler-1/+0
2015-08-10Add back and deprecate old methods.Steven Fackler-0/+17
2015-08-10Stabilize the Duration APISteven Fackler-47/+20
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+1
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-494/+170
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-6/+3
2015-03-31Stabilize std::numAaron Turon-0/+1
2015-03-04Fix Duration::weeks docsFenhl-1/+1
2015-02-04Fix for misspelled comments.Joseph Crail-2/+2
2015-01-30Add a few missing stability markers.Chris Morgan-0/+31
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-1/+2
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-1/+2
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-06Register new snapshotsAlex Crichton-3/+0
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2015-01-05Use $crate and macro reexport to reduce duplicated codeKeegan McAllister-2/+4
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03use assoc types in unop traitsJorge Aparicio-1/+3
2015-01-03use assoc types in binop traitsJorge Aparicio-4/+12
2014-12-30Register new snapshotsAlex Crichton-14/+0
2014-12-21rollup merge of #19972: alexcrichton/snapshotsAlex Crichton-64/+0
2014-12-19Register new snapshotsAlex Crichton-64/+0
2014-12-19libstd: use `#[deriving(Copy)]`Jorge Aparicio-4/+1