| Age | Commit message (Expand) | Author | Lines |
| 2015-11-27 | Auto merge of #30064 - fhartwig:macro-suggestions, r=sanxiyn | bors | -0/+88 |
| 2015-11-27 | Introduce max_suggestion_distance function to avoid duplicating the heuristic | Florian Hartwig | -4/+10 |
| 2015-11-26 | Added stmt_expr_attribute feature gate | Marvin Löbel | -63/+291 |
| 2015-11-26 | Some TLC for the MoveMap trait | Marvin Löbel | -56/+120 |
| 2015-11-26 | Fixed macro expander not folding attributes (though I'm not sure if that is a... | Marvin Löbel | -16/+18 |
| 2015-11-26 | Moved and refactored ThinAttributes | Marvin Löbel | -130/+132 |
| 2015-11-26 | Add syntax support for attributes on expressions and all syntax | Marvin Löbel | -312/+845 |
| 2015-11-26 | Fix spans for macros | Kevin Yeh | -3/+6 |
| 2015-11-26 | Add '!' to macro name suggestion, use fileline_help instead of span_help | Florian Hartwig | -1/+1 |
| 2015-11-26 | Auto merge of #30015 - petrochenkov:staged, r=brson | bors | -3/+4 |
| 2015-11-26 | Add suggestion of similar macro names to `macro undefined` error message | Florian Hartwig | -0/+82 |
| 2015-11-25 | Fix "Cannot fill in a NT" ICE | Jonas Schievink | -12/+23 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-25 | Remove `#[staged_api]` | Vadim Petrochenkov | -2/+3 |
| 2015-11-25 | Auto merge of #30011 - jonas-schievink:macro-context, r=nrc | bors | -10/+10 |
| 2015-11-24 | Remove "this" | Jonas Schievink | -1/+1 |
| 2015-11-24 | Rollup merge of #30004 - michaelwoerister:primitive-ty-to-str, r=alexcrichton | Steve Klabnik | -29/+23 |
| 2015-11-24 | Auto merge of #30000 - Manishearth:unreachable-call, r=nrc | bors | -4/+4 |
| 2015-11-24 | Fix unreachable code in libsyntax | Manish Goregaokar | -4/+4 |
| 2015-11-23 | Auto merge of #29952 - petrochenkov:depr, r=brson | bors | -8/+10 |
| 2015-11-23 | Print the macro context name on incomplete parse | Jonas Schievink | -10/+10 |
| 2015-11-23 | Avoid some code duplication around getting names of numeric types. | Michael Woerister | -29/+23 |
| 2015-11-22 | Look up macro names as well when suggesting replacements for function resolve... | Manish Goregaokar | -18/+28 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -8/+10 |
| 2015-11-20 | add feature gate `const_indexing` | Oliver Schneider | -0/+6 |
| 2015-11-18 | Rework the `IdVisitor` so that it only visits item contents (and doesn't | Niko Matsakis | -18/+10 |
| 2015-11-18 | Add some unicode aliases for ". | Huon Wilson | -0/+17 |
| 2015-11-17 | Auto merge of #29887 - sanxiyn:match-ref-pats, r=sfackler | bors | -57/+57 |
| 2015-11-17 | Auto merge of #29766 - oli-obk:impl_item, r=nikomatsakis | bors | -38/+37 |
| 2015-11-17 | Fix match_ref_pats flagged by Clippy | Seo Sanghyeon | -57/+57 |
| 2015-11-17 | Auto merge of #29837 - Wafflespeanut:unicode_chars, r=Manishearth | bors | -1/+193 |
| 2015-11-17 | Detect confusing unicode characters and show the alternative | Ravi Shankar | -1/+193 |
| 2015-11-16 | rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*` | Oliver Schneider | -38/+37 |
| 2015-11-16 | Auto merge of #29828 - sanxiyn:check-macro, r=nrc | bors | -49/+63 |
| 2015-11-14 | Check macro definition and do not expand invalid macros | Seo Sanghyeon | -3/+22 |
| 2015-11-14 | Reindent code | Seo Sanghyeon | -22/+22 |
| 2015-11-14 | Store TokenTree in MacroRulesMacroExpander | Seo Sanghyeon | -28/+23 |
| 2015-11-13 | Move the panicking parse functions out of the parser | Kyle Mayes | -50/+52 |
| 2015-11-13 | Auto merge of #29761 - eefriedman:rename-nopanic, r=sanxiyn | bors | -87/+87 |
| 2015-11-12 | Auto merge of #29807 - nrc:op_span, r=brson | bors | -1/+1 |
| 2015-11-13 | Fix a bad span for binops | Nick Cameron | -1/+1 |
| 2015-11-12 | Auto merge of #29780 - KyleMayes:quote-ext, r=nrc | bors | -1/+86 |
| 2015-11-12 | Auto merge of #29544 - Ryman:reduce_doc_warnings, r=steveklabnik | bors | -17/+24 |
| 2015-11-12 | libsyntax: deny warnings in doctests | Kevin Butler | -17/+24 |
| 2015-11-12 | Add -Zinput-stats | Nick Cameron | -1/+174 |
| 2015-11-11 | libsyntax: Add more quasiquoting macros | Kyle Mayes | -1/+86 |
| 2015-11-11 | Auto merge of #29744 - sanxiyn:modernize, r=nrc | bors | -30/+30 |
| 2015-11-11 | Auto merge of #29727 - alexcrichton:debug-unused-result, r=sfackler | bors | -4/+21 |
| 2015-11-10 | Rename _nopanic methods to remove the suffix. | Eli Friedman | -87/+87 |
| 2015-11-10 | Auto merge of #29725 - aturon:lang-features, r=huonw | bors | -45/+59 |