| Age | Commit message (Expand) | Author | Lines |
| 2013-05-28 | Silence various warnings throughout test modules | Alex Crichton | -16/+15 |
| 2013-05-27 | Refactor core::run in order to address many of the issues | gareth | -72/+31 |
| 2013-05-26 | rustdoc: properly nest markup within enum variant lists (fixes #6605) | Benjamin Herr | -1/+38 |
| 2013-05-23 | cleanup warnings from librustdoc | Erick Tryzelaar | -87/+81 |
| 2013-05-22 | librustc: Add some missing `use core::prelude::*;` in the test cases | Patrick Walton | -0/+18 |
| 2013-05-22 | librustdoc: Rename `std` to `extra`. | Patrick Walton | -6/+6 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -1/+50 |
| 2013-05-21 | Remove unnecessary allocations flagged by lint from rustdoc | Seo Sanghyeon | -36/+36 |
| 2013-05-20 | getting rid of interner_key! macro | John Clements | -12/+6 |
| 2013-05-19 | auto merge of #6106 : thestinger/rust/iter, r=bstrie | bors | -2/+2 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -59/+59 |
| 2013-05-19 | reduce the usage of explicit version markers | Daniel Micay | -3/+3 |
| 2013-05-18 | replace old_iter::repeat with the Times trait | Daniel Micay | -2/+2 |
| 2013-05-15 | auto merge of #6487 : recrack/rust/vec_len, r=thestinger | bors | -1/+1 |
| 2013-05-14 | rustc: rename ast::self_ty and related fields to explicit_self | Erick Tryzelaar | -3/+3 |
| 2013-05-15 | Rename vec::len(var) to var.len() | Youngmin Yoo | -1/+1 |
| 2013-05-14 | Fix test fallout from removing vecs_implicitly_copyable | Alex Crichton | -13/+13 |
| 2013-05-14 | rusti: Remove #[allow(vecs_implicitly_copyable)] | Alex Crichton | -1/+1 |
| 2013-05-14 | Fix cosmetics for fail!() calls | Marvin Löbel | -3/+2 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -16/+16 |
| 2013-05-13 | librustdoc: Remove old-style extern mods from rustdoc tests. | Patrick Walton | -29/+5 |
| 2013-05-11 | auto merge of #6389 : sonwow/rust/issue-3356, r=bstrie | bors | -3/+3 |
| 2013-05-10 | renamed str::from_slice to str::to_owned | Youngsoo Son | -3/+3 |
| 2013-05-10 | Move core::task::local_data to core::local_data | Youngsoo Son | -1/+1 |
| 2013-05-09 | librustdoc: rename vec::each(var) to var.each | Youngmin Yoo | -3/+3 |
| 2013-05-08 | librustc: Stop parsing modes and remove them entirely from the language | Patrick Walton | -4/+4 |
| 2013-05-08 | librustc: Remove mutable fields from the language. | Patrick Walton | -1/+1 |
| 2013-05-08 | libcore: Remove mutable fields from hash | Patrick Walton | -0/+1 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -1/+0 |
| 2013-05-01 | rustdoc: Remove a now invalid test | Erick Tryzelaar | -7/+0 |
| 2013-05-01 | rustc: remove the rest of drop | Erick Tryzelaar | -7/+1 |
| 2013-04-29 | auto merge of #6083 : jbclements/rust/parser-cleanup, r=jbclements | bors | -1/+1 |
| 2013-04-28 | make way for a new iter module | Daniel Micay | -2/+2 |
| 2013-04-28 | refactoring mod.rs | John Clements | -1/+1 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -90/+1 |
| 2013-04-25 | Rename vec::mod2 to vec::mod_zip | Corey Richardson | -1/+1 |
| 2013-04-24 | Fixed typo... And a billion other things. | Marvin Löbel | -2/+2 |
| 2013-04-24 | Removed ascii functions from other modules | Marvin Löbel | -1/+3 |
| 2013-04-19 | Assorted fixes from de-modeing rustc/syntax (rusti, rustdoc, fuzzer, rustpkg) | Alex Crichton | -2/+2 |
| 2013-04-18 | auto merge of #5914 : catamorphism/rust/copy-cops, r=catamorphism | bors | -1/+1 |
| 2013-04-18 | rustc: Anti-copy police | Tim Chevalier | -1/+1 |
| 2013-04-18 | core::comm: Modernize constructors to use `new` | Brian Anderson | -3/+3 |
| 2013-04-16 | librustdoc: move tests into dedicated tests module. | Huon Wilson | -1619/+1624 |
| 2013-04-10 | Bump version to 0.7-pre | Brian Anderson | -5/+5 |
| 2013-04-09 | Bump version to 0.7-pre | Brian Anderson | -5/+5 |
| 2013-04-05 | Fix various warnings, NOTEs, etc | Niko Matsakis | -1/+1 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -231/+231 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -2/+4 |
| 2013-03-27 | derive Eq and Clone impls where applicable | Andrew Paseltiner | -23/+3 |