| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -2/+2 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -0/+1 |
| 2014-02-19 | rustdoc: Fix json output and input | Alex Crichton | -1/+1 |
| 2014-02-17 | auto merge of #12284 : brson/rust/install, r=alexcrichton | bors | -0/+1 |
| 2014-02-16 | Address review feedback | Brian Anderson | -0/+1 |
| 2014-02-17 | Improve naming of tuple getters, and add mutable tuple getter | Brendan Zabarauskas | -1/+1 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -7/+7 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -10/+10 |
| 2014-02-07 | moved collections from libextra into libcollections | HeroesGrave | -1/+2 |
| 2014-02-06 | getopts: replaced base functions with those from group | Arcterus | -5/+4 |
| 2014-02-06 | Move getopts out of extra | Arcterus | -3/+3 |
| 2014-02-05 | pull extra::{serialize, ebml} into a separate libserialize crate | Jeff Olson | -1/+2 |
| 2014-02-05 | move concurrent stuff from libextra to libsync | JeremyLetang | -0/+1 |
| 2014-02-03 | rustdoc: Remove io_error usage | Alex Crichton | -7/+15 |
| 2014-01-29 | Removing do keyword from librustdoc | Scott Lawrence | -2/+2 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -1/+1 |
| 2014-01-21 | [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr... | Simon Sapin | -1/+1 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -2/+1 |
| 2014-01-12 | Bump version to 0.10-pre | Brian Anderson | -1/+1 |
| 2014-01-11 | auto merge of #11461 : alexcrichton/rust/rustdoc-fixes, r=brson | bors | -0/+4 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -6/+6 |
| 2014-01-10 | rustdoc: Get --version working | Alex Crichton | -0/+4 |
| 2014-01-10 | Fix #11421 | Derek Chiang | -2/+8 |
| 2014-01-08 | Remove the io::Decorator trait | Alex Crichton | -2/+1 |
| 2014-01-03 | librustdoc: De-`@mut` `librustdoc` | Patrick Walton | -4/+4 |
| 2014-01-02 | Bump version to 0.9 | Brian Anderson | -1/+1 |
| 2013-12-31 | Remove references to rustdoc_ng | Brian Anderson | -1/+1 |
| 2013-12-26 | Register new snapshots | Alex Crichton | -2/+0 |
| 2013-12-23 | rustdoc: Add the ability to test code in comments | Alex Crichton | -9/+20 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -0/+2 |