| Age | Commit message (Expand) | Author | Lines |
| 2014-10-19 | Remove a number of deprecated crates | Alex Crichton | -462/+0 |
| 2014-10-09 | Use the same html_root_url for all docs | Brian Anderson | -1/+1 |
| 2014-10-09 | Revert "Update html_root_url for 0.12.0 release" | Brian Anderson | -1/+1 |
| 2014-10-07 | Update html_root_url for 0.12.0 release | Brian Anderson | -1/+1 |
| 2014-08-12 | Allow deprecation in deprecated libraries | Aaron Turon | -0/+1 |
| 2014-07-31 | Deprecate semver. | Ilya Dmitrichenko | -1/+2 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-10 | std: Add some implementation of common traits | Alex Crichton | -28/+30 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -6/+6 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -29/+30 |
| 2014-06-29 | Implement RFC#28: Add PartialOrd::partial_cmp | Steven Fackler | -29/+30 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -1/+0 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -4/+4 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -4/+4 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -15/+15 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -4/+4 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -4/+4 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -5/+5 |
| 2014-05-14 | libsemver: Remove all uses of `~str` from `libsemver` | Patrick Walton | -21/+25 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -19/+19 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -2/+3 |
| 2014-04-05 | Make the fields of semver::Version public again. | Ms2ger | -5/+5 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -8/+8 |
| 2014-03-22 | Add #[deny(deprecated_owned_vector)] to several modules. | Huon Wilson | -0/+1 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -1/+0 |
| 2014-03-15 | auto merge of #12923 : sfackler/rust/vecify, r=brson | bors | -25/+24 |
| 2014-03-15 | Remove ~[] from libsemver | Steven Fackler | -25/+24 |
| 2014-03-15 | Add rustdoc html crate info | Steven Fackler | -0/+3 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+2 |
| 2014-02-25 | Exclude build metadata from equality checking. | OGINO Masanori | -13/+25 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -15/+0 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -7/+7 |
| 2014-02-08 | auto merge of #12109 : omasanori/rust/small-fixes, r=sfackler | bors | -13/+0 |
| 2014-02-08 | Remove redundant Ord implementation for Version. | OGINO Masanori | -13/+0 |
| 2014-02-08 | std::fmt: convert the formatting traits to a proper self. | Huon Wilson | -12/+13 |
| 2014-02-07 | Implement std::fmt::Show for semver::{Identifier, Version} | Brendan Zabarauskas | -15/+51 |
| 2014-02-07 | Make semver::Version fields public | Brendan Zabarauskas | -5/+5 |
| 2014-02-03 | Move semver out of libextra. | OGINO Masanori | -0/+428 |