| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -182/+66 |
| 2016-10-28 | Auto merge of #37373 - nnethercote:html5ever-more-more, r=nrc | bors | -21/+51 |
| 2016-10-28 | Auto merge of #37367 - jseyfried:import_crate_root, r=nrc | bors | -4/+9 |
| 2016-10-28 | Rollup merge of #36206 - mcarton:35755, r=pnkfelix | Guillaume Gomez | -0/+11 |
| 2016-10-28 | Fix bad error message with `::<` in types | mcarton | -0/+11 |
| 2016-10-27 | Auto merge of #37245 - goffrie:recovery, r=nrc | bors | -2/+10 |
| 2016-10-27 | Auto merge of #37128 - nrc:depr-attr, r=@alexcrichton | bors | -48/+117 |
| 2016-10-26 | Auto merge of #11994 - eddyb:struct-literal-field-shorthand, r=nrc | bors | -15/+43 |
| 2016-10-26 | Don't spin expanding stmt macros. | Geoffry Song | -1/+3 |
| 2016-10-26 | Recover out of an enum or struct's braced block. | Geoffry Song | -2/+10 |
| 2016-10-27 | review changes | Nick Cameron | -8/+24 |
| 2016-10-27 | Implement field shorthands in struct literal expressions. | Eduard Burtescu | -15/+43 |
| 2016-10-27 | Deprecate custom_derive | Nick Cameron | -1/+6 |
| 2016-10-27 | deprecate no_debug | Nick Cameron | -1/+1 |
| 2016-10-27 | Add possibility of deprecating attributes | Nick Cameron | -44/+92 |
| 2016-10-26 | Rollup merge of #37414 - thepowersgang:fix-typo, r=nrc | Guillaume Gomez | -1/+1 |
| 2016-10-25 | Auto merge of #36421 - TimNN:check-abis, r=alexcrichton | bors | -28/+22 |
| 2016-10-26 | Fix typo, it bothered me | John Hodge | -1/+1 |
| 2016-10-25 | Don't use `Rc` in `TokenTreeOrTokenTreeVec`. | Nicholas Nethercote | -3/+3 |
| 2016-10-25 | Use `SmallVector` for `TtReader::stack`. | Nicholas Nethercote | -13/+45 |
| 2016-10-25 | Use `SmallVector` for the stack in `macro_parser::parse`. | Nicholas Nethercote | -6/+4 |
| 2016-10-24 | check target abi support | Tim Neumann | -28/+22 |
| 2016-10-24 | Refactor away fields `MacroDef::{use_locally, export}`. | Jeffrey Seyfried | -7/+4 |
| 2016-10-23 | Support `use *;` and `use ::*;`. | Jeffrey Seyfried | -4/+9 |
| 2016-10-22 | Auto merge of #37318 - nnethercote:html5ever-more, r=nrc,eddyb | bors | -14/+26 |
| 2016-10-21 | Replace the `String` in `ParseResult::Failure` with `Token`. | Nicholas Nethercote | -13/+25 |
| 2016-10-21 | Avoid an unnecessary clone in `generic_extensions`. | Nicholas Nethercote | -2/+2 |
| 2016-10-21 | Avoid an unnecessary clone in `macro_parser::parse`. | Nicholas Nethercote | -1/+1 |
| 2016-10-20 | Tweak path parsing logic | Vadim Petrochenkov | -19/+30 |
| 2016-10-20 | Refactor parser lookahead buffer and increase its size | Vadim Petrochenkov | -38/+41 |
| 2016-10-19 | Rollup merge of #37241 - zackmdavis:if_let_over_none_spaced_empty_block_arm, ... | Guillaume Gomez | -7/+4 |
| 2016-10-19 | Improve `$crate`. | Jeffrey Seyfried | -69/+13 |
| 2016-10-19 | Rollup merge of #37265 - brson:bootstrap, r=alexcrichton | Eduard-Mihai Burtescu | -9/+6 |
| 2016-10-19 | Rollup merge of #37208 - jseyfried:fix_partially_consumed_tokens_in_macros, r... | Eduard-Mihai Burtescu | -15/+38 |
| 2016-10-19 | Rollup merge of #37202 - petrochenkov:pretty, r=nrc | Eduard-Mihai Burtescu | -34/+45 |
| 2016-10-19 | Rollup merge of #37198 - jseyfried:future_proof_macros_11, r=nrc | Eduard-Mihai Burtescu | -7/+30 |
| 2016-10-19 | Rollup merge of #37161 - nnethercote:no-cfg-cloning, r=nrc | Eduard-Mihai Burtescu | -11/+15 |
| 2016-10-19 | Rollup merge of #37117 - pnkfelix:may-dangle-attr, r=nikomatsakis | Eduard-Mihai Burtescu | -0/+11 |
| 2016-10-19 | Allow bootstrapping without a key. Fixes #36548 | Brian Anderson | -9/+6 |
| 2016-10-18 | Add invalid doc comment help message | Guillaume Gomez | -8/+17 |
| 2016-10-18 | Fix some pretty printing tests | Vadim Petrochenkov | -34/+45 |