| Age | Commit message (Expand) | Author | Lines |
| 2018-11-06 | Rollup merge of #55700 - pnkfelix:issue-55533-update-ui-tests-wrt-nll, r=davi... | kennytm | -22/+34 |
| 2018-11-06 | Rollup merge of #55694 - jsirs:issue-31076, r=oli-obk | kennytm | -0/+36 |
| 2018-11-06 | Rollup merge of #55664 - varkor:all-possible-cases-message, r=zackmdavis | kennytm | -2/+2 |
| 2018-11-06 | Moved and renamed ui issue tests. | Alexander Regueiro | -41/+712 |
| 2018-11-05 | Remove `println!`'s from `ui/issues/issue-52126-assign-op-invariance.rs` | Felix S. Klock II | -5/+5 |
| 2018-11-05 | Make `ui/issues/issue-17263.rs` robust w.r.t. NLL. | Felix S. Klock II | -17/+29 |
| 2018-11-05 | add test for i32, fix incorrect location | jsirs | -2/+10 |
| 2018-11-05 | update test to include concrete type (i32) | jsirs | -0/+2 |
| 2018-11-05 | Add test | jsirs | -0/+26 |
| 2018-11-04 | Ignore some more tests on emscripten | Nikita Popov | -1/+1 |
| 2018-11-04 | Auto merge of #55455 - estebank:expected-descr, r=michaelwoerister | bors | -1/+1 |
| 2018-11-03 | Make "all possible cases" help message uniform with existing help messages | varkor | -2/+2 |
| 2018-11-01 | Put backticks around field names, types and paths in error messages | Michael Hewson | -1/+1 |
| 2018-10-29 | Don't emit cannot move errors twice in migrate mode | Matthew Jasper | -130/+10 |
| 2018-10-29 | Fix regression | Esteban Küber | -2/+4 |
| 2018-10-29 | Rollup merge of #55423 - zackmdavis:back_out_bogus_ok_wrapping_suggestion, r=... | Pietro Albini | -33/+2 |
| 2018-10-28 | Use token description in "expected/found" parse messages | Esteban Küber | -5/+3 |
| 2018-10-28 | Rollup merge of #55199 - oli-obk:instance_printing, r=davidtwco | kennytm | -2/+2 |
| 2018-10-28 | Rollup merge of #55244 - wesleywiser:issue-50411, r=nikomatsakis | kennytm | -0/+11 |
| 2018-10-28 | resolve: Desugar empty import groups into synthetic dummy imports | Vadim Petrochenkov | -5/+5 |
| 2018-10-28 | resolve: More precise spans for privacy errors | Vadim Petrochenkov | -26/+26 |
| 2018-10-27 | back out bogus `Ok`-wrapping suggestion on `?` arm type mismatch | Zack M. Davis | -33/+2 |
| 2018-10-27 | Auto merge of #55150 - pnkfelix:issues-47215-54797-fix-ice-from-moving-out-of... | bors | -3/+3 |
| 2018-10-26 | Auto merge of #55382 - kennytm:rollup, r=kennytm | bors | -6/+8 |
| 2018-10-26 | Update tests | Oliver Scherer | -2/+2 |
| 2018-10-26 | Rollup merge of #55298 - estebank:macro-def, r=pnkfelix | kennytm | -1/+4 |
| 2018-10-26 | Rollup merge of #55292 - estebank:macro-eof, r=pnkfelix | kennytm | -5/+4 |
| 2018-10-26 | Auto merge of #53821 - oli-obk:sanity_query, r=RalfJung | bors | -16/+50 |
| 2018-10-25 | Rebase fallout | Oliver Schneider | -33/+4 |
| 2018-10-25 | update tests to changes on rustc master | Oliver Schneider | -6/+16 |
| 2018-10-25 | Deduplicate all the ~~things~~ errors | Oliver Schneider | -13/+16 |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -7/+57 |
| 2018-10-25 | Rollup merge of #55173 - estebank:suggest-static, r=oli-obk | Pietro Albini | -6/+3 |
| 2018-10-24 | Point to macro def span instead of whole body | Esteban Küber | -6/+4 |
| 2018-10-23 | Point at macro definition when no rules expect token | Esteban Küber | -2/+7 |
| 2018-10-23 | Auto merge of #55229 - nikomatsakis:issue-54692-closure-signatures, r=Matthew... | bors | -7/+5 |
| 2018-10-23 | Modify invalid macro in expression context diagnostic | Esteban Küber | -5/+4 |
| 2018-10-23 | check the self type is well-formed | Niko Matsakis | -7/+5 |
| 2018-10-23 | Auto merge of #55113 - mockersf:master, r=estebank | bors | -17/+401 |
| 2018-10-23 | Auto merge of #54778 - scottmcm:stabilize-ihle, r=pnkfelix | bors | -56/+93 |
| 2018-10-22 | Don't rerun Mir passes when inlining | Niko Matsakis | -0/+11 |
| 2018-10-22 | review comments | Esteban Küber | -12/+3 |
| 2018-10-22 | Suggest appropriate syntax on missing lifetime specifier in return type | Esteban Küber | -6/+12 |
| 2018-10-21 | Auto merge of #55069 - matthewjasper:explain-free-region-liveness, r=nikomats... | bors | -205/+130 |
| 2018-10-21 | Use new region infer errors for explaining borrows | Matthew Jasper | -205/+130 |
| 2018-10-21 | manage cases with tabs or other whitespaces | François Mockers | -0/+160 |
| 2018-10-20 | Auto merge of #55156 - PramodBisht:issue/52717, r=estebank | bors | -13/+6 |
| 2018-10-19 | 17905 also no longer errors, thanks to IHLE | Scott McMurray | -12/+76 |
| 2018-10-19 | Hooray! 19982 finally works the way people wanted in December 2014 :) | Scott McMurray | -44/+17 |
| 2018-10-20 | Auto merge of #55007 - davidtwco:issue-39175, r=petrochenkov | bors | -0/+40 |