| Age | Commit message (Expand) | Author | Lines |
| 2014-06-09 | Use phase(plugin) in bootstrap crates | Keegan McAllister | -2/+8 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+3 |
| 2014-06-06 | auto merge of #14667 : aochagavia/rust/pr2, r=huonw | bors | -1/+1 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo OchagavĂa | -1/+1 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -2/+1 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -3/+3 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -6/+7 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -23/+23 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -4/+4 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -1/+1 |
| 2014-05-18 | Fixing rustdoc stage1. | Felix S. Klock II | -1/+1 |
| 2014-05-16 | libgetopts: Remove all uses of `~str` from `libgetopts` | Patrick Walton | -12/+11 |
| 2014-05-16 | libserialize: Remove all uses of `~str` from `libserialize`. | Patrick Walton | -8/+9 |
| 2014-05-14 | Print 'rustc' and 'rustdoc' as the command name for --version | Brian Anderson | -1/+1 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-12 | librustdoc: Remove all `~str` usage from librustdoc. | Patrick Walton | -34/+67 |
| 2014-05-11 | Reorganise driver code. | Nick Cameron | -1/+1 |
| 2014-05-08 | Handle more fallout | Kevin Ballard | -1/+1 |
| 2014-05-07 | std: Modernize the local_data api | Alex Crichton | -2/+1 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -2/+2 |
| 2014-04-28 | Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p... | Jonathan S | -1/+1 |
| 2014-04-26 | rustdoc: Moved `SCHEMA_VERSION` to `clean`. | Kang Seonghoon | -2/+3 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -11/+11 |
| 2014-04-14 | rustdoc: Represent item types as a small number in the search index. | Kang Seonghoon | -0/+1 |
| 2014-04-06 | auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton | bors | -1/+1 |
| 2014-04-06 | De-~[] Mem{Reader,Writer} | Steven Fackler | -1/+1 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -0/+1 |
| 2014-04-04 | auto merge of #13255 : alexcrichton/rust/issue-5605, r=huonw | bors | -1/+3 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | std: Document builtin syntax extensions | Alex Crichton | -1/+3 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-29 | auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton | bors | -13/+2 |
| 2014-03-29 | Register new snapshot | Flavio Percoco | -13/+2 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -6/+6 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -2/+13 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -16/+30 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-18 | rustdoc: Implement cross-crate searching | Alex Crichton | -0/+1 |
| 2014-03-17 | Fix rustdoc and tests. | Eduard Burtescu | -1/+0 |
| 2014-03-17 | De-@ filesearch. | Eduard Burtescu | -2/+1 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -1/+3 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -1/+0 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+1 |
| 2014-03-12 | rustc: Remove matching on ~str from the language | Michael Darakananda | -9/+9 |
| 2014-03-09 | rustdoc: add table-of-contents recording & rendering, use it with plain | Huon Wilson | -0/+1 |
| 2014-03-09 | rustdoc: run on plain Markdown files. | Huon Wilson | -4/+34 |
| 2014-02-24 | Move extra::json to libserialize | Alex Crichton | -2/+1 |
| 2014-02-24 | All uses of `extern fn` should mean `extern "C" fn`. Closes #9309. | Nick Cameron | -1/+1 |
| 2014-02-23 | rustdoc: Add syntax highlighting | Alex Crichton | -0/+1 |
| 2014-02-21 | Move time out of extra (cc #8784) | Arcterus | -1/+1 |