| Age | Commit message (Expand) | Author | Lines |
| 2018-11-25 | resolve: Fix bad span arithmetics in import conflict diagnostics | Vadim Petrochenkov | -3/+20 |
| 2018-11-22 | add compile-pass annotation | Niko Matsakis | -0/+2 |
| 2018-11-22 | add regression test | Niko Matsakis | -0/+13 |
| 2018-11-17 | resolve: Avoid sentence breaks in diagnostics | Vadim Petrochenkov | -17/+17 |
| 2018-11-17 | resolve: Tweak some articles in ambiguity diagnostics | Vadim Petrochenkov | -7/+7 |
| 2018-11-15 | Sidestep ICE in `type_of_def_id()` when called from `return_type_impl_trait` | Esteban Küber | -0/+72 |
| 2018-11-10 | Bubble up an overflow error so that rustdoc can ignore it | Oliver Scherer | -1/+2 |
| 2018-10-29 | back out bogus `Ok`-wrapping suggestion on `?` arm type mismatch | Zack M. Davis | -33/+2 |
| 2018-10-29 | resolve: Desugar empty import groups into synthetic dummy imports | Vadim Petrochenkov | -5/+5 |
| 2018-10-29 | resolve: More precise spans for privacy errors | Vadim Petrochenkov | -26/+26 |
| 2018-10-25 | Rollup merge of #55173 - estebank:suggest-static, r=oli-obk | Pietro Albini | -6/+3 |
| 2018-10-23 | Auto merge of #55229 - nikomatsakis:issue-54692-closure-signatures, r=Matthew... | bors | -7/+5 |
| 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 | 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 |
| 2018-10-19 | Only suggest paths that exist. | David Wood | -0/+40 |
| 2018-10-19 | Fixed: Multiple errors on single typo in match pattern | Pramod Bisht | -13/+6 |
| 2018-10-19 | Auto merge of #55004 - oli-obk:sized_static, r=cramertj | bors | -28/+26 |
| 2018-10-18 | Rollup merge of #55104 - estebank:addtest, r=alexcrichton | kennytm | -0/+16 |
| 2018-10-17 | Auto merge of #55134 - davidtwco:issue-55118, r=pnkfelix | bors | -151/+166 |
| 2018-10-17 | Auto merge of #54946 - estebank:iterator, r=varkor | bors | -21/+68 |
| 2018-10-17 | fix other tests failing due to change in case or new suggestion for extern crate | François Mockers | -17/+17 |
| 2018-10-17 | apply review | François Mockers | -30/+60 |
| 2018-10-17 | Update output for borrowck=migrate compare mode. | David Wood | -151/+166 |
| 2018-10-16 | updates to expected output for other ui tests. | Felix S. Klock II | -3/+3 |
| 2018-10-16 | Use platform independent types | Oliver Scherer | -5/+4 |
| 2018-10-16 | Check the type of statics and constants for `Sized`ness | Oliver Scherer | -28/+27 |
| 2018-10-16 | #45829 when a renamed import conflict with a previous import | François Mockers | -0/+194 |
| 2018-10-15 | Add test for #34229 | Esteban Küber | -0/+16 |
| 2018-10-15 | Rollup merge of #55025 - ehuss:missing-lifetime-err-msg, r=petrochenkov | Manish Goregaokar | -1/+1 |
| 2018-10-15 | Rollup merge of #54991 - euclio:issue-23189, r=tmandry | Manish Goregaokar | -0/+24 |
| 2018-10-13 | Auto merge of #55017 - memoryruins:add-tests, r=alexcrichton | bors | -0/+49 |
| 2018-10-13 | Auto merge of #54980 - zackmdavis:and_the_case_of_the_universal_call, r=oli-obk | bors | -6/+2 |
| 2018-10-12 | Add missing lifetime fragment specifier to error message. | Eric Huss | -1/+1 |
| 2018-10-12 | Add nll stderr to #52240 | memoryruins | -0/+9 |
| 2018-10-12 | Add test for issue #52240 | memoryruins | -0/+25 |
| 2018-10-12 | Add test for issue #54966 | memoryruins | -0/+15 |
| 2018-10-12 | add test for #23189 | Andy Russell | -0/+24 |
| 2018-10-12 | Rollup merge of #54825 - davidtwco:issue-52663-deref-raw-pointer, r=pnkfelix | kennytm | -4/+4 |
| 2018-10-11 | structured suggestion for E0223 ambiguous associated type | Zack M. Davis | -6/+2 |
| 2018-10-11 | review comments | Esteban Küber | -1/+1 |