| Age | Commit message (Expand) | Author | Lines |
| 2018-01-30 | stabilize match_beginning_vert | Jonathan Goodman | -1/+0 |
| 2018-01-25 | Rollup merge of #47502 - petrochenkov:label, r=eddyb | Alex Crichton | -6/+18 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -1/+8 |
| 2018-01-22 | AST/HIR: Add a separate structure for labels | Vadim Petrochenkov | -6/+18 |
| 2018-01-15 | Move `ExprPrecedence` to `libsyntax/util/parser.rs` | Esteban Küber | -135/+1 |
| 2018-01-15 | Use single source of truth for expr precedence | Esteban Küber | -0/+180 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -6/+1 |
| 2018-01-04 | rustc: use {U,I}size instead of {U,I}s shorthands. | Eduard-Mihai Burtescu | -6/+6 |
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -2/+2 |
| 2017-12-22 | Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkov | bors | -0/+1 |
| 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 |