about summary refs log tree commit diff
path: root/src/libtime
AgeCommit message (Expand)AuthorLines
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
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-07-04auto merge of #15369 : omasanori/rust/asctime, r=alexcrichtonbors-5/+35
2014-07-04auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brsonbors-2/+2
2014-07-03Fix minor issues in the documentation of libtime.OGINO Masanori-2/+3
2014-07-04Rename ctime to asctime and add *proper* ctime.OGINO Masanori-5/+35
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-2/+2
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-16auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichtonbors-3/+6
2014-06-14Register new snapshotsAlex Crichton-3/+1
2014-06-12Basic iOS supportValerii Hiora-3/+6
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-1/+0
2014-06-11sync: Move underneath libstdAlex Crichton-3/+1
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-1/+3
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-06-06Change to_str().to_string() to just to_str()Adolfo Ochagavía-3/+3
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2
2014-05-28std: Remove format_strbuf!()Alex Crichton-32/+31
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+2
2014-05-27std: Rename strbuf operations to stringRicho Healey-209/+209
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-13/+13
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-7/+0