| Age | Commit message (Expand) | Author | Lines |
| 2015-11-24 | Remove "this" | Jonas Schievink | -1/+1 |
| 2015-11-23 | Print the macro context name on incomplete parse | Jonas Schievink | -10/+10 |
| 2015-11-22 | Look up macro names as well when suggesting replacements for function resolve... | Manish Goregaokar | -18/+28 |
| 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 |
| 2015-11-10 | Auto merge of #29714 - petrochenkov:strparse, r=nrc | bors | -46/+37 |
| 2015-11-10 | Use lifetime elision | Seo Sanghyeon | -10/+10 |
| 2015-11-10 | Use deref coercions | Seo Sanghyeon | -20/+20 |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -5/+8 |
| 2015-11-09 | Use enum ParsePub instead of bool in field parsing + typo | Vadim Petrochenkov | -13/+26 |
| 2015-11-09 | Improve error message | Vadim Petrochenkov | -0/+2 |
| 2015-11-09 | syntax: Use `let _` in #[derive(Debug)] | Alex Crichton | -4/+21 |
| 2015-11-09 | Tag feature gates with issues | Aaron Turon | -45/+59 |
| 2015-11-09 | syntax: Merge parsing code for structures and variants | Vadim Petrochenkov | -44/+20 |
| 2015-11-06 | Auto merge of #29582 - oli-obk:token_tree, r=sfackler | bors | -204/+214 |
| 2015-11-06 | remove `Tt` prefix from TokenType variants | Oliver Schneider | -204/+214 |
| 2015-11-06 | Auto merge of #29615 - steveklabnik:lol_strings, r=alexcrichton | bors | -4/+2 |
| 2015-11-05 | Auto merge of #29565 - sfackler:issue-29540, r=huonw | bors | -24/+35 |
| 2015-11-05 | remove excess string allocation | Steve Klabnik | -4/+2 |
| 2015-11-05 | Auto merge of #28887 - steveklabnik:gh28851, r=alexcrichton | bors | -5/+6 |
| 2015-11-05 | Improve error message for char literals | Steve Klabnik | -5/+6 |
| 2015-11-03 | Don't chain method calls in #[derive(Debug)] | Steven Fackler | -24/+35 |
| 2015-11-03 | Allow indirect operands to be used as inputs for inline asm | Amanieu d'Antras | -2/+2 |
| 2015-11-03 | Auto merge of #29285 - eefriedman:libsyntax-panic, r=nrc | bors | -177/+161 |
| 2015-11-02 | Auto merge of #29291 - petrochenkov:privacy, r=alexcrichton | bors | -0/+6 |
| 2015-11-01 | Auto merge of #29501 - Manishearth:pat-docs, r=alexcrichton | bors | -3/+3 |
| 2015-11-01 | Add code formatting on PatVec docs | Manish Goregaokar | -2/+2 |