| Age | Commit message (Expand) | Author | Lines |
| 2018-10-26 | Auto merge of #55382 - kennytm:rollup, r=kennytm | bors | -177/+552 |
| 2018-10-26 | Rollup merge of #55301 - estebank:macro-allowed, r=petrochenkov | kennytm | -97/+291 |
| 2018-10-26 | Rollup merge of #55298 - estebank:macro-def, r=pnkfelix | kennytm | -37/+113 |
| 2018-10-26 | Rollup merge of #55292 - estebank:macro-eof, r=pnkfelix | kennytm | -30/+84 |
| 2018-10-26 | Auto merge of #54626 - alexcrichton:dwarf-generics, r=michaelwoerister | bors | -0/+41 |
| 2018-10-26 | Auto merge of #53821 - oli-obk:sanity_query, r=RalfJung | bors | -794/+763 |
| 2018-10-26 | Rollup merge of #55258 - Aaron1011:fix/rustdoc-blanket, r=GuillaumeGomez | kennytm | -0/+31 |
| 2018-10-26 | Rollup merge of #54824 - Munksgaard:fix-49713, r=QuietMisdreavus | kennytm | -13/+16 |
| 2018-10-26 | Rollup merge of #54816 - oli-obk:double_promotion, r=alexreg | kennytm | -0/+17 |
| 2018-10-26 | Auto merge of #54145 - nrc:save-path-segments, r=petrochenkov | bors | -152/+152 |
| 2018-10-26 | Fix tests and assertions; add some comments | Nick Cameron | -134/+134 |
| 2018-10-26 | Fix tests and rustdoc | Nick Cameron | -24/+24 |
| 2018-10-25 | Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obk | bors | -9/+72 |
| 2018-10-25 | List allowed tokens after macro fragments | Esteban Küber | -97/+291 |
| 2018-10-25 | Rebase fallout | Oliver Schneider | -268/+64 |
| 2018-10-25 | add the lint back to the list, and fix tests | Ralf Jung | -281/+73 |
| 2018-10-25 | fix ui tests (rebase fallout) | Ralf Jung | -3/+4 |
| 2018-10-25 | fix a test comment | Ralf Jung | -1/+1 |
| 2018-10-25 | Addressed minor issues brought up in review. | Alexander Regueiro | -9/+6 |
| 2018-10-25 | Rebase fallout in ui output | Oliver Schneider | -24/+13 |
| 2018-10-25 | Update rustdoc test | Oliver Schneider | -1/+1 |
| 2018-10-25 | More mono items are generated now | Oliver Schneider | -0/+5 |
| 2018-10-25 | update tests to changes on rustc master | Oliver Schneider | -57/+85 |
| 2018-10-25 | Deduplicate all the ~~things~~ errors | Oliver Schneider | -199/+112 |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -725/+1173 |
| 2018-10-25 | Auto merge of #55347 - pietroalbini:rollup, r=pietroalbini | bors | -78/+194 |
| 2018-10-25 | Rollup merge of #55306 - pnkfelix:issue-54478-regression-test-jemalloc-ctl, r... | Pietro Albini | -0/+42 |
| 2018-10-25 | Rollup merge of #55296 - cuviper:rustdoc-ui-backtrace, r=nikomatsakis | Pietro Albini | -9/+10 |
| 2018-10-25 | Rollup merge of #55269 - matthiaskrgr:typos_oct, r=zackmdavis | Pietro Albini | -35/+35 |
| 2018-10-25 | Rollup merge of #55253 - zackmdavis:some_suggestion, r=pnkfelix | Pietro Albini | -1/+26 |
| 2018-10-25 | Rollup merge of #55173 - estebank:suggest-static, r=oli-obk | Pietro Albini | -26/+58 |
| 2018-10-25 | Rollup merge of #55138 - zackmdavis:the_paren_trap, r=pnkfelix | Pietro Albini | -7/+7 |
| 2018-10-25 | Rollup merge of #54977 - estebank:macro-arg-parse, r=pnkfelix | Pietro Albini | -0/+16 |
| 2018-10-25 | Auto merge of #55323 - nikomatsakis:nll-ICE-55219-and-55241, r=pnkfelix | bors | -17/+50 |
| 2018-10-24 | Fix incorrect semicolon suggestion | Esteban Küber | -3/+1 |
| 2018-10-24 | port the relate-types code from NLL type-check into a type-op | Niko Matsakis | -17/+50 |
| 2018-10-24 | Point to macro def span instead of whole body | Esteban Küber | -178/+106 |
| 2018-10-24 | This is a regression test for #54478. | Felix S. Klock II | -0/+42 |
| 2018-10-23 | Point at macro definition when no rules expect token | Esteban Küber | -69/+217 |
| 2018-10-23 | Set RUST_BACKTRACE=0 for rustdoc-ui/failed-doctest-output.rs | Josh Stone | -9/+10 |
| 2018-10-24 | Prohibit macro-expanded `extern crate` items shadowing crates passed with `--... | Vadim Petrochenkov | -3/+36 |
| 2018-10-24 | Feature gate extern prelude additions from `extern crate` items | Vadim Petrochenkov | -3/+116 |
| 2018-10-24 | Add `extern crate` items to extern prelude | Vadim Petrochenkov | -4/+94 |
| 2018-10-23 | Auto merge of #55229 - nikomatsakis:issue-54692-closure-signatures, r=Matthew... | bors | -65/+161 |
| 2018-10-23 | Modify invalid macro in expression context diagnostic | Esteban Küber | -30/+71 |
| 2018-10-23 | Add macro call span when lacking any other span in diagnostic | Esteban Küber | -0/+15 |
| 2018-10-23 | check the self type is well-formed | Niko Matsakis | -7/+42 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -35/+35 |
| 2018-10-23 | Auto merge of #55281 - alexcrichton:revert-demote, r=petrochenkov | bors | -100/+0 |
| 2018-10-23 | Auto merge of #55113 - mockersf:master, r=estebank | bors | -57/+439 |