about summary refs log tree commit diff
path: root/src/libtime
AgeCommit message (Expand)AuthorLines
2014-12-13libtime: convert `Timespec` binops to by valueJorge Aparicio-0/+34
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-1/+11
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-58/+58
2014-12-06libtime: remove unnecessary `to_string()` callsJorge Aparicio-58/+58
2014-12-05Utilize fewer reexportsCorey Farwell-1/+1
2014-11-30std: add Reader impl for &[u8]Erick Tryzelaar-5/+4
2014-11-27auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichtonbors-1/+0
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-25/** -> ///Steve Klabnik-43/+27
2014-11-18std: Stabilize std::fmtAlex Crichton-19/+19
2014-11-17Switch to purely namespaced enumsSteven Fackler-1/+4
2014-11-17Fix fallout from coercion removalNick Cameron-8/+8
2014-11-14auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichtonbors-3/+3
2014-11-12time: Deprecate the library in the distributionAlex Crichton-1/+2
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-0/+1
2014-11-13Deprecate Signed method wrappersBrendan Zabarauskas-3/+2
2014-11-07libtime: alter strftime to use a TmFmtSean McArthur-320/+454
2014-11-05Repair various cases where values of distinct types were being operatedNiko Matsakis-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-16Remove libdebug and update tests.Luqman Aden-9/+8
2014-10-13auto merge of #17467 : hatahet/rust/mybranch, r=alexcrichtonbors-203/+256
2014-10-12libtime: `strftime` and `strptime` return type changed to `Result<String, Par...Ziad Hatahet-203/+256
2014-10-10Register new snapshotsAlex Crichton-1/+1
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
2014-10-01auto merge of #17630 : sfackler/rust/cfg-warnings, r=brsonbors-9/+6
2014-09-30Fix libtimeSteven Fackler-9/+6
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-2/+2
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-1/+1
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-09-04auto merge of #16981 : kmcallister/rust/ctypes-warning, r=alexcrichtonbors-0/+2
2014-09-03Fix some non-FFI-safe types in externsKeegan McAllister-0/+2
2014-09-03libtime: Fix adding negative duration to Timespec.Ruud van Asseldonk-0/+9
2014-08-29libtime: Use Duration in Timespec arithmetic.Ruud van Asseldonk-22/+22
2014-08-26Rebasing changesNick Cameron-32/+5
2014-08-26Use the slice repr for ~[T]Nick Cameron-5/+31
2014-08-18libtime: Implement Add and Sub for Timespec.Ruud van Asseldonk-1/+67
2014-08-02time::Tm should impl Eq in addition to PartialEqDaniel Brooks-1/+1
2014-08-02auto merge of #16164 : anguslees/rust/rfc3999, r=alexcrichtonbors-1/+1
2014-08-01Change strptime::match_strs to use borrowed rather than owned stringsAngus Lees-59/+45
2014-08-01Correct RFC reference in time::Tm::rfc3339 docsAngus Lees-1/+1
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-8/+8
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-8/+8
2014-07-15Fix errorsAdolfo Ochagavía-1/+0
2014-07-15Deprecate `str::from_char`Adolfo Ochagavía-4/+2
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-1/+1
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-3/+3