| Age | Commit message (Expand) | Author | Lines |
| 2017-04-21 | Move parse_remaining_bounds into a separate function | Vadim Petrochenkov | -20/+21 |
| 2017-04-21 | Fix issue with single question mark or paren | Vadim Petrochenkov | -23/+28 |
| 2017-04-21 | syntax: Support parentheses around trait bounds | Vadim Petrochenkov | -4/+25 |
| 2017-04-20 | Reduce visual clutter of multiline start when possible | Esteban Küber | -47/+46 |
| 2017-04-20 | Don't panic if an attribute macro fails to resolve at crate root | Austin Bonander | -2/+12 |
| 2017-04-21 | Added feature gate, updated error messages and tests. | Cameron Hart | -5/+18 |
| 2017-04-21 | Implementation of repr struct alignment RFC 1358. | Cameron Hart | -7/+45 |
| 2017-04-20 | Stabilize RFC 1506 - clarified ADT kinds | Matthew | -25/+3 |
| 2017-04-20 | Rollup merge of #41214 - estebank:less-multiline, r=petrochenkov | Corey Farwell | -0/+19 |
| 2017-04-18 | Add top level sections to the Unstable Book. | Corey Farwell | -3/+0 |
| 2017-04-17 | Auto merge of #41282 - arielb1:missing-impl-item, r=petrochenkov | bors | -70/+101 |
| 2017-04-17 | libsyntax/parse: improve associated item error reporting | Ariel Ben-Yehuda | -70/+101 |
| 2017-04-17 | Auto merge of #41345 - frewsxcv:rollup, r=frewsxcv | bors | -30/+82 |
| 2017-04-17 | Auto merge of #41264 - alexeyzab:41158-fix-docs, r=steveklabnik | bors | -2/+2 |
| 2017-04-17 | Adjust description | alexey zabelin | -1/+1 |
| 2017-04-15 | satisfy completely useless tidy check | Alex Burka | -1/+1 |
| 2017-04-15 | feature gate :vis matcher | Alex Burka | -22/+51 |
| 2017-04-15 | widen :vis follow set | Alex Burka | -4/+4 |
| 2017-04-15 | move NtVis enum variant to stave off comment rot | Alex Burka | -1/+1 |
| 2017-04-15 | parse interpolated visibility tokens | Alex Burka | -1/+4 |
| 2017-04-15 | update print_visibility for new pub(restricted) syntax | Alex Burka | -8/+6 |
| 2017-04-15 | update :vis implementation to current rust | Alex Burka | -7/+7 |
| 2017-04-15 | Implementation of the `vis` macro matcher. | Daniel Keep | -1/+23 |
| 2017-04-14 | Put overlapping impls behind feature gate, add tests | Sean Griffin | -0/+3 |
| 2017-04-13 | Address the PR review | alexey zabelin | -2/+2 |
| 2017-04-12 | Fix old docs | alexey zabelin | -2/+2 |
| 2017-04-12 | Add global_asm tests | A.J. Gardner | -1/+1 |
| 2017-04-12 | First attempt at global_asm! macro | A.J. Gardner | -0/+40 |
| 2017-04-12 | Rollup merge of #41087 - estebank:tuple-float-index, r=arielb1 | Tim Neumann | -3/+3 |
| 2017-04-12 | Add a way to get shorter spans until `char` for pointing at defs | Esteban Küber | -0/+19 |
| 2017-04-11 | Auto merge of #41174 - estebank:issue-41155, r=nikomatsakis | bors | -2/+4 |
| 2017-04-10 | Point at only one char on `Span::next_point` | Esteban Küber | -2/+4 |
| 2017-04-10 | Auto merge of #40018 - japaric:ld, r=alexcrichton | bors | -0/+3 |
| 2017-04-09 | Auto merge of #41136 - estebank:multiline, r=jonathandturner | bors | -0/+134 |
| 2017-04-09 | Always show end line of multiline annotations | Esteban Küber | -0/+134 |
| 2017-04-08 | Auto merge of #40887 - estebank:ty-placeholder, r=petrochenkov | bors | -3/+31 |
| 2017-04-07 | Merge branch 'master' into ty-placeholder | Esteban Küber | -38/+126 |
| 2017-04-07 | pub(restricted) didn't make it into 1.17 | est31 | -1/+1 |
| 2017-04-07 | hack: add a linker_flavor feature gate | Jorge Aparicio | -0/+3 |
| 2017-04-07 | Auto merge of #39987 - japaric:used, r=arielb1 | bors | -0/+8 |
| 2017-04-06 | Introduce HashStable trait and base ICH implementations on it. | Michael Woerister | -0/+25 |
| 2017-04-05 | Rollup merge of #41050 - jseyfried:fix_derive_parsing, r=petrochenkov | Corey Farwell | -1/+22 |
| 2017-04-05 | document the implementation a bit more | Jorge Aparicio | -2/+2 |
| 2017-04-05 | Rollup merge of #40815 - estebank:issue-40006, r=GuillaumeGomez | Ariel Ben-Yehuda | -15/+42 |
| 2017-04-05 | add an #[used] attribute | Jorge Aparicio | -0/+8 |
| 2017-04-05 | Use proper span for tuple index parsed as float | Esteban Küber | -3/+3 |
| 2017-04-05 | Rollup merge of #40870 - alexcrichton:stabilize-windows-subsystem, r=aturon | Corey Farwell | -9/+3 |
| 2017-04-04 | Merge branch 'master' into issue-32540 | Esteban Küber | -1662/+671 |
| 2017-04-03 | Fix bug parsing `#[derive]` macro invocations. | Jeffrey Seyfried | -1/+22 |
| 2017-04-03 | Merge branch 'master' into issue-40006 | Esteban Küber | -1663/+672 |