| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-05-01 | auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichton | bors | -46/+29 |
| 2014-05-01 | Allow built-in traits to be derived | Flavio Percoco | -0/+51 |
| 2014-05-01 | auto merge of #13724 : nikomatsakis/rust/expr-use-visitor, r=pnkfelix | bors | -1/+24 |
| 2014-04-30 | librustc: Remove `~"string"` and `&"string"` from the language | Patrick Walton | -46/+29 |
| 2014-04-28 | Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p... | Jonathan S | -2/+3 |
| 2014-04-28 | auto merge of #13812 : alxgnon/rust/master, r=alexcrichton | bors | -8/+5 |
| 2014-04-28 | auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonw | bors | -10/+31 |
| 2014-04-27 | Fix repeated module documentation | Alexandre Gagnon | -8/+5 |
| 2014-04-27 | syntax: `Mod` records the span for inner contents. | Kang Seonghoon | -10/+31 |
| 2014-04-26 | syntax: ViewItemUse no longer contains multiple view paths. | Kang Seonghoon | -89/+78 |
| 2014-04-24 | auto merge of #13671 : dcrewi/rust/lint-directives-on-use-items, r=alexcrichton | bors | -2/+10 |
| 2014-04-24 | Pre-step towards issue #12624 and others: Introduce ExprUseVisitor, remove the | Niko Matsakis | -1/+24 |
| 2014-04-24 | auto merge of #13713 : edwardw/rust/methodcall-span, r=alexcrichton | bors | -7/+14 |
| 2014-04-24 | auto merge of #13559 : FlaPer87/rust/remove-special-root, r=nikomatsakis | bors | -18/+18 |
| 2014-04-23 | auto merge of #12812 : sfackler/rust/attr-arm, r=alexcrichton | bors | -2/+18 |
| 2014-04-23 | Allow attributes on match arms | Steven Fackler | -2/+18 |