| Age | Commit message (Expand) | Author | Lines |
| 2016-11-22 | Show multiline spans in full if short enough | Esteban Küber | -0/+449 |
| 2016-11-21 | Implement the `loop_break_value` feature. | Geoffry Song | -14/+40 |
| 2016-11-22 | Start warning cycle. | Jeffrey Seyfried | -12/+38 |
| 2016-11-22 | Clean up directory ownership semantics. | Jeffrey Seyfried | -79/+94 |
| 2016-11-21 | Auto merge of #37824 - jseyfried:symbols, r=eddyb | bors | -1017/+821 |
| 2016-11-21 | Fix fallout in `rustdoc` and tests. | Jeffrey Seyfried | -65/+59 |
| 2016-11-21 | Stabilize RFC 1560. | Jeffrey Seyfried | -3/+1 |
| 2016-11-21 | Remove `Rc` from the interner. | Jeffrey Seyfried | -18/+22 |
| 2016-11-21 | Cleanup `InternedString`. | Jeffrey Seyfried | -40/+7 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -185/+139 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -548/+487 |
| 2016-11-20 | Refactor `P<ast::MetaItem>` -> `ast::MetaItem`. | Jeffrey Seyfried | -53/+50 |
| 2016-11-20 | Move `MetaItemKind`'s `Name` to a field of `MetaItem`. | Jeffrey Seyfried | -58/+58 |
| 2016-11-20 | Refactor `CrateConfig`. | Jeffrey Seyfried | -44/+6 |
| 2016-11-20 | Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s. | Jeffrey Seyfried | -73/+72 |
| 2016-11-20 | Avoid clearing the string interner. | Jeffrey Seyfried | -4/+0 |
| 2016-11-20 | Refactor away `ast::Attribute_`. | Jeffrey Seyfried | -85/+77 |
| 2016-11-18 | Auto merge of #37749 - keeperofdakeys:should-panic, r=alexcrichton | bors | -7/+37 |
| 2016-11-17 | Add feature `use_extern_macros`. | Jeffrey Seyfried | -0/+2 |
| 2016-11-17 | Resolve imports during expansion. | Jeffrey Seyfried | -2/+13 |
| 2016-11-16 | Auto merge of #37545 - alexcrichton:crt-static, r=brson | bors | -0/+3 |
| 2016-11-16 | rustc: Implement #[link(cfg(..))] and crt-static | Alex Crichton | -0/+3 |
| 2016-11-15 | Auto merge of #37758 - euclio:unstable, r=brson | bors | -3/+0 |
| 2016-11-14 | Add warnings when the #[should_panic] attribute is invalid | Josh Driver | -7/+37 |
| 2016-11-14 | Auto merge of #37278 - matklad:lone-lifetime, r=jseyfried | bors | -1/+1 |
| 2016-11-14 | Fix where clauses parsing | Aleksey Kladov | -1/+1 |
| 2016-11-13 | Auto merge of #37701 - Mark-Simulacrum:macro-parser-impvement, r=jseyfried | bors | -212/+201 |
| 2016-11-13 | do not use deprecated text for unstable docs | Andy Russell | -3/+0 |
| 2016-11-13 | Auto merge of #37753 - est31:master, r=petrochenkov | bors | -3/+3 |
| 2016-11-13 | Fix empty lifetime list or one with trailing comma being rejected | est31 | -3/+3 |
| 2016-11-12 | Remove extra level of nesting. | Mark-Simulacrum | -35/+32 |
| 2016-11-12 | Move next_eis out of main loop to avoid re-allocating and dropping it. | Mark-Simulacrum | -1/+2 |
| 2016-11-12 | Use SmallVector for eof and bb eis. | Mark-Simulacrum | -6/+4 |
| 2016-11-12 | Factor out inner current Earley item loop. | Mark-Simulacrum | -146/+153 |
| 2016-11-12 | Refactor parse_nt. | Mark-Simulacrum | -8/+13 |
| 2016-11-12 | Factor out NamedParseResult. | Mark-Simulacrum | -4/+3 |
| 2016-11-12 | Clean up extraneous &mut. | Mark-Simulacrum | -1/+1 |
| 2016-11-12 | Refactor to extending from a drain instead of while looping. | Mark-Simulacrum | -3/+1 |
| 2016-11-12 | Remove unused argument from nameize. | Mark-Simulacrum | -6/+6 |
| 2016-11-12 | Cleanup macro_parser::parse, removing a few clones. | Mark-Simulacrum | -51/+35 |
| 2016-11-11 | Change implementation of syntax::util::SmallVector to use data_structures::Sm... | Mark-Simulacrum | -268/+75 |
| 2016-11-11 | Auto merge of #37246 - goffrie:no-loop, r=jseyfried | bors | -1/+3 |
| 2016-11-10 | Elimite `$crate` before invokng custom derives. | Jeffrey Seyfried | -0/+2 |
| 2016-11-10 | Rollup merge of #37661 - brson:qmarkstab, r=nikomatsakis | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-10 | syntax: don't fake a block around closures' bodies during parsing. | Eduard Burtescu | -103/+55 |
| 2016-11-09 | Rollup merge of #37614 - keeperofdakeys:proc_macro, r=jseyfried | Eduard-Mihai Burtescu | -5/+31 |
| 2016-11-09 | Rollup merge of #37428 - estebank:generic-type-error-span, r=sanxiyn | Eduard-Mihai Burtescu | -0/+8 |
| 2016-11-09 | question_mark was stabilized in 1.13 | Brian Anderson | -1/+1 |
| 2016-11-08 | Point to type argument span when used as trait | Esteban Küber | -0/+8 |
| 2016-11-08 | Partially stabilize RFC 1506 "Clarify relationships between ADTs" | Vadim Petrochenkov | -18/+17 |