| Age | Commit message (Expand) | Author | Lines |
| 2023-01-26 | Auto merge of #106812 - oli-obk:output_filenames, r=petrochenkov | bors | -0/+43 |
| 2023-01-26 | Auto merge of #107328 - matthiaskrgr:rollup-lfqwo0o, r=matthiaskrgr | bors | -220/+221 |
| 2023-01-26 | Rollup merge of #106978 - mejrs:mir_build3, r=davidtwco | Matthias Krüger | -216/+216 |
| 2023-01-26 | Rollup merge of #106971 - oli-obk:tait_error, r=davidtwco | Matthias Krüger | -4/+5 |
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -24/+19 |
| 2023-01-26 | Auto merge of #107318 - matthiaskrgr:rollup-776kd81, r=matthiaskrgr | bors | -4/+164 |
| 2023-01-26 | Rollup merge of #107304 - Nilstrieb:ᐸTy as PartialEqᐳ::eq becau... | Matthias Krüger | -3/+32 |
| 2023-01-26 | Rollup merge of #107287 - mattjperez:improve-fn-pointer-notes, r=compiler-errors | Matthias Krüger | -1/+9 |
| 2023-01-26 | Rollup merge of #97373 - dimpolo:cell_dispatch_from_dyn, r=dtolnay | Matthias Krüger | -0/+123 |
| 2023-01-26 | Rollup merge of #107285 - compiler-errors:new-solver-future-and-generator, r=... | Matthias Krüger | -0/+132 |
| 2023-01-26 | Rollup merge of #107204 - euclio:assoc-const-suggestion, r=petrochenkov | Matthias Krüger | -0/+25 |
| 2023-01-26 | Rollup merge of #107175 - compiler-errors:bad-types-in-vec-push, r=estebank | Matthias Krüger | -0/+49 |
| 2023-01-26 | Rollup merge of #106960 - estebank:parse-anon-enums, r=cjgillot | Matthias Krüger | -27/+160 |
| 2023-01-26 | Rollup merge of #106407 - mejrs:attr_check, r=compiler-errors | Matthias Krüger | -16/+329 |
| 2023-01-26 | improve fn pointer notes | Matthew J Perez | -1/+9 |
| 2023-01-26 | Implement Generator and Future | Michael Goulet | -0/+132 |
| 2023-01-25 | Rollup merge of #107282 - BoxyUwU:erica_builtin_pointee_impls, r=compiler-errors | Matthias Krüger | -0/+23 |
| 2023-01-25 | Rollup merge of #107255 - lcnr:implied-b-hr, r=oli-obk | Matthias Krüger | -0/+35 |
| 2023-01-25 | Rollup merge of #106944 - Nilstrieb:there-once-was-a-diagnostic, r=WaffleLapkin | Matthias Krüger | -5/+173 |
| 2023-01-25 | Rollup merge of #106897 - estebank:issue-99430, r=davidtwco | Matthias Krüger | -348/+810 |
| 2023-01-25 | Rollup merge of #105345 - yanchen4791:issue-103582-fix, r=jackh726 | Matthias Krüger | -0/+105 |
| 2023-01-25 | Use `can_eq` to compare types for default assoc type error | Nilstrieb | -3/+32 |
| 2023-01-25 | suggest qualifying bare associated constants | Andy Russell | -0/+25 |
| 2023-01-25 | Rollup merge of #107213 - edward-shen:edward-shen/fix-accidental-let-else, r=... | Dylan DPC | -0/+30 |
| 2023-01-25 | Rollup merge of #106583 - estebank:suggest-result-coercion, r=compiler-errors | Dylan DPC | -0/+184 |
| 2023-01-24 | implement builtin candidate | Boxy | -0/+23 |
| 2023-01-24 | Add suggestions for function pointers | Matthew J Perez | -56/+192 |
| 2023-01-24 | add feature gate tests for DispatchFromDyn | dimi | -0/+101 |
| 2023-01-24 | add test where we ignore hr implied bounds | lcnr | -0/+35 |
| 2023-01-24 | impl DispatchFromDyn for Cell and UnsafeCell | dimi | -0/+22 |
| 2023-01-23 | Add suggestion to remove if in let...else block | Edward Shen | -0/+30 |
| 2023-01-23 | Add hint for missing lifetime bound on trait object when type alias is used | yanchen4791 | -0/+105 |
| 2023-01-23 | Hack to suppress bad labels in type mismatch inference deduction code | Michael Goulet | -5/+20 |
| 2023-01-23 | Don't resolve type var roots in point_at_expr_source_of_inferred_type | Michael Goulet | -0/+34 |
| 2023-01-23 | tweak wording | Esteban Küber | -6/+6 |
| 2023-01-23 | Ensure suggestion correctness | Esteban Küber | -1/+120 |
| 2023-01-23 | Suggest coercion of `Result` using `?` | Esteban Küber | -0/+65 |
| 2023-01-23 | Make `output_filenames` a real query | Oli Scherer | -0/+43 |
| 2023-01-23 | Rollup merge of #107148 - Ezrashaw:uncode-e0789, r=compiler-errors,GuillaumeG... | Yuki Okushi | -0/+27 |
| 2023-01-23 | add UI test + docs for `E0789` | Ezra Shaw | -0/+27 |
| 2023-01-23 | Rollup merge of #107203 - chenyukang:yukang/fix-106496-remove-deref, r=compil... | Dylan DPC | -5/+128 |
| 2023-01-23 | Rollup merge of #107108 - sulami:issue-83968-doc-alias-typo-suggestions, r=co... | Dylan DPC | -0/+23 |
| 2023-01-23 | Rollup merge of #104926 - spastorino:calculate_diverging_fallback-cleanups, r... | Dylan DPC | -8/+1 |
| 2023-01-23 | Consider doc(alias) when providing typo suggestions | Robin Schroer | -0/+23 |
| 2023-01-23 | Fix #106496, suggest remove deref for type mismatch | yukang | -5/+128 |
| 2023-01-22 | fn-trait-closure test now pass on new solver | Santiago Pastorino | -8/+1 |
| 2023-01-22 | Rollup merge of #107111 - chenyukang:yukang/fix-107090-fluent-parameters, r=p... | Matthias Krüger | -0/+204 |
| 2023-01-22 | Auto merge of #107185 - compiler-errors:rollup-wkomjma, r=compiler-errors | bors | -0/+394 |
| 2023-01-21 | Rollup merge of #106935 - TaKO8Ki:fix-104440, r=cjgillot | Michael Goulet | -0/+128 |
| 2023-01-21 | Rollup merge of #106578 - compiler-errors:recursive-opaque-closure, r=TaKO8Ki | Michael Goulet | -0/+46 |