about summary refs log tree commit diff
path: root/src/libstd/time
AgeCommit message (Expand)AuthorLines
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+3
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-11/+11
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-11/+11
2014-12-05Utilize fewer reexportsCorey Farwell-3/+5
2014-11-20Rename remaining Failures to PanicSubhash Bhushan-5/+5
2014-11-17Remove bogus Duration::span testAaron Turon-7/+0
2014-11-16Move ToString to collections::stringBrendan Zabarauskas-1/+1
2014-11-14auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichtonbors-71/+60
2014-11-13std: Fix the return value of Duration::spanAlex Crichton-1/+8
2014-11-12time: Deprecate the library in the distributionAlex Crichton-0/+81
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-71/+60
2014-11-05Repair various cases where values of distinct types were being operatedNiko Matsakis-1/+1
2014-10-30auto merge of #18359 : 1-more/rust/feature, r=alexcrichtonbors-13/+18
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-28Fix the output of negative durationVladimir Smola-13/+18
2014-10-09std: Convert statics to constantsAlex Crichton-13/+13
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-08-28libstd: Wrap duration.rs at 100 characters.Ruud van Asseldonk-3/+6
2014-08-21libstd: Limit Duration range to i64 milliseconds.Ruud van Asseldonk-39/+49
2014-08-20libstd: Refactor Duration.Ruud van Asseldonk-282/+190
2014-08-15Derive Clone for std::time::DurationAndrew Poelstra-1/+1
2014-08-13Add a fixme about Duration representationBrian Anderson-0/+2
2014-08-13Update docsBrian Anderson-2/+5
2014-08-13std: Fix build errorsBrian Anderson-1/+1
2014-08-13std: Remove Duration::new/new_opt/to_tupleBrian Anderson-37/+0
2014-08-13std: Improve Duration commentsBrian Anderson-17/+2
2014-08-13std: Refactor time module a bitBrian Anderson-0/+696