| Age | Commit message (Expand) | Author | Lines |
| 2014-05-21 | auto merge of #14320 : kballard/rust/fix_stdlib_inject_attrs, r=alexcrichton | bors | -2/+16 |
| 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-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 |
| 2014-05-13 | pprust: Print `&&e` instead of `& &e` | klutzy | -5/+0 |
| 2014-05-13 | pprust: Fix asm output | klutzy | -14/+19 |
| 2014-05-13 | pprust: Add parentheses to some Expr | klutzy | -3/+45 |
| 2014-05-12 | Cleanup some ugly variable names, now that we have `let`-hygiene. | Paul Stansifer | -14/+14 |
| 2014-05-12 | Add some long-overdue documentation on the INTERPOLATED helper macros. | Paul Stansifer | -1/+6 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -14/+14 |
| 2014-05-09 | Register new snapshots | Alex Crichton | -8/+2 |
| 2014-05-08 | auto merge of #13985 : alexcrichton/rust/libfmt, r=brson | bors | -16/+7 |
| 2014-05-08 | std: Extract format string parsing out of libstd | Alex Crichton | -16/+7 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -555/+670 |
| 2014-05-08 | auto merge of #13835 : alexcrichton/rust/localdata, r=brson | bors | -27/+19 |
| 2014-05-07 | std: Modernize the local_data api | Alex Crichton | -27/+19 |
| 2014-05-07 | auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwalton | bors | -24/+25 |
| 2014-05-07 | core: Inherit possible string functionality | Alex Crichton | -5/+0 |
| 2014-05-07 | auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton | bors | -83/+124 |
| 2014-05-07 | auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brson | bors | -6/+2 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -83/+124 |
| 2014-05-06 | rustc: Enable writing "unsafe extern fn() {}" | Alex Crichton | -24/+25 |
| 2014-05-05 | auto merge of #13936 : Armavica/rust/lint_check-range, r=kballard | bors | -1/+1 |