| Age | Commit message (Expand) | Author | Lines |
| 2015-09-28 | Fill in some missing parts in the default AST visitor | Vadim Petrochenkov | -341/+267 |
| 2015-09-26 | Auto merge of #28642 - petrochenkov:name3, r=nrc | bors | -222/+170 |
| 2015-09-26 | Auto merge of #28612 - gandro:targetvendor, r=alexcrichton | bors | -0/+7 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -222/+170 |
| 2015-09-24 | Remove the deprecated box(PLACE) syntax. | Eduard Burtescu | -93/+44 |
| 2015-09-24 | rustc: Add target_vendor for target triples | Sebastian Wicki | -0/+7 |
| 2015-09-22 | Encode/decode Names as strings | Vadim Petrochenkov | -2/+13 |
| 2015-09-22 | Auto merge of #28364 - petrochenkov:usegate, r=alexcrichton | bors | -19/+20 |
| 2015-09-21 | Change syntax::ast_util::stmt_id to not panic on macros | Jethro Beekman | -7/+10 |
| 2015-09-21 | Use ast::AsmDialect's variants qualified, and drop the pointless prefix. | Ms2ger | -6/+6 |
| 2015-09-21 | Auto merge of #28552 - apasel422:issue-28527, r=Manishearth | bors | -139/+114 |
| 2015-09-20 | Auto merge of #28534 - marcusklaas:fix-mod-inner-span, r=alexcrichton | bors | -1/+1 |
| 2015-09-20 | Replace `ast::Mac_` enum with struct | Andrew Paseltiner | -139/+114 |
| 2015-09-20 | Fix the overly long inner spans of inline mods | Marcus Klaas | -1/+1 |
| 2015-09-20 | Auto merge of #28529 - Manishearth:rollup, r=Manishearth | bors | -26/+38 |
| 2015-09-20 | Rollup merge of #28526 - Manishearth:expand-clone, r=eddyb | Manish Goregaokar | -24/+25 |
| 2015-09-20 | Auto merge of #28503 - marcusklaas:pub-extern, r=alexcrichton | bors | -7/+4 |
| 2015-09-20 | Move tts instead of cloning in expansion | Manish Goregaokar | -24/+25 |
| 2015-09-19 | Feature-gate `#[no_debug]` and `#[omit_gdb_pretty_printer_section]` | Andrew Paseltiner | -2/+13 |
| 2015-09-19 | Auto merge of #28345 - japaric:op-assign, r=nmatsakis | bors | -0/+6 |
| 2015-09-19 | Auto merge of #28486 - nrc:pub-extern-crate, r=alexcrichton | bors | -5/+12 |
| 2015-09-18 | Overloaded augmented assignments | Jorge Aparicio | -0/+6 |
| 2015-09-19 | Include visibility modifier in span of foreign item | Marcus Klaas | -7/+4 |
| 2015-09-18 | Auto merge of #28442 - nagisa:remove-enum-vis-field, r=alexcrichton | bors | -14/+4 |
| 2015-09-18 | Add feature gate | Vadim Petrochenkov | -1/+20 |
| 2015-09-18 | Implement empty struct with braces (RFC 218) | Vadim Petrochenkov | -43/+28 |
| 2015-09-18 | Warn on `pub extern crate`. | Nick Cameron | -5/+12 |
| 2015-09-17 | Resolve prefix in imports with empty braces | Vadim Petrochenkov | -2/+1 |
| 2015-09-17 | Workaround for imports with empty braces | Vadim Petrochenkov | -2/+2 |
| 2015-09-17 | Correctly walk import lists in AST visitors | Vadim Petrochenkov | -19/+21 |
| 2015-09-17 | Remove Visibility field from enum variants | Simonas Kazlauskas | -10/+3 |
| 2015-09-17 | libsyntax: forbid visibility modifiers for enum variants | Aleksey Kladov | -5/+2 |
| 2015-09-17 | Fix the span for ! returns | Nick Cameron | -1/+1 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -310/+350 |
| 2015-09-15 | Auto merge of #28351 - jonas-schievink:macro-bt, r=nrc | bors | -22/+37 |
| 2015-09-14 | Auto merge of #28247 - christopherdumas:fix_28243, r=eddyb | bors | -1/+1 |
| 2015-09-14 | Fix tuple float bug. | christopherdumas | -1/+1 |
| 2015-09-14 | Print the file in which a macro was defined | Jonas Schievink | -5/+14 |
| 2015-09-14 | Auto merge of #28358 - dotdash:nounwind, r=alexcrichton | bors | -0/+4 |
| 2015-09-13 | Add an attribute to mark function as unwinding | Björn Steinbrink | -0/+4 |
| 2015-09-13 | Auto merge of #28286 - matklad:remove-dead-code, r=eddyb | bors | -38/+31 |
| 2015-09-11 | Don't print duplicate macro backtrace frames | Jonas Schievink | -6/+12 |
| 2015-09-11 | Remove some remains of virtual structs from the parser | Vadim Petrochenkov | -16/+6 |
| 2015-09-10 | Don't print the macro definition site in backtraces | Jonas Schievink | -6/+2 |
| 2015-09-10 | Make print_macro_backtrace non-recursive | Jonas Schievink | -22/+26 |
| 2015-09-10 | libsyntax: minor clean up | Aleksey Kladov | -4/+4 |
| 2015-09-08 | Auto merge of #28291 - nrc:shr_span_fix, r=sfackler | bors | -1/+1 |
| 2015-09-08 | Fix span bug with >> and type bindings | Nick Cameron | -1/+1 |
| 2015-09-08 | Auto merge of #28246 - huonw:lang-tracking-issues, r=alexcrichton | bors | -92/+127 |
| 2015-09-08 | Allow tracking issues for lang features. | Huon Wilson | -92/+127 |