| Age | Commit message (Expand) | Author | Lines |
| 2017-07-29 | Rollup merge of #43501 - topecongiro:span-to-whereclause, r=nrc | Mark Simulacrum | -2/+12 |
| 2017-07-29 | Auto merge of #43009 - GuillaumeGomez:unused-doc-comments, r=nrc | bors | -5/+11 |
| 2017-07-28 | syntax: Capture a `TokenStream` when parsing items | Alex Crichton | -11/+150 |
| 2017-07-29 | Add Span to ast::WhereClause | topecongiro | -2/+12 |
| 2017-07-28 | syntax: Add `tokens: Option<TokenStream>` to Item | Alex Crichton | -9/+33 |
| 2017-07-28 | Remove support for `gen arg` | Alex Crichton | -26/+1 |
| 2017-07-28 | Fix printing | John Kåre Alsaker | -5/+3 |
| 2017-07-28 | Fix tidy warnings | Alex Crichton | -1/+1 |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -1/+63 |
| 2017-07-28 | Auto merge of #43432 - pczarn:macro-parser-description, r=jseyfried | bors | -100/+102 |
| 2017-07-27 | Avoid duplicated errors for generic arguments in macro paths | Vadim Petrochenkov | -1/+1 |
| 2017-07-27 | Give span to angle bracketed generic arguments | Vadim Petrochenkov | -26/+18 |
| 2017-07-27 | Discern between `Path` and `Path<>` in AST | Vadim Petrochenkov | -20/+14 |
| 2017-07-27 | Simplify parsing of paths | Vadim Petrochenkov | -249/+143 |
| 2017-07-27 | Make a lint instead | Guillaume Gomez | -32/+7 |
| 2017-07-27 | Throw errors when doc comments are added where they're unused | Guillaume Gomez | -5/+36 |
| 2017-07-27 | Auto merge of #43489 - petrochenkov:mutref, r=GuillaumeGomez | bors | -2/+12 |
| 2017-07-27 | Auto merge of #43477 - est31:master, r=alexcrichton | bors | -1/+1 |
| 2017-07-26 | Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturon | bors | -5/+2 |
| 2017-07-26 | Better diagnostics and recovery for `mut ref` in patterns | Vadim Petrochenkov | -2/+12 |
| 2017-07-26 | Rollup merge of #43463 - nrc:catch-span, r=petrochenkov | Mark Simulacrum | -1/+1 |
| 2017-07-25 | Switch to begin_panic again | est31 | -1/+1 |
| 2017-07-25 | Stabilize the `compile_error_macro` feature | Alex Crichton | -5/+2 |
| 2017-07-25 | Fix the spans of catch blocks to include the `do` | Nick Cameron | -1/+1 |
| 2017-07-24 | Rollup merge of #43421 - alexcrichton:add-some-build-scripts, r=Mark-Simulacrum | Mark Simulacrum | -0/+15 |
| 2017-07-24 | Make the macro parser theory description more accurate | Piotr Czarnecki | -100/+102 |
| 2017-07-23 | Auto merge of #43096 - estebank:ascription-help, r=nikomatsakis | bors | -1/+16 |
| 2017-07-23 | Auto merge of #43386 - oli-obk:suggestions, r=nikomatsakis | bors | -1/+1 |
| 2017-07-23 | Lambda expressions honor no struct literal restriction | Aleksey Kladov | -1/+4 |
| 2017-07-22 | rustc: Add some build scripts for librustc crates | Alex Crichton | -0/+15 |
| 2017-07-22 | Auto merge of #43352 - estebank:macro-span-replacement, r=petrochenkov | bors | -7/+52 |
| 2017-07-21 | make JSON error byte position start at top of file | Zack M. Davis | -3/+2 |
| 2017-07-21 | Review comments | Esteban Küber | -5/+6 |
| 2017-07-21 | Adjust new suggestions to the suggestion guidelines | Oliver Schneider | -1/+1 |
| 2017-07-20 | Use the macro structure spans instead of the invocation | Esteban Küber | -7/+51 |
| 2017-07-18 | Catch expression does not require semicolon to be a statement | Aleksey Kladov | -1/+2 |
| 2017-07-18 | Unify rules about commas in match arms and semicolons in expressions | Aleksey Kladov | -10/+2 |
| 2017-07-17 | Add flag to hide code on inline suggestions | Esteban Küber | -3/+3 |
| 2017-07-17 | Change some helps to suggestions | Oliver Schneider | -2/+2 |
| 2017-07-16 | Point at `:` when using it instead of `;` | Esteban Küber | -1/+16 |
| 2017-07-15 | Auto merge of #43224 - jseyfried:fix_macro_idents_regression, r=nrc | bors | -1/+2 |
| 2017-07-15 | Auto merge of #43185 - durka:thread-local-pub-restricted, r=alexcrichton | bors | -8/+19 |
| 2017-07-13 | Fix regression involving identifiers in `macro_rules!` patterns. | Jeffrey Seyfried | -1/+2 |
| 2017-07-11 | let #[allow_internal_unstable] cover :vis | Alex Burka | -8/+19 |
| 2017-07-11 | Make a few functions non-public | Mark Simulacrum | -9/+4 |
| 2017-07-11 | Refactor cur_cmnt_and_lit away. | Mark Simulacrum | -46/+38 |
| 2017-07-11 | Refactor methods onto Printer struct. | Mark Simulacrum | -322/+315 |
| 2017-07-11 | Auto merge of #42913 - kennytm:fix-40569-ident-without-backtrack, r=jseyfried | bors | -4/+70 |
| 2017-07-10 | Auto merge of #43109 - pnkfelix:fix-link_args-gate, r=nikomatsakis | bors | -7/+6 |
| 2017-07-10 | Fix feature gate for `#[link_args(..)]` attribute so that it will fire | Felix S. Klock II | -7/+6 |