| Age | Commit message (Expand) | Author | Lines |
| 2019-01-11 | use the correct supertrait substitution in `object_ty_for_trait` | Ariel Ben-Yehuda | -0/+23 |
| 2018-12-31 | Corrected expected test err messages. | Alexander Regueiro | -10/+10 |
| 2018-12-31 | Added test for issue #56835. | Alexander Regueiro | -0/+25 |
| 2018-12-31 | Fixed issue #56199. | Alexander Regueiro | -0/+53 |
| 2018-12-04 | Update tests | Oliver Scherer | -14/+47 |
| 2018-12-03 | Rollup merge of #56366 - alexreg:stabilise-self_in_typedefs, r=Centril | kennytm | -2/+12 |
| 2018-12-02 | Auto merge of #56110 - varkor:inhabitedness-union-enum, r=cramertj | bors | -1/+4 |
| 2018-11-30 | Updated ui tests. | Alexander Regueiro | -2/+12 |
| 2018-11-30 | Removed feature gate. | Alexander Regueiro | -2/+0 |
| 2018-11-30 | Changed test for issue 56202 to compile-pass. | Alexander Regueiro | -7/+4 |
| 2018-11-30 | Fix ICE with feature self_struct_ctor | Esteban Küber | -0/+22 |
| 2018-11-29 | Fix broken tests | varkor | -1/+4 |
| 2018-11-29 | Rollup merge of #56330 - estebank:cleanup-span, r=zackmdavis | Guillaume Gomez | -4/+4 |
| 2018-11-29 | Rollup merge of #56114 - varkor:nonexhaustive-backticks, r=nikomatsakis | Guillaume Gomez | -4/+4 |
| 2018-11-28 | Clean up span in non-trailing `..` suggestion | Esteban Küber | -4/+4 |
| 2018-11-27 | Auto merge of #55402 - estebank:macro-eof-2, r=nikomatsakis | bors | -2/+2 |
| 2018-11-25 | Rollup merge of #56211 - petrochenkov:fwd, r=petrochenkov | Pietro Albini | -3/+20 |
| 2018-11-25 | Rollup merge of #56204 - estebank:suggest-variant, r=zackmdavis | Pietro Albini | -6/+5 |
| 2018-11-25 | Rollup merge of #56045 - qnighy:additional-sizedness, r=cramertj | Pietro Albini | -41/+9 |
| 2018-11-25 | resolve: Fix bad span arithmetics in import conflict diagnostics | Vadim Petrochenkov | -3/+20 |
| 2018-11-25 | Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis | bors | -6/+6 |
| 2018-11-24 | Suggest correct enum variant on typo | Esteban Küber | -6/+5 |
| 2018-11-23 | Reword incorrect macro invocation primary label | Esteban Küber | -2/+2 |
| 2018-11-23 | Auto merge of #55808 - estebank:type-arguments, r=petrochenkov | bors | -7/+13 |
| 2018-11-22 | Do not point at associated types from other crates | Esteban Küber | -25/+0 |
| 2018-11-22 | Reword and fix test | Esteban Küber | -7/+7 |
| 2018-11-22 | Point at the associated type's def span | Esteban Küber | -0/+31 |
| 2018-11-21 | add compile-pass annotation | Niko Matsakis | -0/+2 |
| 2018-11-21 | add regression test | Niko Matsakis | -0/+13 |
| 2018-11-21 | Enclose type in backticks for "reached the recursion limit while auto-derefer... | varkor | -2/+2 |
| 2018-11-21 | Check arg/ret sizedness at ExprKind::Path. | Masaki Hara | -41/+9 |
| 2018-11-20 | Enclose type in backticks for "non-exhaustive patterns" error | varkor | -2/+2 |
| 2018-11-19 | Auto merge of #56051 - pietroalbini:rollup, r=pietroalbini | bors | -21/+71 |
| 2018-11-19 | Rollup merge of #56007 - RalfJung:non-const-call, r=oli-obk | Pietro Albini | -4/+37 |
| 2018-11-18 | Rollup merge of #55894 - RalfJung:validation-enums, r=oli-obk | Pietro Albini | -1/+1 |
| 2018-11-18 | Rollup merge of #55862 - zackmdavis:but_will_they_come_when_you_call_them, r=... | Pietro Albini | -16/+33 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -6/+6 |
| 2018-11-18 | resolve: Avoid sentence breaks in diagnostics | Vadim Petrochenkov | -17/+17 |
| 2018-11-18 | resolve: Tweak some articles in ambiguity diagnostics | Vadim Petrochenkov | -7/+7 |
| 2018-11-16 | adjust remaining tests | Ralf Jung | -4/+37 |
| 2018-11-15 | fix other affected tests | Ralf Jung | -1/+1 |
| 2018-11-14 | add test for issue #54348 | Andy Russell | -0/+21 |
| 2018-11-14 | add test for issue #55587 | Andy Russell | -0/+14 |
| 2018-11-10 | in which the E0618 "expected function" diagnostic gets a makeover | Zack M. Davis | -16/+33 |
| 2018-11-11 | Rollup merge of #55800 - estebank:abolish-ice-for-lifetime, r=oli-obk | Pietro Albini | -0/+72 |
| 2018-11-11 | Rollup merge of #55687 - alexreg:fix-24010, r=scalexm | Pietro Albini | -0/+27 |
| 2018-11-10 | Auto merge of #55717 - oli-obk:rustdoc_overflow, r=pnkfelix | bors | -1/+2 |
| 2018-11-10 | Auto merge of #55626 - nikic:update-emscripten, r=alexcrichton | bors | -1/+1 |
| 2018-11-08 | Sidestep ICE in `type_of_def_id()` when called from `return_type_impl_trait` | Esteban Küber | -0/+72 |
| 2018-11-08 | Auto merge of #55532 - pnkfelix:rustc_error-survey, r=nikomatsakis | bors | -480/+142 |