summary refs log tree commit diff
path: root/src/libtime/lib.rs
AgeCommit message (Expand)AuthorLines
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
2014-05-22libtime: Remove the `tz_zone` field from times.Patrick Walton-35/+1
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-16auto merge of #14216 : kballard/rust/macos_precise_time_ns, r=alexcrichtonbors-4/+19
2014-05-16Optimize and fix time::precise_time_ns() on macosKevin Ballard-4/+19
2014-05-16auto merge of #14233 : pcwalton/rust/detildestr-morelibs, r=alexcrichtonbors-1/+1
2014-05-16libserialize: Remove all uses of `~str` from `libserialize`.Patrick Walton-1/+1
2014-05-16time: crate descriptionCorey Richardson-0/+3
2014-05-14libtime: Remove all uses of `~str` from `libtime`Patrick Walton-261/+267
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-212/+212
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-2/+6
2014-04-04Fix fallout from std::libc separationCorey Richardson-4/+4
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-03-31Make libtime fields publicSteven Fackler-13/+13
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-9/+9
2014-03-22Add #[deny(deprecated_owned_vector)] to several modules.Huon Wilson-1/+1
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-2/+2
2014-03-20Register new snapshotsAlex Crichton-1/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-16Document the Tm struct and fieldsCadence Marseille-12/+43
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+2
2014-03-15Add rustdoc html crate infoSteven Fackler-0/+3
2014-03-14Implement TotalEq and TotalOrd for TimespecSteven Fackler-10/+1
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-08Removed DeepClone. Issue #12698.Michael Darakananda-2/+2
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-4/+4
2014-02-21Move time out of extra (cc #8784)Arcterus-0/+1484