| Age | Commit message (Expand) | Author | Lines |
| 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-29 | Fix a format_args span to be expansion | Cameron Steffen | -0/+4 |
| 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 |
| 2021-10-03 | Don't suggest replacing region with 'static in NLL | Aaron Hill | -12/+0 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -2/+2 |
| 2021-10-02 | Consistently use 'supertrait'. | Bruce Mitchener | -2/+2 |
| 2021-09-30 | Auto merge of #89386 - ehuss:rollup-idf4dmj, r=ehuss | bors | -9/+9 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -18/+21 |
| 2021-09-28 | Improve help for recursion limit errors | Ross MacArthur | -9/+9 |
| 2021-09-27 | better suggestions | Takayuki Maeda | -4/+5 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -18/+21 |
| 2021-09-20 | Auto merge of #88708 - Aaron1011:aggregate-usage, r=oli-obk | bors | -1/+1 |
| 2021-09-19 | Rollup merge of #87960 - hkmatsumoto:suggest-inexisting-field-for-unmentioned... | Yuki Okushi | -1/+4 |
| 2021-09-19 | Auto merge of #89028 - Aaron1011:coercion-cause, r=nagisa | bors | -3/+3 |
| 2021-09-17 | Rollup merge of #87460 - FabianWolff:issue-87456, r=Aaron1011 | Guillaume Gomez | -1/+4 |
| 2021-09-17 | Rollup merge of #88883 - c410-f3r:tests, r=petrochenkov | Yuki Okushi | -1022/+0 |
| 2021-09-17 | Make diagnostics clearer for `?` operators | Yuki Okushi | -2/+3 |
| 2021-09-16 | Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisa | bors | -34/+54 |
| 2021-09-16 | Propagate coercion cause into `try_coerce` | Aaron Hill | -3/+3 |
| 2021-09-16 | Rollup merge of #88892 - estebank:trait-objects, r=petrochenkov | Manish Goregaokar | -3/+3 |
| 2021-09-16 | Rollup merge of #88729 - estebank:struct-literal-using-parens, r=oli-obk | Manish Goregaokar | -8/+13 |
| 2021-09-16 | Add `ConstraintCategory::Usage` for handling aggregate construction | Aaron Hill | -1/+1 |
| 2021-09-16 | Point at argument when evaluating `Path`'s bounds | Esteban Kuber | -14/+3 |
| 2021-09-16 | Point at call span that introduced obligation for the arg | Esteban Kuber | -19/+50 |