| Age | Commit message (Expand) | Author | Lines |
| 2018-11-30 | Allow `let` bindings everywhere | Oliver Scherer | -210/+22 |
| 2018-11-30 | Remove a bunch of now-unnecessary `const_let` feature gates | Oliver Scherer | -16/+0 |
| 2018-11-30 | Update a test's diagnostics | Oliver Scherer | -39/+6 |
| 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 |
| 2018-11-07 | Added tests. | Alexander Regueiro | -0/+27 |
| 2018-11-07 | Rollup merge of #55730 - estebank:impl-trait-arg-mismatch, r=varkor | kennytm | -0/+27 |
| 2018-11-07 | Removed `#[rustc_error]` from tests that are all `// compile-pass`. | Felix S. Klock II | -480/+142 |
| 2018-11-07 | Rollup merge of #55688 - alexreg:move-issue-tests, r=estebank | kennytm | -41/+712 |
| 2018-11-06 | Use trait impl method span when type param mismatch is due to impl Trait | Esteban Küber | -0/+27 |
| 2018-11-06 | Bubble up an overflow error so that rustdoc can ignore it | Oliver Scherer | -1/+2 |