| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -16/+3 |
| 2016-11-08 | Rename KNOWN_ATTRS to BUILT_ATTRS, and create KNOWN_ATTRS | Josh Driver | -5/+31 |
| 2016-11-05 | Fix tests from the rollup | Alex Crichton | -1/+1 |
| 2016-11-05 | Merge branch 'selfgate' of https://github.com/petrochenkov/rust into rollup | Alex Crichton | -0/+3 |
| 2016-11-05 | Rollup merge of #37569 - jseyfried:improve_expansion_perf, r=eddyb | Alex Crichton | -388/+294 |
| 2016-11-05 | Rollup merge of #37501 - alexcrichton:windows-subsystem, r=brson | Alex Crichton | -0/+9 |
| 2016-11-04 | Remove field `TtReader::next_tok`. | Jeffrey Seyfried | -7/+2 |
| 2016-11-04 | Improve `tt`-heavy expansion performance. | Jeffrey Seyfried | -5/+23 |
| 2016-11-03 | Move doc comment desugaring into the parser. | Jeffrey Seyfried | -33/+16 |
| 2016-11-03 | Avoid recontructing the `Parser` in `macro_parser.rs`. | Jeffrey Seyfried | -42/+16 |
| 2016-11-03 | Make `ast::ExprKind` smaller. | Jeffrey Seyfried | -31/+17 |
| 2016-11-03 | Reimplement "macros: Improve `tt` fragments" with better performance. | Jeffrey Seyfried | -18/+61 |
| 2016-11-03 | Revert "macros: Improve `tt` fragments" | Jeffrey Seyfried | -20/+3 |
| 2016-11-03 | Reduce the size of `Token` and make it cheaper to clone by refactoring | Jeffrey Seyfried | -226/+159 |
| 2016-11-03 | Clean up `parser.parse_token_tree()`. | Jeffrey Seyfried | -22/+13 |
| 2016-11-03 | Add feature gate for Self and associated types in struct expressions and patt... | Vadim Petrochenkov | -0/+3 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -16/+3 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -74/+74 |
| 2016-10-31 | rustc: Add knowledge of Windows subsystems. | Alex Crichton | -0/+9 |