| Age | Commit message (Expand) | Author | Lines |
| 2021-11-26 | Auto merge of #91205 - Aaron1011:visit_param_env, r=lcnr | bors | -9/+8 |
| 2021-11-26 | Auto merge of #85102 - estebank:point-at-assignment, r=oli-obk | bors | -61/+67 |
| 2021-11-25 | Visit `param_env` field in Obligation's `TypeFoldable` impl | Aaron Hill | -9/+8 |
| 2021-11-25 | On type mismatch caused by assignment, point at assignee | Esteban Küber | -61/+67 |
| 2021-11-23 | Fix printing unit return ty, don't elaborate FnOnce unless we see it | Michael Goulet | -4/+4 |
| 2021-11-23 | Update test outputs | Michael Goulet | -4/+4 |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -14/+3 |
| 2021-11-21 | Auto merge of #91104 - matthiaskrgr:rollup-duk33o1, r=matthiaskrgr | bors | -0/+4 |
| 2021-11-20 | Use same_type_modulo_infer in more places | Michael Goulet | -0/+4 |
| 2021-11-20 | Move tests for missing trait bounds to their own directory | Esteban Kuber | -95/+0 |
| 2021-11-20 | Suggest constraining `fn` type params when appropriate | Esteban Kuber | -2/+39 |
| 2021-11-20 | Do not mention associated items when they introduce an obligation | Esteban Kuber | -181/+0 |
| 2021-11-20 | Point at bounds when comparing impl items to trait | Esteban Kuber | -11/+7 |
| 2021-11-20 | Point at source of trait bound obligations in more places | Esteban Kuber | -63/+126 |
| 2021-11-20 | Rollup merge of #90575 - m-ou-se:compatible-variant-improvements, r=estebank | Matthias Krüger | -2/+2 |
| 2021-11-16 | Update tests. | Mara Bos | -2/+2 |
| 2021-11-14 | Improve diagnostics when a static lifetime is expected | Lucas Kent | -4/+16 |
| 2021-11-10 | no overlap errors after failing the orphan check | lcnr | -22/+11 |
| 2021-11-09 | Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995 | bors | -1/+10 |
| 2021-11-08 | Auto merge of #89488 - c410-f3r:testsssssss, r=petrochenkov | bors | -3788/+0 |
| 2021-11-08 | Don't abort compilation after giving a lint error | Joshua Nelson | -1/+10 |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -3788/+0 |
| 2021-11-06 | Auto merge of #88441 - jackh726:closure_norm, r=nikomatsakis | bors | -50/+0 |
| 2021-10-31 | Rollup merge of #89839 - jkugelman:must-use-mem-ptr-functions, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2021-10-30 | Add #[must_use] to mem/ptr functions | John Kugelman | -0/+1 |
| 2021-10-25 | fix(rustc_typeck): report function argument errors on matching type | Michael Howell | -4/+8 |
| 2021-10-24 | Always sort suggestions before emitting them | Esteban Kuber | -4/+4 |
| 2021-10-24 | Point at overlapping impls when type annotations are needed | Esteban Kuber | -22/+228 |
| 2021-10-22 | Update the minimum external LLVM to 11 | Josh Stone | -1/+0 |
| 2021-10-20 | Rollup merge of #90025 - JohnTitor:revert-86011, r=estebank | Yuki Okushi | -16/+6 |
| 2021-10-19 | Rollup merge of #89956 - JohnTitor:suggest-case-insensitive-match-names, r=es... | Matthias Krüger | -1/+4 |
| 2021-10-19 | Revert "Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank" | Yuki Okushi | -16/+6 |
| 2021-10-18 | Normalize obligations for closure confirmation | jackh726 | -50/+0 |
| 2021-10-17 | Suggest a case insensitive match name regardless of levenshtein distance | Yuki Okushi | -1/+4 |
| 2021-10-16 | Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkov | bors | -26/+26 |
| 2021-10-15 | Bless tests | Cameron Steffen | -26/+26 |
| 2021-10-15 | Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank | Matthias Krüger | -6/+16 |
| 2021-10-13 | Remove textual span from diagnostic string | Oli Scherer | -32/+32 |
| 2021-10-10 | Auto merge of #89633 - rhysd:issue-65230, r=petrochenkov | bors | -2/+31 |
| 2021-10-10 | Use E0308 instead of E0495 for checking the error message improvement | rhysd | -47/+19 |
| 2021-10-08 | update ui test expectations | Taylor Yu | -6/+16 |
| 2021-10-09 | Show detailed expected/found types in error message when trait paths are the ... | rhysd | -2/+59 |
| 2021-10-08 | tests | b-naber | -4/+2 |
| 2021-10-06 | Rollup merge of #89528 - FabianWolff:issue-89497, r=jackh726 | Manish Goregaokar | -2/+3 |
| 2021-10-06 | Rollup merge of #89501 - Aaron1011:escaping-name-regions, r=davidtwco | Manish Goregaokar | -4/+22 |
| 2021-10-05 | Consider unfulfilled obligations in binop errors | Esteban Kuber | -6/+44 |
| 2021-10-05 | Note specific regions involved in 'borrowed data escapes' error | Aaron Hill | -4/+22 |
| 2021-10-04 | Rollup merge of #89504 - Aaron1011:rpit-nll-static, r=nikomatsakis | Manish Goregaokar | -12/+0 |
| 2021-10-04 | Rollup merge of #89483 - hkmatsumoto:patch-diagnostics-2, r=estebank | Jubilee | -2/+2 |
| 2021-10-04 | Fix suggestion to borrow when casting from pointer to reference | Fabian Wolff | -2/+3 |