| Age | Commit message (Expand) | Author | Lines |
| 2013-06-21 | Show defaults in rustdoc usage message | Ralph Bodenner | -6/+6 |
| 2013-06-16 | Do not strip leading whitespace when parsing doc comments. | SiegeLord | -2/+2 |
| 2013-06-16 | remove unused imports | Huon Wilson | -4/+0 |
| 2013-06-16 | std: test-fixes, remove warnings, syntax highlighting for code examples. | Huon Wilson | -18/+3 |
| 2013-06-16 | std: convert str::{map,levdistance,subslice_offset} to methods. | Huon Wilson | -38/+31 |
| 2013-06-15 | auto merge of #7130 : huonw/rust/rustdoc-highlight, r=thestinger | bors | -15/+13 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -4/+0 |
| 2013-06-15 | rustdoc: add syntax highlighting to item signatures. | Huon Wilson | -15/+13 |
| 2013-06-13 | Revert "std: convert {vec,str}::to_owned to methods." | Brian Anderson | -3/+3 |
| 2013-06-13 | rustdoc: fix tests for @~str -> @str change. | Huon Wilson | -33/+33 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -12/+12 |
| 2013-06-12 | Silence some warnings. | Huon Wilson | -5/+0 |
| 2013-06-12 | std: convert str::replace to a method. | Huon Wilson | -21/+21 |
| 2013-06-12 | std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_... | Huon Wilson | -1/+1 |
| 2013-06-12 | std: convert {vec,str}::to_owned to methods. | Huon Wilson | -3/+3 |
| 2013-06-11 | std: replace str::is_{alphanumeric,whitespace} with the methods. | Huon Wilson | -4/+4 |
| 2013-06-11 | std: replace str::{starts,ends}_with with the method. | Huon Wilson | -2/+2 |
| 2013-06-10 | std: remove str::{connect,concat}*. | Huon Wilson | -7/+7 |
| 2013-06-10 | std: convert str::trim* to methods. | Huon Wilson | -2/+2 |
| 2013-06-10 | std: remove str::contains in favour of the method | Huon Wilson | -58/+44 |
| 2013-06-10 | std: replace str::find_str* with a method | Huon Wilson | -4/+4 |
| 2013-06-10 | std: convert character-based str::find_* to methods. Add .slice_{to,from} met... | Huon Wilson | -8/+6 |
| 2013-06-10 | std: remove str::{len, slice, is_empty} in favour of methods. | Huon Wilson | -6/+6 |
| 2013-06-10 | std: replace str::all/any fns and methods with iterators | Huon Wilson | -1/+1 |
| 2013-06-08 | remove deprecated vec::{is_empty, len} functions | Daniel Micay | -9/+9 |
| 2013-06-09 | remove unused import warnings | Huon Wilson | -3/+0 |
| 2013-06-09 | std: remove fold[lr] in favour of iterators | Huon Wilson | -4/+8 |
| 2013-06-05 | remove unused get_ident_interner's | John Clements | -2/+2 |
| 2013-06-05 | token_to_ident takes argument by reference | John Clements | -1/+3 |
| 2013-06-05 | interner just uses uints, not idents with syntax context | John Clements | -3/+3 |
| 2013-06-04 | std::cell: Modernize constructors | Philipp Brüschweiler | -5/+5 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -19/+19 |
| 2013-05-30 | Remove unnecessary 'use' forms | Daniel Farina | -9/+6 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -3/+57 |
| 2013-05-28 | Move checking for moves and initialization of local variables and patterns into | Niko Matsakis | -38/+38 |
| 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 |