| Age | Commit message (Expand) | Author | Lines |
| 2014-11-23 | rollup merge of #19215: aochagavia/pretty | Jakub Bukaj | -21/+16 |
| 2014-11-23 | rollup merge of #19211: aochagavia/tuple-index | Jakub Bukaj | -66/+30 |
| 2014-11-23 | auto merge of #19158 : jakub-/rust/issue-14091, r=alexcrichton | bors | -33/+45 |
| 2014-11-23 | Remove type parameters from ExprField and ExprTupField | Adolfo Ochagavía | -51/+23 |
| 2014-11-23 | libsyntax: Forbid type parameters in tuple indices | Adolfo Ochagavía | -16/+8 |
| 2014-11-22 | Fix pretty printing unsafe match arms | Adolfo Ochagavía | -21/+16 |
| 2014-11-22 | auto merge of #19132 : sinistersnare/rust/patch-1, r=alexcrichton | bors | -2/+2 |
| 2014-11-22 | auto merge of #19122 : Kintaro/rust/remove_struct_variant, r=jakub- | bors | -1/+1 |
| 2014-11-21 | unicode: Rename is_XID_start to is_xid_start, is_XID_continue to is_xid_continue | Brian Anderson | -3/+3 |
| 2014-11-21 | unicode: Add stability attributes to u_char | Brian Anderson | -2/+2 |
| 2014-11-21 | core: Convert Char::escape_default, escape_unicode to iterators | Brian Anderson | -3/+5 |
| 2014-11-21 | Fix various deprecation warnings from char changes | Brian Anderson | -3/+3 |
| 2014-11-20 | Remove libnative | Aaron Turon | -28/+3 |
| 2014-11-20 | Fix an ICE on diagnostics originating in external macros | Jakub Bukaj | -33/+45 |
| 2014-11-20 | auto merge of #19071 : huonw/rust/col2column, r=nikomatsakis | bors | -5/+5 |
| 2014-11-20 | auto merge of #19113 : nikomatsakis/rust/unboxed-boxed-closure-unification, r... | bors | -88/+27 |
| 2014-11-20 | Rename `col!` to `column!`. | Huon Wilson | -5/+5 |
| 2014-11-20 | fixed markdown rendering a H1 in comment | Davis Silverman | -2/+2 |
| 2014-11-20 | removed usage of struct_variant feature as it is no longer gated | Simon Wollwage | -1/+1 |
| 2014-11-19 | Fixes to the roll-up | Jakub Bukaj | -1/+1 |
| 2014-11-19 | rollup merge of #19103: huonw/literal-suffixes | Jakub Bukaj | -250/+329 |
| 2014-11-19 | rollup merge of #19090: kmcallister/deriving-non-type | Jakub Bukaj | -2/+5 |
| 2014-11-19 | rollup merge of #19073: jakub-/issue-19069 | Jakub Bukaj | -11/+23 |
| 2014-11-19 | rollup merge of #19040: alexcrichton/issue-18904 | Jakub Bukaj | -26/+5 |
| 2014-11-19 | Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an opt... | Niko Matsakis | -88/+27 |
| 2014-11-20 | Switch numeric suffix parsing to use the new system. | Huon Wilson | -145/+99 |
| 2014-11-20 | Parse and store suffixes on literals. | Huon Wilson | -90/+221 |
| 2014-11-19 | Refactor QPath to take an ast::TraitRef | Niko Matsakis | -18/+28 |
| 2014-11-18 | std: Stabilize std::fmt | Alex Crichton | -26/+5 |
| 2014-11-19 | Switch to an independent enum for `Lit*` subtokens. | Huon Wilson | -91/+85 |
| 2014-11-18 | auto merge of #19044 : murarth/rust/libsyntax-view-item, r=alexcrichton | bors | -1/+41 |
| 2014-11-18 | deriving: error out when used on a non-type | Keegan McAllister | -2/+5 |
| 2014-11-18 | Feature gate non-ASCII lifetime identifiers | Jakub Bukaj | -11/+23 |
| 2014-11-18 | Update test for equivalency to include region binders in object types, add ne... | Niko Matsakis | -4/+3 |
| 2014-11-18 | Convert TyPolyTraitRef to accept arbitary bounds, so that things like | Niko Matsakis | -56/+97 |
| 2014-11-18 | Place parenthetical notation under the `unboxed_closure` feature-gate. | Niko Matsakis | -2/+14 |
| 2014-11-18 | auto merge of #18885 : thestinger/rust/writer, r=aturon | bors | -5/+5 |
| 2014-11-18 | implement Writer for Vec<u8> | Daniel Micay | -5/+5 |
| 2014-11-18 | auto merge of #19050 : japaric/rust/moar-dst, r=aturon | bors | -9/+9 |
| 2014-11-17 | libsyntax: Add tests for `parse_view_item` | Murarth | -1/+33 |
| 2014-11-17 | libsyntax: Add `parse_view_item` method to Parser | Murarth | -0/+8 |
| 2014-11-18 | auto merge of #19049 : jakub-/rust/roll-up, r=alexcrichton | bors | -15/+36 |
| 2014-11-18 | rollup merge of #19020: Gankro/better-warn | Jakub Bukaj | -1/+2 |
| 2014-11-18 | rollup merge of #19018: tomjakubowski/fix-issue-19003 | Jakub Bukaj | -1/+9 |
| 2014-11-18 | rollup merge of #18911: canndrew/slice_shift_char | Jakub Bukaj | -3/+3 |
| 2014-11-18 | rollup merge of #18910: aturon/borrow-traits | Jakub Bukaj | -10/+18 |
| 2014-11-18 | rollup merge of #18890: luqmana/tf | Jakub Bukaj | -0/+4 |
| 2014-11-17 | libsyntax: DSTify `ToSource` and `ToSourceWithHygiene` | Jorge Aparicio | -9/+9 |
| 2014-11-17 | Fallout from deprecation | Aaron Turon | -10/+18 |
| 2014-11-17 | Rewrite method resolution to be cleaner, more correct, and to lay | Niko Matsakis | -1/+1 |