summary refs log tree commit diff
path: root/src/libstd/time/mod.rs
AgeCommit message (Expand)AuthorLines
2017-09-07Disable the 80-year-difference test on 32-bit-time_t platforms.kennytm-3/+6
2017-09-07Fix incorrect test in `time::tests::system_time_math`.kennytm-1/+1
2017-09-04std/time: Give an example to get UNIX_EPOCH in secondsAlexander von Gluck IV-0/+11
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2017-08-09Fix grammarSteven Fackler-1/+1
2017-08-08Instant is monotonically nondecreasingSteven Fackler-2/+2
2017-07-24Add a disabled builder for aarch64 emulated testsAlex Crichton-2/+10
2017-07-15Improve panic docs for Instant::duration_sinceOthers-4/+1
2017-01-05Add time module missing docsGuillaume Gomez-14/+115
2016-09-29Reword description of SystemTimeError.Tomasz Miąsko-1/+1
2016-09-07Add doc example for `std::time::Instant::elapsed`.Corey Farwell-0/+12
2016-05-30std: Clean out old unstable + deprecated APIsAlex Crichton-15/+0
2016-05-12Use the correct word in the explanationStefan Schindler-1/+1
2016-03-26Rollup merge of #32448 - sfackler:time-augmented-assignment, r=alexcrichtonManish Goregaokar-1/+29
2016-03-23Add code examples for libstd/timeGuillaume Gomez-0/+50
2016-03-22Add augmented assignment operator impls for time typesSteven Fackler-1/+29
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-27/+55
2016-02-04std: Expose SystemTime accessors on fs::MetadataAlex Crichton-0/+7
2016-01-12Update wording of Instant and SystemTime docsSimon Sapin-4/+4
2015-12-28Instant/SystemTime doc: add meaning to first lineSimon Sapin-3/+4
2015-12-03Fix tests for SystemTime addition on mac and iosSean Griffin-2/+2
2015-12-02Fixed make tidy errorSean Griffin-1/+2
2015-12-02Ensure two `SystemTime`s are equal when nanos add to exactly 1BSean Griffin-0/+4
2015-11-30std: Bump time margin in std::time testsAlex Crichton-1/+1
2015-11-26doc: this is already mentioned in previous paragraph, and is harder to readTshepang Lekhonkhobe-3/+2
2015-11-25doc: fix type nameTshepang Lekhonkhobe-1/+1
2015-11-25doc: add a pauseTshepang Lekhonkhobe-2/+3
2015-11-25doc: split overlong sentenceTshepang Lekhonkhobe-2/+2
2015-11-25doc: add missing commasTshepang Lekhonkhobe-2/+2
2015-11-25doc: fix grammarTshepang Lekhonkhobe-1/+1
2015-11-25doc: remove info repeated on next paragraphTshepang Lekhonkhobe-2/+1
2015-11-23std: Tweak tests of std::timeAlex Crichton-14/+24
2015-11-19std: Add Instant and SystemTime to std::timeAlex Crichton-0/+304
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+1
2015-08-10Stabilize the Duration APISteven Fackler-1/+1
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-11/+2
2015-01-30Add a few missing stability markers.Chris Morgan-0/+2
2015-01-16Rewrite Condvar::wait_timeout and make it publicSteven Fackler-66/+2
2015-01-01std: Second pass stabilization of syncAlex Crichton-1/+1
2014-11-12time: Deprecate the library in the distributionAlex Crichton-0/+73
2014-08-13std: Refactor time module a bitBrian Anderson-0/+15