| Age | Commit message (Expand) | Author | Lines |
| 2023-01-25 | Implement ObjectSafe and WF in the new solver | Michael Goulet | -4/+37 |
| 2023-01-25 | Auto merge of #103902 - vincenzopalazzo:macros/obligation_rulesv2, r=oli-obk | bors | -280/+265 |
| 2023-01-25 | Auto merge of #107290 - Dylan-DPC:rollup-tovojhr, r=Dylan-DPC | bors | -284/+752 |
| 2023-01-25 | Rollup merge of #107232 - notriddle:notriddle/settings-choice, r=GuillaumeGomez | Dylan DPC | -73/+60 |
| 2023-01-25 | Rollup merge of #107227 - lcnr:solver-new-external-api, r=compiler-errors | Dylan DPC | -17/+32 |
| 2023-01-25 | Rollup merge of #107223 - ChayimFriedman2:patch-5, r=WaffleLapkin | Dylan DPC | -2/+2 |
| 2023-01-25 | Rollup merge of #107213 - edward-shen:edward-shen/fix-accidental-let-else, r=... | Dylan DPC | -14/+61 |
| 2023-01-25 | Rollup merge of #107166 - petrochenkov:nooptable, r=oli-obk | Dylan DPC | -76/+64 |
| 2023-01-25 | Rollup merge of #106823 - m-ou-se:format-args-as-str-guarantees, r=dtolnay | Dylan DPC | -3/+20 |
| 2023-01-25 | Rollup merge of #106767 - chbaker0:disable-unstable-features, r=Mark-Simulacrum | Dylan DPC | -2/+4 |
| 2023-01-25 | Rollup merge of #106583 - estebank:suggest-result-coercion, r=compiler-errors | Dylan DPC | -1/+236 |
| 2023-01-25 | Rollup merge of #105552 - mattjperez:add-incompatible-types-note, r=compiler-... | Dylan DPC | -96/+273 |
| 2023-01-25 | Auto merge of #107277 - weihanglo:update-cargo, r=weihanglo | bors | -11/+11 |
| 2023-01-25 | Auto merge of #107275 - calebcartwright:sync-from-rustfmt, r=calebcartwright | bors | -189/+2593 |
| 2023-01-24 | Update cargo | Weihang Lo | -11/+11 |
| 2023-01-24 | update rustfmt subtree version in lockfile | Caleb Cartwright | -2/+2 |
| 2023-01-24 | Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmt | Caleb Cartwright | -187/+2591 |
| 2023-01-24 | chore: prep v1.5.2 release | Caleb Cartwright | -2/+28 |
| 2023-01-24 | Add suggestions for function pointers | Matthew J Perez | -96/+273 |
| 2023-01-24 | fix: version gate changes for multiline single generic bound | Caleb Cartwright | -19/+20 |
| 2023-01-23 | Add suggestion to remove if in let...else block | Edward Shen | -14/+61 |
| 2023-01-23 | Merge pull request #5670 from calebcartwright/subtree-sync-2023-01-24 | Caleb Cartwright | -166/+204 |
| 2023-01-23 | chore: bump toolchain | Caleb Cartwright | -2/+2 |
| 2023-01-23 | Merge remote-tracking branch 'upstream/master' into subtree-sync-2023-01-24 | Caleb Cartwright | -185/+2561 |
| 2023-01-23 | rustdoc: remove dead settings JS for obsolete select-wrapper | Michael Howell | -11/+0 |
| 2023-01-23 | rustdoc: simplify settings popover DOM | Michael Howell | -62/+60 |
| 2023-01-23 | fix: correct span for structs with const generics | Caleb Cartwright | -1/+9 |
| 2023-01-23 | rustc_metadata: Support non-`Option` nullable values in metadata tables | Vadim Petrochenkov | -76/+64 |
| 2023-01-23 | `new_outside_solver` -> `evaluate_root_goal` | lcnr | -17/+32 |
| 2023-01-23 | tweak wording | Esteban Küber | -7/+8 |
| 2023-01-23 | Ensure suggestion correctness | Esteban Küber | -1/+130 |
| 2023-01-23 | Do not erase regions | Esteban Küber | -1/+1 |
| 2023-01-23 | Add call in `emit_type_mismatch_suggestions` | Esteban Küber | -46/+42 |
| 2023-01-23 | review comment: use `fcx.infcx` | Esteban Küber | -3/+1 |
| 2023-01-23 | Suggest coercion of `Result` using `?` | Esteban Küber | -1/+113 |
| 2023-01-23 | Auto merge of #107220 - JohnTitor:rollup-5pvuz0z, r=JohnTitor | bors | -37/+126 |
| 2023-01-23 | `sub_ptr()` is equivalent to `usize::try_from().unwrap_unchecked()`, not `usi... | Chayim Refael Friedman | -2/+2 |
| 2023-01-23 | fix: use LocalDefId instead of HirId in trait res | Vincenzo Palazzo | -280/+265 |
| 2023-01-23 | Rollup merge of #107153 - tmiasko:dominates, r=oli-obk | Yuki Okushi | -18/+18 |
| 2023-01-23 | Rollup merge of #107151 - tmiasko:dominators-no-inline, r=compiler-errors | Yuki Okushi | -1/+0 |
| 2023-01-23 | Rollup merge of #107148 - Ezrashaw:uncode-e0789, r=compiler-errors,GuillaumeG... | Yuki Okushi | -2/+59 |
| 2023-01-23 | Rollup merge of #107109 - est31:thin_box_link, r=Mark-Simulacrum | Yuki Okushi | -2/+6 |
| 2023-01-23 | Rollup merge of #107101 - compiler-errors:perf-106309-1, r=petrochenkov | Yuki Okushi | -2/+2 |
| 2023-01-23 | Rollup merge of #106886 - dtolnay:fastinstall, r=Mark-Simulacrum | Yuki Okushi | -11/+40 |
| 2023-01-23 | Rollup merge of #106796 - vadorovsky:revert-105708-enable-atomic-cas-bpf, r=b... | Yuki Okushi | -1/+1 |
| 2023-01-23 | Auto merge of #107136 - petrochenkov:dochidden, r=cjgillot | bors | -18/+52 |
| 2023-01-23 | add UI test + docs for `E0789` | Ezra Shaw | -2/+59 |
| 2023-01-23 | Auto merge of #107215 - Dylan-DPC:rollup-zqtiufk, r=Dylan-DPC | bors | -136/+465 |
| 2023-01-23 | Rollup merge of #107203 - chenyukang:yukang/fix-106496-remove-deref, r=compil... | Dylan DPC | -5/+144 |
| 2023-01-23 | Rollup merge of #107195 - smoelius:patch-2, r=Nilstrieb | Dylan DPC | -1/+1 |