about summary refs log tree commit diff
path: root/src/libextra/time.rs
AgeCommit message (Expand)AuthorLines
2014-02-03extra: Remove io_error usageAlex Crichton-8/+8
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-1/+1
2014-01-21Remove unnecessary parentheses.Huon Wilson-3/+3
2014-01-17auto merge of #11598 : alexcrichton/rust/io-export, r=brsonbors-2/+1
2014-01-17Tweak the interface of std::ioAlex Crichton-2/+1
2014-01-14extra: Ignore time tests on android correctlyBrian Anderson-1/+1
2014-01-09Remove eof() from io::ReaderAlex Crichton-1/+1
2014-01-06Remove some unnecessary type castsFlorian Hahn-2/+2
2013-12-30Convert some C functions to rust functionsAlex Crichton-10/+96
2013-12-13Ignore time tests on android. #10958Brian Anderson-0/+1
2013-11-28Register new snapshotsAlex Crichton-3/+3
2013-11-26librustc: Fix merge fallout.Patrick Walton-2/+2
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-1/+1
2013-11-24Remove linked failure from the runtimeAlex Crichton-1/+1
2013-11-18rt: Namespace all C functions under rust_Brian Anderson-4/+4
2013-11-13auto merge of #10447 : alexcrichton/rust/flaky-time-test, r=catamorphismbors-6/+5
2013-11-12Make a time test less flakyAlex Crichton-6/+5
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-13/+0
2013-11-08extra::time: Fix test on Windowsklutzy-40/+59
2013-10-24Remove even more of std::ioAlex Crichton-58/+75
2013-10-23Re-make time struct fields publicSteven Fackler-13/+13
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-2/+0
2013-10-23Making fields in std and extra : private #4386reedlepee-14/+17
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-10/+10
2013-10-14Removing ccdeclSteve Klabnik-1/+1
2013-10-14Remove unused abi attributes.Steve Klabnik-2/+1
2013-10-05extra: remove commented out 'X' and 'x' formatsLuis de Bethencourt-2/+0
2013-10-03extra: remove unnecessary second level functionsLuis de Bethencourt-11/+4
2013-10-02auto merge of #9689 : luisbg/rust/strftime, r=alexcrichtonbors-8/+7
2013-10-02extra: %W and %+ support in time::strftimeLuis de Bethencourt-8/+7
2013-10-02auto merge of #9670 : luisbg/rust/strftime, r=alexcrichtonbors-8/+61
2013-10-02extra: %G, %g and %V support in time::strftimeLuis de Bethencourt-6/+59
2013-10-01extra: %U support in time::strftimeLuis de Bethencourt-2/+2
2013-10-01remove the `float` typeDaniel Micay-4/+4
2013-09-30extra: Remove usage of fmt!Alex Crichton-38/+38
2013-09-12std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else}Erick Tryzelaar-32/+32
2013-09-05Add fractional second support to str{p,f}timeSteven Fackler-3/+37
2013-08-23rt: Remove last use of C++ exchange allocBrian Anderson-1/+4
2013-08-20rm obsolete integer to_str{,_radix} free functionsDaniel Micay-5/+3
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+12
2013-08-16Implement Clone and DeepClone for time types.Chris Morgan-2/+2
2013-08-09Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-3/+0
2013-08-09Remove redundant Ord method impls.OGINO Masanori-3/+0
2013-08-08Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-2/+2
2013-08-07Forbid `priv` where it has no effectAlex Crichton-2/+2
2013-08-04Merge remote-tracking branch 'remotes/origin/master' into str-remove-nullErick Tryzelaar-5/+5
2013-08-04extra: make sure time::match_digits does not read past the end of the strErick Tryzelaar-7/+11
2013-08-03remove obsolete `foreach` keywordDaniel Micay-5/+5
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-10/+7