| Age | Commit message (Expand) | Author | Lines |
| 2017-05-02 | Rollup merge of #41693 - est31:anon_params_removal, r=eddyb | Corey Farwell | -1/+1 |
| 2017-05-02 | Removal pass for anonymous parameters | est31 | -1/+1 |
| 2017-05-02 | Auto merge of #40851 - oli-obk:multisugg, r=jonathandturner | bors | -12/+19 |
| 2017-05-01 | Increase macro recursion limit to 1024 Fixes #22552 | Charlie Sheridan | -1/+1 |
| 2017-05-01 | Add profiling support, through the rustc -Z profile flag. | whitequark | -0/+11 |
| 2017-04-28 | Auto merge of #41542 - petrochenkov:objpars2, r=nikomatsakis | bors | -2/+2 |
| 2017-04-28 | Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichton | bors | -73/+112 |
| 2017-04-27 | Auto merge of #37860 - giannicic:defaultimpl, r=nagisa | bors | -13/+54 |
| 2017-04-26 | support `default impl` for specialization | Gianni Ciccarelli | -16/+10 |
| 2017-04-26 | Implement a file-path remapping feature in support of debuginfo and reproduci... | Michael Woerister | -73/+112 |
| 2017-04-25 | Parse trait object types starting with a lifetime bound | Vadim Petrochenkov | -2/+2 |
| 2017-04-25 | Add ui tests | Guillaume Gomez | -7/+4 |
| 2017-04-25 | Improve E0178 suggestion placement | Oliver Schneider | -4/+5 |
| 2017-04-25 | Address PR comments | Oliver Schneider | -3/+1 |
| 2017-04-25 | Update affected tests | Oliver Schneider | -3/+1 |
| 2017-04-25 | Minimize single span suggestions into a note | Oliver Schneider | -2/+12 |
| 2017-04-25 | support `default impl` for specialization | Gianni Ciccarelli | -3/+11 |
| 2017-04-24 | Remove strip prefix | Guillaume Gomez | -16/+2 |
| 2017-04-24 | Add tests for module suggestions | Guillaume Gomez | -15/+28 |
| 2017-04-24 | Fix invalid module suggestion | Guillaume Gomez | -13/+20 |
| 2017-04-24 | support `default impl` for specialization | Gianni Ciccarelli | -13/+52 |
| 2017-04-24 | Fix more merge conflicts | Matthew | -37/+64 |
| 2017-04-22 | Resolve merge conflict | matthewjasper | -56/+116 |
| 2017-04-22 | Auto merge of #41464 - frewsxcv:rollup, r=frewsxcv | bors | -37/+64 |
| 2017-04-22 | Rollup merge of #41077 - petrochenkov:boundparen, r=nikomatsakis | Corey Farwell | -37/+64 |
| 2017-04-22 | Auto merge of #39999 - bitshifter:struct_align, r=eddyb | bors | -7/+58 |
| 2017-04-21 | Rollup merge of #41432 - abonander:issue_41211, r=jseyfried | Corey Farwell | -2/+12 |
| 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 |