| Age | Commit message (Expand) | Author | Lines |
| 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 | -3/+3 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 2014-07-04 | auto merge of #15369 : omasanori/rust/asctime, r=alexcrichton | bors | -5/+35 |
| 2014-07-04 | auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brson | bors | -2/+2 |
| 2014-07-03 | Fix minor issues in the documentation of libtime. | OGINO Masanori | -2/+3 |
| 2014-07-04 | Rename ctime to asctime and add *proper* ctime. | OGINO Masanori | -5/+35 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -2/+2 |
| 2014-07-01 | rustc: Remove `&str` indexing from the language. | Brian Anderson | -1/+1 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -1/+1 |
| 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-16 | auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton | bors | -3/+6 |
| 2014-06-14 | Register new snapshots | Alex Crichton | -3/+1 |
| 2014-06-12 | Basic iOS support | Valerii Hiora | -3/+6 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -1/+0 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -3/+1 |
| 2014-06-09 | Use phase(plugin) in bootstrap crates | Keegan McAllister | -1/+3 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+2 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo OchagavĂa | -3/+3 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -32/+31 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -0/+2 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -209/+209 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -13/+13 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -7/+0 |
| 2014-05-22 | libtime: Remove the `tz_zone` field from times. | Patrick Walton | -35/+1 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-16 | auto merge of #14216 : kballard/rust/macos_precise_time_ns, r=alexcrichton | bors | -4/+19 |
| 2014-05-16 | Optimize and fix time::precise_time_ns() on macos | Kevin Ballard | -4/+19 |
| 2014-05-16 | auto merge of #14233 : pcwalton/rust/detildestr-morelibs, r=alexcrichton | bors | -1/+1 |
| 2014-05-16 | libserialize: Remove all uses of `~str` from `libserialize`. | Patrick Walton | -1/+1 |
| 2014-05-16 | time: crate description | Corey Richardson | -0/+3 |
| 2014-05-14 | libtime: Remove all uses of `~str` from `libtime` | Patrick Walton | -261/+267 |
| 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 | -212/+212 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -2/+6 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -4/+4 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 |
| 2014-03-31 | Make libtime fields public | Steven Fackler | -13/+13 |
| 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 | -9/+9 |
| 2014-03-22 | Add #[deny(deprecated_owned_vector)] to several modules. | Huon Wilson | -1/+1 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -2/+2 |
| 2014-03-20 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-16 | Document the Tm struct and fields | Cadence Marseille | -12/+43 |