| Age | Commit message (Expand) | Author | Lines |
| 2022-08-24 | Rollup merge of #100919 - sanxiyn:parallel-liveness, r=oli-obk | Matthias Krüger | -55/+55 |
| 2022-08-24 | Rollup merge of #100906 - ChayimFriedman2:map-index-mut, r=davidtwco | Matthias Krüger | -0/+40 |
| 2022-08-24 | Rollup merge of #100888 - spastorino:coherence-negative-impls-implied-bounds,... | Matthias Krüger | -14/+3 |
| 2022-08-24 | Rollup merge of #100826 - vincenzopalazzo:macros/wrong_sugg_with_positional_a... | Matthias Krüger | -0/+31 |
| 2022-08-23 | sugg: take into count the debug formatting | Vincenzo Palazzo | -0/+31 |
| 2022-08-23 | Suggest alternatives when trying to mutate a `HashMap`/`BTreeMap` via indexing | Chayim Refael Friedman | -0/+40 |
| 2022-08-23 | Rollup merge of #100309 - compiler-errors:issue-100300, r=sanxiyn | Dylan DPC | -11/+60 |
| 2022-08-23 | Rollup merge of #99249 - cjgillot:no-reparse-fn, r=fee1-dead | Dylan DPC | -50/+51 |
| 2022-08-23 | Permit negative impls coherence to take advantage of implied bounds | Santiago Pastorino | -14/+3 |
| 2022-08-23 | Use par_body_owners for liveness | Seo Sanghyeon | -55/+55 |
| 2022-08-23 | Rollup merge of #100861 - RalfJung:const-ice, r=oli-obk | Matthias Krüger | -0/+20 |
| 2022-08-23 | Rollup merge of #100789 - compiler-errors:issue-99662, r=spastorino | Matthias Krüger | -2/+18 |
| 2022-08-23 | Rollup merge of #100565 - TaKO8Ki:suggest-adding-missing-semicolon-before-ite... | Matthias Krüger | -0/+205 |
| 2022-08-23 | Rollup merge of #100382 - jackh726:gat-self-outlives-input, r=compiler-errors | Matthias Krüger | -1/+25 |
| 2022-08-23 | Improve local generic parameter suggestions. | Camille GILLOT | -50/+51 |
| 2022-08-22 | Auto merge of #100881 - Dylan-DPC:rollup-q9rr658, r=Dylan-DPC | bors | -0/+124 |
| 2022-08-22 | Rollup merge of #100336 - fee1-dead-contrib:fix-wf-const-trait, r=oli-obk | Dylan DPC | -0/+29 |
| 2022-08-22 | Rollup merge of #98200 - ouz-a:issue-98177, r=oli-obk | Dylan DPC | -0/+95 |
| 2022-08-22 | bless ui tests | Nilstrieb | -9/+9 |
| 2022-08-22 | fix tidy | Deadbeef | -1/+3 |
| 2022-08-22 | Overhaul 100222 test; wf always remap to nonconst | Deadbeef | -4/+17 |
| 2022-08-22 | Fix wf check on `#[const_trait]` return types | Deadbeef | -0/+14 |
| 2022-08-22 | Auto merge of #100868 - Dylan-DPC:rollup-a1hfi1r, r=Dylan-DPC | bors | -10/+262 |
| 2022-08-22 | Rollup merge of #100757 - ouz-a:issue-95134, r=jackh726 | Dylan DPC | -7/+39 |
| 2022-08-22 | Rollup merge of #99915 - WaffleLapkin:recover_keyword_bounds, r=compiler-errors | Dylan DPC | -3/+223 |
| 2022-08-22 | Auto merge of #100676 - lcnr:implied-bounds-yay, r=nikomatsakis | bors | -44/+95 |
| 2022-08-22 | Auto merge of #100668 - nnethercote:use-AttrVec-more, r=spastorino | bors | -67/+67 |
| 2022-08-21 | fix ICE with extra-const-ub-checks | Ralf Jung | -0/+20 |
| 2022-08-22 | Use `AttrVec` in more places. | Nicholas Nethercote | -67/+67 |
| 2022-08-21 | recover `const Tr` bounds (no `~`) | Maybe Waffle | -11/+6 |
| 2022-08-21 | Bless tests after #100769 | Michael Goulet | -2/+2 |
| 2022-08-21 | Make check for overlapping closure span more accurate | Michael Goulet | -35/+12 |
| 2022-08-21 | Adjust messages, address some nits | Michael Goulet | -35/+39 |
| 2022-08-21 | Targeted fixes addressing erroneous suggestions | Michael Goulet | -30/+2 |
| 2022-08-21 | Comment a bit, use find_ancestor_in_same_ctxt to suppress some weird macro notes | Michael Goulet | -4/+0 |
| 2022-08-21 | Point at struct field if possible | Michael Goulet | -18/+18 |
| 2022-08-21 | Deduplicate errors that come from places like normalization, sized | Michael Goulet | -137/+6 |
| 2022-08-21 | Prefer non-Self non-method types over Self, first | Michael Goulet | -40/+46 |
| 2022-08-21 | Rework ambiguity errors | Michael Goulet | -142/+47 |
| 2022-08-21 | Note closure kind mismatch cause | Michael Goulet | -8/+78 |
| 2022-08-21 | Revert closure mismatch spans | Michael Goulet | -133/+85 |
| 2022-08-21 | Do not favor projection type when pointing out arg causing fulfillment error | Michael Goulet | -13/+13 |
| 2022-08-21 | Skip mentioning lang item | Michael Goulet | -8/+3 |
| 2022-08-21 | Account for relative paths | Michael Goulet | -53/+100 |
| 2022-08-21 | Rework point-at-arg | Michael Goulet | -519/+1003 |
| 2022-08-20 | Auto merge of #100810 - matthiaskrgr:rollup-xep778s, r=matthiaskrgr | bors | -21/+320 |
| 2022-08-20 | Rollup merge of #100796 - TaKO8Ki:remove-unnecessary-string-searching, r=comp... | Matthias Krüger | -12/+18 |
| 2022-08-20 | Rollup merge of #100769 - TaKO8Ki:suggest-adding-reference-to-trait-assoc-ite... | Matthias Krüger | -0/+55 |
| 2022-08-20 | Rollup merge of #100500 - cjgillot:verify-self-predicate, r=lcnr | Matthias Krüger | -1/+31 |
| 2022-08-20 | Rollup merge of #99935 - CAD97:unstable-syntax-lints, r=petrochenkov | Matthias Krüger | -8/+216 |