| Age | Commit message (Expand) | Author | Lines |
| 2017-05-08 | incr.comp.: Hash more pieces of crate metadata to detect changes there. | Michael Woerister | -4/+39 |
| 2017-05-07 | Auto merge of #41729 - ubsan:master, r=nrc | bors | -30/+29 |
| 2017-05-07 | fix the easy features in libsyntax | ubsan | -30/+29 |
| 2017-05-07 | Auto merge of #41676 - sirideain:expand-macro-recursion-limit, r=jseyfried | bors | -1/+1 |
| 2017-05-06 | Fix "an" usage | acdenisSK | -1/+1 |
| 2017-05-06 | Group "macro expansion" notes per call span | Esteban Küber | -9/+18 |
| 2017-05-05 | Use diagnostics for trace_macro instead of println | Esteban Küber | -1/+6 |
| 2017-05-05 | Rollup merge of #41722 - F001:warnTilde, r=petrochenkov | Corey Farwell | -0/+13 |
| 2017-05-05 | Rollup merge of #41678 - GuillaumeGomez:rustdoc-test-warnings, r=alexcrichton | Corey Farwell | -2/+2 |
| 2017-05-05 | Suggest `!` for bitwise negation when encountering a `~` | F001 | -0/+13 |
| 2017-05-05 | Add Options type in libtest and remove argument | Guillaume Gomez | -2/+2 |
| 2017-05-04 | Remove use of `Self: Sized` from libsyntax | Tommy Ip | -1/+1 |
| 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 |