| Age | Commit message (Expand) | Author | Lines |
| 2019-11-04 | Use build-pass in ui tests where appropriate | Tomasz Miąsko | -48/+48 |
| 2019-11-04 | Use run-pass for ui tests where appropriate | Tomasz Miąsko | -2/+2 |
| 2019-11-04 | Remove no longer useful ui test | Tomasz Miąsko | -4/+0 |
| 2019-11-04 | Auto merge of #65838 - estebank:resilient-recovery, r=Centril | bors | -16/+3 |
| 2019-11-02 | Update error annotations in tests that successfully compile | Tomasz Miąsko | -1/+0 |
| 2019-10-31 | Fix incorrect diagnostics for expected type in E0271 with an associated type | Ohad Ravid | -3/+3 |
| 2019-10-30 | Reduce ammount of errors given unclosed delimiter | Esteban Küber | -16/+3 |
| 2019-10-29 | Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichton | Tyler Mandry | -4/+4 |
| 2019-10-29 | Rollup merge of #65562 - Patryk27:master, r=estebank | Mazdak Farrokhzad | -4/+4 |
| 2019-10-29 | Rollup merge of #65318 - estebank:coherence, r=varkor | Mazdak Farrokhzad | -2/+2 |
| 2019-10-29 | Rollup merge of #65294 - varkor:lint-inline-prototype, r=matthewjasper | Mazdak Farrokhzad | -0/+8 |
| 2019-10-28 | Rollup merge of #65640 - estebank:recover-missing-semi, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-10-28 | Tweak unexpected token wording | Esteban Küber | -1/+1 |
| 2019-10-28 | Improve the "try using a variant of the expected type" hint. | Patryk Wychowaniec | -4/+4 |
| 2019-10-28 | Use more targeted spans for orphan rule errors | Esteban Küber | -2/+2 |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -65/+96 |
| 2019-10-27 | Auto merge of #65288 - estebank:point-at-assoc-type, r=nikomatsakis | bors | -6/+12 |
| 2019-10-26 | Rollup merge of #65773 - estebank:sugg-whitespace, r=Centril | Mazdak Farrokhzad | -0/+46 |
| 2019-10-25 | Emit warning for ignored #[inline] on trait method prototypes | varkor | -0/+8 |
| 2019-10-25 | Re-enable Emscripten's exception handling support | Thomas Lively | -4/+4 |
| 2019-10-25 | Rollup merge of #65390 - GuillaumeGomez:long-err-explanation-E0576, r=matthew... | Mazdak Farrokhzad | -0/+3 |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+46 |
| 2019-10-24 | Avoid ICE when adjusting bad self ty | Esteban Küber | -0/+81 |
| 2019-10-23 | Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakis | bors | -0/+3 |
| 2019-10-23 | Update ui tests | Guillaume Gomez | -0/+3 |
| 2019-10-22 | Fix rebase | Esteban Küber | -5/+4 |
| 2019-10-22 | review comments: move code, fix indentation and change span | Esteban Küber | -8/+8 |
| 2019-10-22 | Point at associated type for some obligations | Esteban Küber | -7/+14 |
| 2019-10-22 | RFC 2027: "first draft" of implementation | Mathias Blikstad | -0/+3 |
| 2019-10-20 | Rollup merge of #65602 - varkor:other-candidates, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-10-19 | Fix plural mistake in emitter.rs | varkor | -2/+2 |
| 2019-10-19 | Rollup merge of #65192 - estebank:restrict-bound, r=matthewjasper | Mazdak Farrokhzad | -17/+20 |
| 2019-10-19 | Rollup merge of #64007 - estebank:overlapping-patterns, r=matthewjasper | Mazdak Farrokhzad | -2/+3 |
| 2019-10-18 | [const-prop] Handle MIR Rvalue::Aggregates | Wesley Wiser | -2/+16 |
| 2019-10-17 | Auto merge of #65251 - tlively:emscripten-upstream-upgrade, r=tlively | bors | -5/+18 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -5/+18 |
| 2019-10-16 | Lint only on single element overlap | Esteban Küber | -2/+0 |
| 2019-10-16 | Only emit overlapping patterns lint if the overlap is partial | Esteban Küber | -1/+4 |
| 2019-10-16 | update ui tests | Guillaume Gomez | -1/+4 |
| 2019-10-15 | Rollup merge of #65438 - Centril:almost, r=varkor | Tyler Mandry | -91/+0 |
| 2019-10-15 | Rollup merge of #65308 - GuillaumeGomez:long-err-explanation-E0574, r=matthew... | Tyler Mandry | -0/+6 |
| 2019-10-15 | Do not suggest restriction on spans originating in macros | Esteban Küber | -3/+1 |
| 2019-10-15 | Suggest associated bound restrictions in `impl`s | Esteban Küber | -2/+3 |
| 2019-10-15 | Handle missing projection restriction | Esteban Küber | -3/+5 |
| 2019-10-15 | Handle `Self` restriction needed | Esteban Küber | -3/+4 |
| 2019-10-15 | Handle more cases | Esteban Küber | -10/+11 |
| 2019-10-15 | Organize `never_type` tests | Mazdak Farrokhzad | -91/+0 |
| 2019-10-14 | Rollup merge of #65398 - estebank:capitalization-only, r=varkor | Tyler Mandry | -5/+5 |
| 2019-10-14 | Rollup merge of #65395 - JohnTitor:add-tests, r=Centril | Mazdak Farrokhzad | -0/+23 |
| 2019-10-14 | Rollup merge of #65292 - JohnTitor:add-backticks, r=varkor,Centril | Mazdak Farrokhzad | -19/+19 |