| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |