about summary refs log tree commit diff
path: root/src/libstd/time
AgeCommit message (Expand)AuthorLines
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-1/+2
2015-01-16Rewrite Condvar::wait_timeout and make it publicSteven Fackler-66/+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
2015-01-01std: Second pass stabilization of syncAlex Crichton-1/+1
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
2014-12-18libstd: convert `Duration` unops to by valueJorge Aparicio-0/+14
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+2
2014-12-13libstd: convert `Duration` binops to by valueJorge Aparicio-0/+64
2014-12-13libstd: use unboxed closuresJorge Aparicio-2/+2
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