| Age | Commit message (Expand) | Author | Lines |
| 2019-03-11 | Auto merge of #58788 - matthewjasper:compare-children, r=pnkfelix | bors | -0/+100 |
| 2019-03-11 | Auto merge of #58784 - oli-obk:accidental_promotion, r=eddyb | bors | -0/+18 |
| 2019-03-10 | Make migrate mode work at item level granularity | Matthew Jasper | -0/+100 |
| 2019-03-10 | Auto merge of #56732 - Zoxc:rustc-interface, r=oli-obk | bors | -122/+61 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -122/+61 |
| 2019-03-10 | Auto merge of #58498 - euclio:e0432-suggestions, r=estebank | bors | -48/+96 |
| 2019-03-09 | Rollup merge of #58762 - petrochenkov:unwind, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+51 |
| 2019-03-09 | Rollup merge of #58750 - TimDiekmann:master, r=oli-obk | Mazdak Farrokhzad | -0/+131 |
| 2019-03-09 | Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoerister | Mazdak Farrokhzad | -22/+127 |
| 2019-03-09 | Rollup merge of #58629 - euclio:debug-empty-str, r=alexcrichton | Mazdak Farrokhzad | -0/+35 |
| 2019-03-09 | Rollup merge of #58626 - QuietMisdreavus:doc-coverage, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+222 |
| 2019-03-09 | use structured suggestions for E0432 | Andy Russell | -48/+96 |
| 2019-03-09 | Auto merge of #57882 - euclio:unused-doc-attributes, r=estebank | bors | -22/+113 |
| 2019-03-09 | Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini | bors | -8/+309 |
| 2019-03-08 | Auto merge of #58985 - dlrobertson:fix_58980, r=alexreg | bors | -0/+19 |
| 2019-03-08 | expand unused doc comment diagnostic | Andy Russell | -29/+100 |
| 2019-03-08 | improve unused doc comment diagnostic reporting | Andy Russell | -6/+26 |
| 2019-03-08 | Auto merge of #58915 - ljedrz:deprecate_nodeid_methods, r=Zoxc | bors | -3/+3 |
| 2019-03-08 | Rollup merge of #59007 - varkor:invalid-const-arg-test, r=petrochenkov | Pietro Albini | -0/+12 |
| 2019-03-08 | Rollup merge of #58984 - estebank:multi-treat-err-as-bug, r=oli-obk | Pietro Albini | -1/+1 |
| 2019-03-08 | Rollup merge of #58970 - pnkfelix:issue-58158-size-of-assoc-type-ice, r=petro... | Pietro Albini | -0/+40 |
| 2019-03-08 | Rollup merge of #58961 - estebank:issue-58462, r=varkor | Pietro Albini | -4/+4 |
| 2019-03-08 | Rollup merge of #58931 - estebank:elide-receiver-tyerr, r=varkor | Pietro Albini | -0/+30 |
| 2019-03-08 | Rollup merge of #58921 - cuviper:issue-50582, r=varkor | Pietro Albini | -0/+15 |
| 2019-03-08 | Rollup merge of #58918 - gilescope:async-await-issue-testcase, r=petrochenkov | Pietro Albini | -0/+28 |
| 2019-03-08 | Rollup merge of #58912 - pnkfelix:issue-58813-incr-comp-regress-test, r=petro... | Pietro Albini | -0/+14 |
| 2019-03-08 | Rollup merge of #58911 - pnkfelix:issue-58435-regression-test, r=alexcrichton | Pietro Albini | -0/+17 |
| 2019-03-08 | Rollup merge of #58906 - Nemo157:generator-state-debug-info, r=Zoxc | Pietro Albini | -0/+27 |
| 2019-03-08 | Rollup merge of #58883 - estebank:unused-closure-arg, r=varkor | Pietro Albini | -0/+40 |
| 2019-03-08 | Rollup merge of #58877 - estebank:macro-borrow, r=davidtwco | Pietro Albini | -3/+45 |
| 2019-03-08 | Rollup merge of #58861 - estebank:fix-negative-traits, r=petrochenkov | Pietro Albini | -0/+15 |
| 2019-03-08 | Rollup merge of #58369 - nox:sync-hash-map-entry, r=Amanieu | Pietro Albini | -0/+1 |
| 2019-03-08 | Rollup merge of #58204 - estebank:impl-trait-semi, r=zackmdavis | Pietro Albini | -0/+20 |
| 2019-03-08 | Auto merge of #58903 - estebank:forgetful-delims, r=petrochenkov | bors | -33/+130 |
| 2019-03-08 | Auto merge of #58013 - Zoxc:stable-hash-macro-simple, r=oli-obk | bors | -0/+63 |
| 2019-03-07 | Add a test for invalid const arguments | varkor | -0/+12 |
| 2019-03-07 | update treat-err-as-bug test | Esteban Küber | -1/+1 |
| 2019-03-07 | Fix segfaults in release build C-variadic fns | Dan Robertson | -0/+19 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -3/+3 |
| 2019-03-06 | Add regression test for #58886 | Esteban Küber | -0/+53 |
| 2019-03-06 | Collect unclosed delimiters in parent parser | Esteban Küber | -31/+32 |
| 2019-03-06 | Emit missing unclosed delimiter errors | Esteban Küber | -40/+37 |
| 2019-03-06 | Reduce test case | Esteban Küber | -18/+4 |
| 2019-03-06 | Emit unclosed delimiters during recovery | Esteban Küber | -1/+13 |
| 2019-03-06 | Bail when encountering a second unexpected token in the same span | Esteban Küber | -74/+15 |
| 2019-03-06 | Do not panic on missing close paren | Esteban Küber | -0/+107 |
| 2019-03-06 | Surround found token with ` | Esteban Küber | -2/+2 |
| 2019-03-06 | rust-lldb: fix crash when printing empty string | Andy Russell | -0/+35 |
| 2019-03-06 | Regression test for issue #58158. | Felix S. Klock II | -0/+40 |
| 2019-03-06 | Regression test for #58813 | Felix S. Klock II | -0/+14 |