| Age | Commit message (Expand) | Author | Lines |
| 2015-10-10 | Auto merge of #28861 - pnkfelix:fsk-nonparam-dropck-issue28498, r=arielb1 | bors | -0/+9 |
| 2015-10-10 | Prevent `/**/` from being parsed as a doc comment | Barosl Lee | -2/+3 |
| 2015-10-09 | Auto merge of #28857 - nrc:lowering, r=nikomatsakis | bors | -444/+91 |
| 2015-10-09 | Auto merge of #28919 - huonw:placement-tracking-issue, r=alexcrichton | bors | -2/+2 |
| 2015-10-09 | Point `placement_in_syntax`/`box_syntax` lang features at tracking issue #27779. | Huon Wilson | -2/+2 |
| 2015-10-09 | Some cleanup of no longer used AST things | Nick Cameron | -49/+13 |
| 2015-10-09 | Cache ids between lowering runs | Nick Cameron | -0/+1 |
| 2015-10-09 | hygiene for `for` loops, `if let`, `while let` | Nick Cameron | -15/+72 |
| 2015-10-09 | Fix stability | Nick Cameron | -2/+2 |
| 2015-10-09 | Move placement in desugaring to lowering | Nick Cameron | -154/+3 |
| 2015-10-09 | if let and while let | Nick Cameron | -140/+4 |
| 2015-10-09 | Move `for` loop desugaring to lowering | Nick Cameron | -94/+6 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -5/+4 |
| 2015-10-06 | Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed. | Felix S. Klock II | -4/+4 |
| 2015-10-06 | Non-parametric dropck; instead trust an unsafe attribute (RFC 1238). | Felix S. Klock II | -0/+9 |
| 2015-10-06 | Add comment for the use of Ident in hash map in mtwt | Vadim Petrochenkov | -0/+2 |
| 2015-10-03 | Implement original version of RFC#1245 | John Hodge | -3/+8 |
| 2015-10-03 | libsyntax: Do not derive Hash for Ident | Vadim Petrochenkov | -15/+29 |
| 2015-10-03 | Auto merge of #28672 - sanxiyn:const-eval-span, r=alexcrichton | bors | -1/+5 |
| 2015-10-03 | Add a method to test span containment | Seo Sanghyeon | -1/+5 |
| 2015-10-03 | Check attribute usage | Seo Sanghyeon | -1/+0 |
| 2015-10-02 | Auto merge of #28793 - Ms2ger:AttrStyle, r=alexcrichton | bors | -25/+24 |
| 2015-10-01 | Stop re-exporting AttrStyle's variants and rename them. | Ms2ger | -25/+24 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -2/+2 |
| 2015-10-01 | Auto merge of #28577 - jethrogb:topic/ast-stmt-debug, r=pcwalton | bors | -7/+10 |
| 2015-09-29 | Restore `if let`s replaced with `for`s | Vadim Petrochenkov | -3/+3 |
| 2015-09-29 | Fill in some missing parts in the default HIR visitor | Vadim Petrochenkov | -11/+18 |
| 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 |