| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-05-04 | Remove two useless comparisons | Virgile Andreani | -1/+1 |
| 2014-05-04 | auto merge of #13920 : Ryman/rust/inner_attr_doc, r=alexcrichton | bors | -1/+2 |
| 2014-05-04 | auto merge of #13908 : pcwalton/rust/box-pattern, r=alexcrichton | bors | -0/+13 |
| 2014-05-04 | auto merge of #13898 : nikomatsakis/rust/type-bounds-b, r=acrichto | bors | -9/+13 |
| 2014-05-03 | Remove comment about semicolons for inner attributes from docs and adjust com... | Kevin Butler | -1/+2 |
| 2014-05-03 | auto merge of #13773 : brson/rust/boxxy, r=alexcrichton | bors | -42/+43 |
| 2014-05-03 | Temporary patch to accept arbitrary lifetimes (behind feature gate) in bound ... | Niko Matsakis | -9/+13 |
| 2014-05-03 | auto merge of #13868 : FlaPer87/rust/opt-in-phase1, r=alexcrichton | bors | -0/+51 |
| 2014-05-03 | syntax: Fix duplicate attributes on module files | Alex Crichton | -6/+2 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -42/+43 |
| 2014-05-02 | libsyntax: Add `box PAT` to the pattern grammar. RFC #14. | Patrick Walton | -0/+13 |
| 2014-05-02 | auto merge of #13879 : huonw/rust/more-re, r=alexcrichton | bors | -17/+35 |
| 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 | -17/+12 |