summary refs log tree commit diff
path: root/src/libstd/time
AgeCommit message (Expand)AuthorLines
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