| Age | Commit message (Expand) | Author | Lines |
| 2014-11-26 | /*! -> //! | Steve Klabnik | -64/+31 |
| 2014-11-26 | Test fixes and rebase conflicts | Alex Crichton | -6/+6 |
| 2014-11-26 | rollup merge of #19326: huonw/safer-syntax | Alex Crichton | -89/+17 |
| 2014-11-26 | rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus | Alex Crichton | -166/+146 |
| 2014-11-26 | rollup merge of #19288: steveklabnik/doc_style_cleanup | Alex Crichton | -23/+15 |
| 2014-11-26 | Remove special casing for some meta attributes | Steven Fackler | -1/+0 |
| 2014-11-26 | auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichton | bors | -6/+5 |
| 2014-11-26 | Rote changes due to the fact that ast paths no longer carry this extraneous b... | Niko Matsakis | -48/+40 |
| 2014-11-26 | Fixup various places that were doing `&T+'a` and do `&(T+'a)` | Niko Matsakis | -1/+1 |
| 2014-11-26 | Implement the new parsing rules for types in the parser, modifying the AST ap... | Niko Matsakis | -117/+105 |
| 2014-11-26 | auto merge of #19262 : murarth/rust/module-path-fix, r=jakub- | bors | -2/+9 |
| 2014-11-26 | auto merge of #19252 : japaric/rust/cow, r=aturon | bors | -6/+6 |
| 2014-11-25 | /** -> /// | Steve Klabnik | -23/+15 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -6/+5 |
| 2014-11-26 | Make syntax::owned_slice a Box<[T]> wrapper. | Huon Wilson | -89/+17 |
| 2014-11-25 | Deprecate MaybeOwned[Vector] in favor of Cow | Jorge Aparicio | -6/+6 |
| 2014-11-24 | Fixed "::::" appearing in module_path!() | Murarth | -2/+9 |
| 2014-11-24 | Add `node_to_user_string`, `node_to_string` variant that drops id from output. | Felix S. Klock II | -26/+33 |
| 2014-11-23 | std: Add a new top-level thread_local module | Alex Crichton | -59/+34 |
| 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 |