| Age | Commit message (Expand) | Author | Lines |
| 2014-10-19 | Remove a number of deprecated crates | Alex Crichton | -865/+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-10-03 | Set the `non_uppercase_statics` lint to warn by default | P1start | -0/+1 |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -1/+1 |
| 2014-09-09 | Remove some test warnings. | Jonas Hietala | -3/+1 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -1/+1 |
| 2014-08-12 | Allow deprecation in deprecated libraries | Aaron Turon | -0/+1 |
| 2014-07-31 | libuuid: use `Decoder::error()` rather than failing on bad decode | Andrew Poelstra | -1/+21 |
| 2014-07-31 | Test fixes from the rollup | Alex Crichton | -0/+2 |
| 2014-07-31 | alloc, arena, test, url, uuid: Elide lifetimes. | OGINO Masanori | -1/+1 |
| 2014-07-31 | Deprecate uuid. | Ilya Dmitrichenko | -1/+2 |
| 2014-07-29 | remove seek from std::io::MemWriter, add SeekableMemWriter to librustc | Erick Tryzelaar | -7/+3 |
| 2014-07-21 | Get rid of few warnings in tests | Piotr Jawniak | -1/+0 |
| 2014-07-17 | deprecate Vec::get | Nick Cameron | -2/+2 |
| 2014-07-15 | Fix errors | Adolfo Ochagavía | -1/+0 |
| 2014-07-15 | Deprecate `str::from_chars` | Adolfo Ochagavía | -1/+1 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo Ochagavía | -1/+1 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 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 | -8/+8 |
| 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 | -2/+2 |
| 2014-07-01 | rustc: Remove `&str` indexing from the language. | Brian Anderson | -2/+2 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-19 | auto merge of #15014 : brson/rust/all-crates-experimental, r=cmr | bors | -0/+1 |
| 2014-06-18 | Shorten endian conversion method names | Brendan Zabarauskas | -6/+6 |
| 2014-06-18 | Merge the Bitwise and ByteOrder traits into the Int trait | Brendan Zabarauskas | -3/+0 |
| 2014-06-18 | Use ByteOrder methods instead of free-standing functions | Brendan Zabarauskas | -8/+8 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -2/+2 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+2 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -5/+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 | -3/+3 |
| 2014-05-30 | lib{serialize, uuid}: Fix snake case errors. | Kevin Butler | -5/+7 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -10/+8 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -3/+3 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -3/+3 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -3/+3 |
| 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 | -4/+6 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -2/+2 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-16 | libserialize: Remove all uses of `~str` from `libserialize`. | Patrick Walton | -1/+1 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -9/+9 |
| 2014-05-14 | libuuid: Remove all uses of `~str` from `libuuid`. | Patrick Walton | -18/+21 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -1/+1 |