| Age | Commit message (Expand) | Author | Lines |
| 2017-12-21 | Do not emit type errors on recovered blocks | Esteban Küber | -0/+1 |
| 2017-12-21 | Auto merge of #45930 - jplatte:generics_refactoring, r=eddyb | bors | -18/+43 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -18/+43 |
| 2017-12-20 | Move impls for qpath recovery trait from `ast.rs` | Vadim Petrochenkov | -56/+25 |
| 2017-12-17 | syntax: recovery for incorrect associated item paths like `[T; N]::clone` | Vadim Petrochenkov | -0/+94 |
| 2017-12-14 | add trait aliases to AST | Alex Burka | -0/+5 |
| 2017-11-30 | Implement RFC 2128 (use_nested_groups) | Pietro Albini | -37/+10 |
| 2017-11-21 | Support `::crate` in paths | Vadim Petrochenkov | -3/+8 |
| 2017-11-03 | add `auto` keyword, parse `auto trait`, lower to HIR | leonardo.yvens | -2/+9 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -2/+2 |
| 2017-11-01 | Rollup merge of #45579 - leodasvacas:document-that-call-can-be-adt-constructo... | kennytm | -1/+3 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -1/+4 |
| 2017-10-27 | Document that call expressions also represent ADT constructors. | leonardo.yvens | -1/+3 |
| 2017-10-24 | Auto merge of #45401 - zackmdavis:crate_shorthand_visibility_modifier, r=niko... | bors | -1/+10 |
| 2017-10-22 | `crate` shorthand visibility modifier | Zack M. Davis | -1/+10 |
| 2017-10-17 | Lifting Generics from MethodSig to TraitItem and ImplItem since we want to su... | Sunjay Varma | -1/+2 |
| 2017-10-14 | Implement `dyn Trait` syntax | Vadim Petrochenkov | -1/+8 |
| 2017-10-05 | Auto merge of #44943 - nivkner:fixme_fixup, r=dtolnay | bors | -2/+0 |
| 2017-10-02 | fix comment on DefaultImpl | Alex Burka | -2/+2 |
| 2017-10-02 | fix ItemKind::DefaultImpl doc comment | Alex Burka | -2/+2 |
| 2017-09-30 | remove "refinement on pat" FIXME | Niv Kaminer | -1/+0 |
| 2017-09-30 | address some `FIXME`s whose associated issues were marked as closed | Niv Kaminer | -2/+1 |
| 2017-09-22 | Add information about the syntax used in ranges | Badel2 | -2/+8 |
| 2017-09-18 | incr.comp.: Compute hashes of all query results. | Michael Woerister | -3/+6 |
| 2017-09-05 | Remove trailing white space | Zaki Manian | -1/+1 |
| 2017-09-03 | Minor documentation improvements for StmtKind | Zaki Manian | -2/+2 |
| 2017-09-01 | Implement RFC 1925 | Matt Ickstadt | -0/+1 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -1/+1 |
| 2017-08-25 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+26 |
| 2017-08-22 | Auto merge of #43854 - estebank:missing-cond, r=nikomatsakis | bors | -0/+26 |
| 2017-08-17 | Verify that an `if` condition block returns a value | Esteban Küber | -0/+26 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -6/+6 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -6/+6 |
| 2017-08-14 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -3/+3 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -3/+3 |
| 2017-08-09 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+22 |
| 2017-07-30 | Auto merge of #43551 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -0/+2 |
| 2017-07-29 | Rollup merge of #43501 - topecongiro:span-to-whereclause, r=nrc | Mark Simulacrum | -0/+2 |
| 2017-07-29 | Auto merge of #43009 - GuillaumeGomez:unused-doc-comments, r=nrc | bors | -0/+7 |
| 2017-07-28 | syntax: Capture a `TokenStream` when parsing items | Alex Crichton | -0/+7 |
| 2017-07-29 | Add Span to ast::WhereClause | topecongiro | -0/+2 |
| 2017-07-28 | syntax: Add `tokens: Option<TokenStream>` to Item | Alex Crichton | -0/+6 |
| 2017-07-28 | Remove support for `gen arg` | Alex Crichton | -3/+0 |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -0/+6 |
| 2017-07-27 | Give span to angle bracketed generic arguments | Vadim Petrochenkov | -7/+5 |
| 2017-07-27 | Discern between `Path` and `Path<>` in AST | Vadim Petrochenkov | -8/+6 |
| 2017-07-27 | Simplify parsing of paths | Vadim Petrochenkov | -0/+19 |
| 2017-07-27 | Make a lint instead | Guillaume Gomez | -0/+7 |
| 2017-07-10 | Store all generic arguments for method calls in AST | Vadim Petrochenkov | -7/+4 |
| 2017-07-05 | Merge remote-tracking branch 'origin/master' into proc_macro_api | Alex Crichton | -3/+2 |