| Age | Commit message (Expand) | Author | Lines |
| 2020-03-16 | Rollup merge of #69995 - contrun:add-context-to-literal-overflow, r=ecstatic-... | Dylan DPC | -0/+1 |
| 2020-03-15 | Add more context to the literal overflow message | YI | -0/+1 |
| 2020-03-14 | increase slack for stack size test | Ralf Jung | -2/+2 |
| 2020-03-12 | update tests | Mark Mansi | -22/+22 |
| 2020-03-12 | Rollup merge of #69722 - estebank:negative-impl-span-ast, r=Centril | Mazdak Farrokhzad | -18/+12 |
| 2020-03-11 | Fix cycle error when emitting suggestion for mismatched `fn` type | Aaron Hill | -0/+71 |
| 2020-03-11 | Rollup merge of #69760 - Centril:parse-expr-improve, r=estebank | Mazdak Farrokhzad | -6/+6 |
| 2020-03-10 | unify/improve/simplify attribute parsing | Mazdak Farrokhzad | -6/+6 |
| 2020-03-10 | fix test failure due to earlier emitted error | YI | -1/+8 |
| 2020-03-08 | Rollup merge of #69422 - JohnTitor:remove-unwrap, r=Xanewok | Mazdak Farrokhzad | -5/+8 |
| 2020-03-07 | Rollup merge of #69727 - JohnTitor:sugg-unwrap, r=estebank | Mazdak Farrokhzad | -0/+37 |
| 2020-03-07 | Rollup merge of #67741 - estebank:point-at-pat-def, r=Centril | Mazdak Farrokhzad | -2/+22 |
| 2020-03-06 | When encountering an Item in a pat context, point at the item def | Esteban Küber | -2/+22 |
| 2020-03-07 | Add a regression test | Yuki Okushi | -0/+37 |
| 2020-03-06 | Further tweak spans in ast validation errors | Esteban Küber | -18/+12 |
| 2020-03-06 | Auto merge of #69614 - estebank:ice-age, r=davidtwco | bors | -0/+41 |
| 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 | `delay_span_bug` when codegen cannot select obligation | Esteban Küber | -0/+41 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | Auto merge of #69255 - estebank:e0599-details, r=varkor | bors | -24/+50 |
| 2020-02-28 | keep predicate order and tweak output | Esteban Küber | -12/+16 |
| 2020-02-28 | Review comments: split requirement text to multiple lines for readability | Esteban Küber | -3/+6 |
| 2020-02-28 | Account for arbitrary self types in E0599 | Esteban Küber | -4/+2 |
| 2020-02-28 | Tweak wording | Esteban Küber | -3/+3 |
| 2020-02-28 | Mention the full path of the implementing trait | Esteban Küber | -3/+3 |
| 2020-02-28 | Point at closure definitions | Esteban Küber | -2/+2 |
| 2020-02-28 | Show information of chain of bound obligations | Esteban Küber | -3/+6 |
| 2020-02-28 | Track all predicates in errors, not just trait obligations | Esteban Küber | -1/+11 |
| 2020-02-28 | Deduplicate information in E0599 | Esteban Küber | -4/+1 |
| 2020-02-28 | On single local candidate, use span label | Esteban Küber | -6/+9 |
| 2020-02-28 | Reduce vebosity of E0599 | Esteban Küber | -2/+0 |
| 2020-02-28 | Add more context to E0599 errors | Esteban Küber | -16/+26 |
| 2020-02-28 | Rollup merge of #69452 - Centril:typeck-pat, r=estebank | Mazdak Farrokhzad | -1/+16 |
| 2020-02-28 | Rollup merge of #69384 - petrochenkov:nounnorm, r=Centril | Mazdak Farrokhzad | -6/+9 |
| 2020-02-28 | Rollup merge of #69340 - Centril:self-ctor-normalize, r=nikomatsakis | Mazdak Farrokhzad | -0/+160 |
| 2020-02-26 | Auto merge of #67742 - mark-i-m:describe-it, r=matthewjasper | bors | -6/+6 |
| 2020-02-26 | instantiate_value_path: .impl_self_ty -> .type_of | Mazdak Farrokhzad | -0/+160 |
| 2020-02-25 | check_pat_ref: use pattern_cause | Mazdak Farrokhzad | -0/+2 |
| 2020-02-25 | check_pat_tuple: use pattern_cause | Mazdak Farrokhzad | -0/+4 |
| 2020-02-25 | check_pat_path: use pattern_cause | Mazdak Farrokhzad | -1/+10 |
| 2020-02-24 | Cherry-pick the LLVM fix for #69225 | Josh Stone | -0/+33 |
| 2020-02-25 | Tweak tests | Yuki Okushi | -5/+6 |
| 2020-02-24 | parser: `token` -> `normalized_token`, `nonnormalized_token` -> `token` | Vadim Petrochenkov | -6/+9 |
| 2020-02-24 | Remove use of `unwrap()` from save-analysis | Yuki Okushi | -5/+7 |
| 2020-02-24 | parse: use `parse_item_common` in `parse_assoc_item_`. | Mazdak Farrokhzad | -10/+33 |
| 2020-02-22 | update some tests | Mark Mansi | -6/+6 |
| 2020-02-20 | Revert "Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-ca... | Dylan MacKenzie | -2/+1 |
| 2020-02-20 | Rollup merge of #69185 - RalfJung:const-prop-lints, r=oli-obk | Mazdak Farrokhzad | -478/+486 |
| 2020-02-20 | Rollup merge of #68877 - estebank:point-at-params, r=petrochenkov | Mazdak Farrokhzad | -21/+29 |