| Age | Commit message (Expand) | Author | Lines |
| 2014-12-03 | Fix fallout | Jorge Aparicio | -2/+2 |
| 2014-12-03 | Replace `equiv` method calls with `==` operator sugar | Jorge Aparicio | -11/+11 |
| 2014-12-03 | Overload the `==` operator | Jorge Aparicio | -0/+22 |
| 2014-12-03 | Remove outdated comment. | Steve Klabnik | -5/+1 |
| 2014-12-02 | auto merge of #19427 : scialex/rust/doc-attr-macros, r=sfackler | bors | -0/+6 |
| 2014-12-01 | auto merge of #19405 : jfager/rust/de-match-pyramid, r=bstrie | bors | -108/+54 |
| 2014-12-01 | auto merge of #19418 : P1start/rust/unsafe-extern-trait, r=alexcrichton | bors | -7/+8 |
| 2014-11-30 | auto merge of #19415 : P1start/rust/error-message-fixes, r=alexcrichton | bors | -3/+3 |
| 2014-11-30 | allow macro expansions in attributes | Alexander Light | -0/+6 |
| 2014-11-30 | Allow trailing commas in array patterns and attributes | P1start | -7/+7 |
| 2014-11-30 | Fix the ordering of `unsafe` and `extern` in methods | P1start | -7/+8 |
| 2014-11-30 | Adjust some error messages to start with a lowercase letter and not finish wi... | P1start | -3/+3 |
| 2014-11-30 | syntax: Make `asm!` clobbers a proper vector. | Kang Seonghoon | -9/+9 |
| 2014-11-29 | Replace some verbose match statements with their `if let` equivalent. | jfager | -108/+54 |
| 2014-11-29 | Fix rustc panic on second compile_input | Murarth | -0/+21 |
| 2014-11-29 | fix expand_quote_ty function as parse_ty was changed and needs no arguments now | Jauhien Piatlicki | -2/+1 |
| 2014-11-27 | auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichton | bors | -1/+0 |
| 2014-11-26 | rollup merge of #19329: steveklabnik/doc_style_cleanup2 | Alex Crichton | -64/+31 |
| 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 |