| Age | Commit message (Expand) | Author | Lines |
| 2014-05-24 | First sketch of lint pass | Steven Fackler | -1/+1 |
| 2014-05-24 | Add AttrId to Attribute_ | Steven Fackler | -14/+32 |
| 2014-05-23 | auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballard | bors | -1/+0 |
| 2014-05-23 | syntax: Clean out obsolete syntax parsing | Alex Crichton | -1/+0 |
| 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 | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -2/+6 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -8/+13 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -94/+147 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-21 | std: Change hash to reexport its own Writer | Alex Crichton | -1/+2 |
| 2014-05-19 | auto merge of #14251 : alexcrichton/rust/hierarchy, r=huonw | bors | -0/+2 |
| 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 | -0/+2 |
| 2014-05-16 | libfmt_macros: Remove all uses of `~str` from `libfmt_macros` | Patrick Walton | -1/+3 |
| 2014-05-15 | syntax: Add a macro, format_args_method!() | Alex Crichton | -29/+62 |
| 2014-05-13 | syntax: Preserve attributes in #[deriving] | Alex Crichton | -11/+25 |
| 2014-05-13 | Touch up and rebase previous commits | Alex Crichton | -4/+12 |
| 2014-05-13 | libsyntax: Workaround pprust `for` issue | klutzy | -1/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -3/+3 |
| 2014-05-08 | auto merge of #13985 : alexcrichton/rust/libfmt, r=brson | bors | -16/+6 |
| 2014-05-08 | std: Extract format string parsing out of libstd | Alex Crichton | -16/+6 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -122/+142 |
| 2014-05-07 | std: Modernize the local_data api | Alex Crichton | -23/+16 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -63/+73 |
| 2014-05-04 | Remove two useless comparisons | Virgile Andreani | -1/+1 |
| 2014-05-03 | auto merge of #13773 : brson/rust/boxxy, r=alexcrichton | bors | -33/+34 |
| 2014-05-03 | auto merge of #13868 : FlaPer87/rust/opt-in-phase1, r=alexcrichton | bors | -0/+51 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -33/+34 |
| 2014-05-02 | auto merge of #13879 : huonw/rust/more-re, r=alexcrichton | bors | -6/+26 |
| 2014-05-02 | syntax: implement ToSource for more things in the quasiquoter. | Huon Wilson | -0/+23 |
| 2014-05-02 | syntax: store char literals/tokens as `char`s rather than u32s. | Huon Wilson | -6/+3 |
| 2014-05-01 | Allow built-in traits to be derived | Flavio Percoco | -0/+51 |
| 2014-04-30 | librustc: Remove `~"string"` and `&"string"` from the language | Patrick Walton | -24/+24 |
| 2014-04-28 | auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonw | bors | -2/+3 |
| 2014-04-27 | syntax: `Mod` records the span for inner contents. | Kang Seonghoon | -2/+3 |
| 2014-04-26 | syntax: ViewItemUse no longer contains multiple view paths. | Kang Seonghoon | -12/+12 |
| 2014-04-24 | auto merge of #13713 : edwardw/rust/methodcall-span, r=alexcrichton | bors | -2/+3 |
| 2014-04-24 | auto merge of #13559 : FlaPer87/rust/remove-special-root, r=nikomatsakis | bors | -12/+11 |
| 2014-04-23 | auto merge of #12812 : sfackler/rust/attr-arm, r=alexcrichton | bors | -0/+3 |
| 2014-04-23 | Allow attributes on match arms | Steven Fackler | -0/+3 |
| 2014-04-23 | auto merge of #13704 : edwardw/rust/doc-hidden, r=alexcrichton | bors | -37/+52 |
| 2014-04-24 | Calibrate span for method call error messages | Edward Wang | -2/+3 |
| 2014-04-23 | auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakis | bors | -19/+55 |
| 2014-04-23 | Fix other bugs with new closure borrowing | Alex Crichton | -19/+55 |
| 2014-04-23 | syntax: fix de-@rooting fallout | Flavio Percoco | -12/+11 |
| 2014-04-23 | Honor hidden doc attribute of derivable trait methods | Edward Wang | -37/+52 |
| 2014-04-22 | auto merge of #13398 : nick29581/rust/unsized-enum, r=nikomatsakis | bors | -12/+27 |