| Age | Commit message (Expand) | Author | Lines |
| 2014-05-24 | Port more stuff to mark used attributes | Steven Fackler | -24/+43 |
| 2014-05-24 | First sketch of lint pass | Steven Fackler | -4/+12 |
| 2014-05-24 | Add AttrId to Attribute_ | Steven Fackler | -21/+74 |
| 2014-05-24 | auto merge of #14389 : Ryman/rust/14303, r=alexcrichton | bors | -1/+13 |
| 2014-05-23 | Make most lexer errors non-fatal | Kevin Ballard | -143/+104 |
| 2014-05-23 | Improve error message for lifetimes after type params. | Kevin Butler | -1/+13 |
| 2014-05-23 | auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballard | bors | -248/+51 |
| 2014-05-23 | syntax: Clean out obsolete syntax parsing | Alex Crichton | -248/+51 |
| 2014-05-22 | auto merge of #14357 : huonw/rust/spelling, r=pnkfelix | bors | -4/+4 |
| 2014-05-22 | auto merge of #14314 : alexcrichton/rust/deriving-hash, r=brson | bors | -1/+2 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -3/+3 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -5/+14 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -24/+32 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -170/+275 |
| 2014-05-22 | syntax: put the correct span on doc-comments inside a module. | Huon Wilson | -4/+4 |
| 2014-05-21 | auto merge of #14321 : alexcrichton/rust/ices, r=pcwalton | bors | -1/+1 |
| 2014-05-21 | doc: Fix some broken links | Alex Crichton | -1/+1 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -2/+2 |
| 2014-05-21 | auto merge of #14320 : kballard/rust/fix_stdlib_inject_attrs, r=alexcrichton | bors | -2/+16 |
| 2014-05-21 | std: Change hash to reexport its own Writer | Alex Crichton | -1/+2 |
| 2014-05-21 | rustc: improve error messages from wrong --pretty flowgraph use. | Huon Wilson | -4/+10 |
| 2014-05-20 | Change std inject attributes to outer attributes | Kevin Ballard | -2/+16 |
| 2014-05-20 | syntax: Parse global paths in patterns | Alex Crichton | -1/+1 |
| 2014-05-19 | Reset the terminal color before the newline for diagnostics | Kevin Ballard | -2/+21 |
| 2014-05-19 | auto merge of #14251 : alexcrichton/rust/hierarchy, r=huonw | bors | -7/+52 |
| 2014-05-18 | auto merge of #14000 : pnkfelix/rust/fsk-fix-issue13732, r=alexcrichton | bors | -0/+3 |
| 2014-05-18 | Output debug info on how `#[phase] extern crate foo;` gets resolved. | Felix S. Klock II | -0/+3 |
| 2014-05-18 | Make bytes!() return 'static | Kevin Ballard | -6/+27 |
| 2014-05-17 | syntax: Tighten search paths for inner modules | Alex Crichton | -7/+52 |
| 2014-05-16 | auto merge of #14233 : pcwalton/rust/detildestr-morelibs, r=alexcrichton | bors | -3/+6 |
| 2014-05-16 | libserialize: Remove all uses of `~str` from `libserialize`. | Patrick Walton | -2/+3 |
| 2014-05-16 | libfmt_macros: Remove all uses of `~str` from `libfmt_macros` | Patrick Walton | -1/+3 |
| 2014-05-16 | Update for Box | Corey Richardson | -1/+1 |
| 2014-05-16 | syntax: update for libterm fallout | Corey Richardson | -4/+4 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -9/+9 |
| 2014-05-15 | syntax: Add a macro, format_args_method!() | Alex Crichton | -29/+62 |
| 2014-05-15 | auto merge of #14234 : alexcrichton/rust/rollup, r=alexcrichton | bors | -1/+11 |
| 2014-05-15 | Add `EntryPat` and `NodePat` variants to ast_map. | Felix S. Klock II | -1/+11 |
| 2014-05-15 | auto merge of #14040 : hannobraun/rust/force-color-output, r=alexcrichton | bors | -6/+20 |
| 2014-05-15 | Add compiler flag to configure output coloring | Hanno Braun | -6/+20 |
| 2014-05-15 | syntax::visit: pub `walk_explicit_self` so impls can call it as defaults do. | Felix S. Klock II | -3/+13 |
| 2014-05-14 | Removed unnecessary arguments for walk_* functions | Michael Darakananda | -12/+7 |
| 2014-05-13 | syntax: Improve --pretty normal slightly | Alex Crichton | -2/+8 |
| 2014-05-13 | syntax: Preserve attributes in #[deriving] | Alex Crichton | -11/+25 |
| 2014-05-13 | syntax: Print suffixed token literals correctly | Alex Crichton | -0/+3 |
| 2014-05-13 | syntax: Fix parsing << with closure types | Alex Crichton | -6/+54 |
| 2014-05-13 | syntax: Fix printing INT64_MIN | Alex Crichton | -12/+29 |
| 2014-05-13 | Touch up and rebase previous commits | Alex Crichton | -29/+13 |
| 2014-05-13 | libsyntax: Workaround pprust `for` issue | klutzy | -1/+1 |
| 2014-05-13 | pprust: Remove unnecessary && of `print_tt` | klutzy | -4/+4 |