| Age | Commit message (Expand) | Author | Lines |
| 2017-07-27 | Auto merge of #43489 - petrochenkov:mutref, r=GuillaumeGomez | bors | -2/+12 |
| 2017-07-26 | Better diagnostics and recovery for `mut ref` in patterns | Vadim Petrochenkov | -2/+12 |
| 2017-07-25 | Fix the spans of catch blocks to include the `do` | Nick Cameron | -1/+1 |
| 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-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 | -5/+3 |
| 2017-07-18 | Unify rules about commas in match arms and semicolons in expressions | Aleksey Kladov | -2/+1 |
| 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-11 | Refactor methods onto Printer struct. | Mark Simulacrum | -6/+4 |
| 2017-07-10 | Store all generic arguments for method calls in AST | Vadim Petrochenkov | -33/+15 |
| 2017-07-07 | syntax: Apply recovery for casts to type ascription | Vadim Petrochenkov | -46/+53 |
| 2017-07-07 | Fix spans for binary operator expression with interpolated identifiers | Vadim Petrochenkov | -5/+12 |
| 2017-07-06 | Add extra whitespace for suggestions | Esteban Küber | -4/+4 |
| 2017-07-05 | Merge remote-tracking branch 'origin/master' into proc_macro_api | Alex Crichton | -33/+17 |
| 2017-06-29 | Change some terminology around keywords and reserved identifiers | petrochenkov | -32/+14 |
| 2017-06-27 | syntax: allow negative integer literal expression to be interpolated as pattern | Alex Burka | -1/+3 |
| 2017-06-26 | Add `LazyTokenStream`. | Jeffrey Seyfried | -5/+5 |
| 2017-06-26 | Implement `quote!` and other `proc_macro` API. | Jeffrey Seyfried | -2/+2 |
| 2017-06-26 | Simplify `hygiene::Mark` application, and | Jeffrey Seyfried | -1/+4 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -1/+1 |
| 2017-06-16 | Auto merge of #42578 - estebank:recover-binop, r=nikomatsakis | bors | -9/+91 |
| 2017-06-15 | Review comments | Esteban Küber | -99/+71 |
| 2017-06-12 | Change `<` interpreted as generic arg start warning | Esteban Küber | -23/+33 |
| 2017-06-12 | Fix affected tests | Esteban Küber | -1/+2 |
| 2017-06-11 | Suggest non-ambiguous comparison after cast | Esteban Küber | -2/+19 |
| 2017-06-11 | Learn to parse `a as usize < b` | Esteban Küber | -8/+90 |
| 2017-06-07 | Replace some matches with try. | Masaki Hara | -4/+1 |
| 2017-06-02 | Rollup merge of #42319 - Manishearth:const-extern, r=nikomatsakis | Mark Simulacrum | -0/+4 |
| 2017-05-31 | Improve error message for const extern fn | Manish Goregaokar | -0/+4 |
| 2017-05-31 | Emit proper expectation for the "default" keyword. | Masaki Hara | -2/+11 |
| 2017-05-31 | Parse macros named "default" correctly. | Masaki Hara | -19/+14 |
| 2017-05-25 | Hygienize lifetimes. | Jeffrey Seyfried | -1/+1 |
| 2017-05-25 | Declarative macros 2.0 without hygiene. | Jeffrey Seyfried | -21/+47 |
| 2017-05-25 | Refactor out `ast::MacroDef`. | Jeffrey Seyfried | -1/+3 |
| 2017-05-18 | Add an option to the parser to avoid parsing out of line modules | Nick Cameron | -2/+13 |
| 2017-05-15 | adressed comments by @kennytm and @petrochenkov | Andre Bogus | -3/+3 |
| 2017-05-12 | Fix some clippy warnings in libsyntax | Andre Bogus | -38/+35 |
| 2017-05-08 | Remove need for &format!(...) or &&"" dances in `span_label` calls | Oliver Schneider | -8/+8 |
| 2017-05-07 | Auto merge of #41729 - ubsan:master, r=nrc | bors | -20/+20 |
| 2017-05-07 | fix the easy features in libsyntax | ubsan | -20/+20 |
| 2017-05-06 | Fix "an" usage | acdenisSK | -1/+1 |
| 2017-05-05 | Suggest `!` for bitwise negation when encountering a `~` | F001 | -0/+13 |
| 2017-05-02 | Auto merge of #40851 - oli-obk:multisugg, r=jonathandturner | bors | -10/+7 |
| 2017-04-28 | Auto merge of #41542 - petrochenkov:objpars2, r=nikomatsakis | bors | -2/+2 |
| 2017-04-27 | Auto merge of #37860 - giannicic:defaultimpl, r=nagisa | bors | -7/+27 |
| 2017-04-26 | support `default impl` for specialization | Gianni Ciccarelli | -9/+6 |