summary refs log tree commit diff
path: root/src/libsemver
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-8/+8
2014-03-22Add #[deny(deprecated_owned_vector)] to several modules.Huon Wilson-0/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+0
2014-03-15auto merge of #12923 : sfackler/rust/vecify, r=brsonbors-25/+24
2014-03-15Remove ~[] from libsemverSteven Fackler-25/+24
2014-03-15Add rustdoc html crate infoSteven Fackler-0/+3
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+2
2014-02-25Exclude build metadata from equality checking.OGINO Masanori-13/+25
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-15/+0
2014-02-20Mass rename if_ok! to try!Alex Crichton-7/+7
2014-02-08auto merge of #12109 : omasanori/rust/small-fixes, r=sfacklerbors-13/+0
2014-02-08Remove redundant Ord implementation for Version.OGINO Masanori-13/+0
2014-02-08std::fmt: convert the formatting traits to a proper self.Huon Wilson-12/+13
2014-02-07Implement std::fmt::Show for semver::{Identifier, Version}Brendan Zabarauskas-15/+51
2014-02-07Make semver::Version fields publicBrendan Zabarauskas-5/+5
2014-02-03Move semver out of libextra.OGINO Masanori-0/+428