| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -53/+180 |
| 2014-11-17 | auto merge of #19027 : nick29581/rust/coercions-4, r=alexcrichton | bors | -7/+7 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -7/+7 |
| 2014-11-17 | change return type of slice_shift_char | Andrew Cann | -3/+3 |
| 2014-11-17 | auto merge of #18914 : Gankro/rust/cloned, r=aturon | bors | -1/+1 |
| 2014-11-17 | slightly better deprecation message for fn syntax | Alexis Beingessner | -1/+2 |
| 2014-11-16 | Disallow parsing of struct variants with 0 fields | Tom Jakubowski | -1/+9 |
| 2014-11-16 | auto merge of #18994 : sfackler/rust/struct-variants-pt2, r=jakub- | bors | -20/+11 |
| 2014-11-16 | fallout from deprecating find_copy and get_copy | Alexis Beingessner | -1/+1 |
| 2014-11-16 | Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq | Jakub Bukaj | -218/+184 |
| 2014-11-16 | rollup merge of #18948: barosl/doc-encodable-fix | Jakub Bukaj | -31/+40 |
| 2014-11-15 | Un-feature gate struct variants | Steven Fackler | -20/+11 |
| 2014-11-15 | auto merge of #18922 : japaric/rust/for, r=jakub- | bors | -2/+2 |