about summary refs log tree commit diff
path: root/src/libtime
AgeCommit message (Expand)AuthorLines
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