| Age | Commit message (Expand) | Author | Lines |
| 2020-03-02 | Rollup merge of #69623 - Centril:fix-69396-tmp, r=petrochenkov | Dylan DPC | -0/+70 |
| 2020-03-02 | stash API: remove panic to fix ICE. | Mazdak Farrokhzad | -0/+70 |
| 2020-03-01 | Fix use of `has_infer_types` | Matthew Jasper | -14/+14 |
| 2020-03-01 | Rollup merge of #69598 - ollie27:rustdoc_crate-version_escape, r=GuillaumeGomez | Dylan DPC | -0/+6 |
| 2020-03-01 | Rollup merge of #69605 - JohnTitor:opt-def-id, r=petrochenkov | Yuki Okushi | -6/+8 |
| 2020-03-01 | Rollup merge of #69583 - LeSeulArtichaut:ice-69378, r=Centril | Yuki Okushi | -0/+17 |
| 2020-03-01 | Use `opt_def_id()` over `def_id()` | Yuki Okushi | -6/+8 |
| 2020-03-01 | rustdoc: HTML escape crate version | Oliver Middleton | -0/+6 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -19/+19 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -5/+5 |
| 2020-02-29 | Auto merge of #69260 - GuillaumeGomez:create-E0747-error-code, r=varkor,estebank | bors | -3/+6 |
| 2020-02-29 | Add regression test | LeSeulArtichaut | -0/+17 |
| 2020-02-29 | Auto merge of #69255 - estebank:e0599-details, r=varkor | bors | -108/+328 |
| 2020-02-28 | Ignore output for some platforms with diverging test output | Esteban Küber | -6/+18 |
| 2020-02-28 | Do not suggest implementing traits if present in predicates | Esteban Küber | -9/+2 |
| 2020-02-28 | Reword message | Esteban Küber | -2/+2 |
| 2020-02-28 | Reduce verbosity when suggesting restricting type params | Esteban Küber | -12/+0 |
| 2020-02-28 | keep predicate order and tweak output | Esteban Küber | -74/+118 |
| 2020-02-28 | Review comments: split requirement text to multiple lines for readability | Esteban Küber | -16/+32 |
| 2020-02-28 | Account for arbitrary self types in E0599 | Esteban Küber | -17/+9 |
| 2020-02-28 | Suggest constraining type parameters | Esteban Küber | -0/+75 |
| 2020-02-28 | Tweak wording | Esteban Küber | -24/+24 |
| 2020-02-28 | Mention the full path of the implementing trait | Esteban Küber | -24/+24 |
| 2020-02-28 | Point at closure definitions | Esteban Küber | -5/+8 |
| 2020-02-28 | Show information of chain of bound obligations | Esteban Küber | -15/+39 |
| 2020-02-28 | Track all predicates in errors, not just trait obligations | Esteban Küber | -11/+39 |
| 2020-02-28 | Deduplicate information in E0599 | Esteban Küber | -30/+10 |
| 2020-02-28 | On single local candidate, use span label | Esteban Küber | -49/+72 |
| 2020-02-28 | Reduce vebosity of E0599 | Esteban Küber | -50/+8 |
| 2020-02-28 | Add more context to E0599 errors | Esteban Küber | -42/+126 |
| 2020-02-28 | Auto merge of #69555 - Centril:rollup-e53lxz4, r=Centril | bors | -88/+463 |
| 2020-02-28 | Rollup merge of #69539 - Centril:fix-69401, r=petrochenkov | Mazdak Farrokhzad | -0/+15 |
| 2020-02-28 | Rollup merge of #69522 - Centril:fix-69341, r=petrochenkov | Mazdak Farrokhzad | -0/+36 |
| 2020-02-28 | Rollup merge of #69452 - Centril:typeck-pat, r=estebank | Mazdak Farrokhzad | -67/+222 |
| 2020-02-28 | Rollup merge of #69384 - petrochenkov:nounnorm, r=Centril | Mazdak Farrokhzad | -21/+30 |
| 2020-02-28 | Rollup merge of #69340 - Centril:self-ctor-normalize, r=nikomatsakis | Mazdak Farrokhzad | -0/+160 |
| 2020-02-28 | Update UI tests | Guillaume Gomez | -3/+6 |
| 2020-02-28 | Auto merge of #69148 - estebank:cold-as-ice, r=oli-obk | bors | -303/+168 |
| 2020-02-28 | late resolve, visit_fn: bail early if there's no body. | Mazdak Farrokhzad | -0/+15 |
| 2020-02-28 | Auto merge of #68505 - skinny121:canonicalize-const-eval-inputs, r=nikomatsakis | bors | -0/+23 |
| 2020-02-28 | Auto merge of #69534 - Dylan-DPC:rollup-fwa2lip, r=Dylan-DPC | bors | -2/+29 |
| 2020-02-28 | Rollup merge of #69379 - jumbatm:llvm-sigsegv, r=pnkfelix | Dylan DPC | -2/+29 |
| 2020-02-27 | Account for associated items when denying `_` | Esteban Küber | -65/+144 |
| 2020-02-27 | Account for bounds when denying `_` in type parameters | Esteban Küber | -11/+58 |
| 2020-02-27 | Revert "Backport only: avoid ICE on bad placeholder type" | Esteban Küber | -328/+67 |
| 2020-02-27 | Auto merge of #69513 - tmiasko:revert-checked-unused, r=petrochenkov | bors | -57/+0 |
| 2020-02-27 | error_derive_forbidden_on_non_adt: be more graceful | Mazdak Farrokhzad | -0/+36 |
| 2020-02-27 | Auto merge of #68434 - varkor:astconv-mismatch-error, r=nikomatsakis | bors | -47/+94 |
| 2020-02-27 | Auto merge of #69507 - JohnTitor:rollup-jqf1gmw, r=JohnTitor | bors | -67/+328 |
| 2020-02-27 | Rollup merge of #69324 - estebank:ice-break-backport-bad-placeholder-type, r=... | Yuki Okushi | -67/+328 |