about summary refs log tree commit diff
path: root/src/libsemver
AgeCommit message (Expand)AuthorLines
2014-10-19Remove a number of deprecated cratesAlex Crichton-462/+0
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-08-12Allow deprecation in deprecated librariesAaron Turon-0/+1
2014-07-31Deprecate semver.Ilya Dmitrichenko-1/+2
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-10std: Add some implementation of common traitsAlex Crichton-28/+30
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-6/+6
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-29/+30
2014-06-29Implement RFC#28: Add PartialOrd::partial_cmpSteven Fackler-29/+30
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-11rustc: Remove ~[T] from the languageAlex Crichton-1/+0
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-4/+4
2014-05-28std: Remove format_strbuf!()Alex Crichton-4/+4
2014-05-27std: Rename strbuf operations to stringRicho Healey-15/+15
2014-05-27std: Remove String's to_ownedRicho Healey-4/+4
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-4/+4
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-15Updates with core::fmt changesAlex Crichton-5/+5
2014-05-14libsemver: Remove all uses of `~str` from `libsemver`Patrick Walton-21/+25
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-19/+19
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-2/+3
2014-04-05Make the fields of semver::Version public again.Ms2ger-5/+5
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
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