| Age | Commit message (Expand) | Author | Lines |
| 2023-01-23 | Use proper InferCtxt when probing for associated types in astconv | Michael Goulet | -46/+97 |
| 2023-01-23 | Auto merge of #107220 - JohnTitor:rollup-5pvuz0z, r=JohnTitor | bors | -37/+126 |
| 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 |
| 2023-01-23 | Rollup merge of #107192 - fmease:mailmap-me-at-fmease-dev, r=albertlarsan68 | Dylan DPC | -0/+1 |
| 2023-01-23 | Rollup merge of #107186 - GuillaumeGomez:correct-pseudo-element-selector, r=n... | Dylan DPC | -4/+4 |
| 2023-01-23 | Rollup merge of #107108 - sulami:issue-83968-doc-alias-typo-suggestions, r=co... | Dylan DPC | -13/+77 |
| 2023-01-23 | Rollup merge of #106854 - steffahn:drop_linear_arc_rebased, r=Mark-Simulacrum | Dylan DPC | -0/+177 |
| 2023-01-23 | Rollup merge of #104926 - spastorino:calculate_diverging_fallback-cleanups, r... | Dylan DPC | -113/+61 |
| 2023-01-23 | Auto merge of #107044 - cuviper:more-llvm-ci, r=Mark-Simulacrum | bors | -0/+152 |
| 2023-01-23 | Consider doc(alias) when providing typo suggestions | Robin Schroer | -13/+77 |
| 2023-01-23 | Auto merge of #106981 - joboet:std_remove_box_syntax, r=thomcc | bors | -59/+35 |
| 2023-01-22 | Auto merge of #106975 - tmiasko:basic-blocks-cache, r=cjgillot | bors | -296/+74 |
| 2023-01-22 | Auto merge of #106827 - alexcrichton:update-llvm-to-15.0.7, r=cuviper | bors | -0/+0 |
| 2023-01-23 | Fix #106496, suggest remove deref for type mismatch | yukang | -5/+144 |
| 2023-01-22 | fn-trait-closure test now pass on new solver | Santiago Pastorino | -8/+1 |
| 2023-01-22 | Rename relationships to infer_var_info | Santiago Pastorino | -12/+12 |
| 2023-01-22 | Move relationships::update to Inherited::update_infer_var_info | Santiago Pastorino | -53/+42 |
| 2023-01-22 | Store relationships on Inherent | Santiago Pastorino | -61/+28 |
| 2023-01-22 | Remove duplicated debug call | Santiago Pastorino | -1/+0 |
| 2023-01-22 | Auto merge of #107187 - matthiaskrgr:rollup-lvwzlg2, r=matthiaskrgr | bors | -164/+484 |
| 2023-01-22 | Update universal_regions.rs | Samuel Moelius | -1/+1 |
| 2023-01-22 | add fmease to mailmap | León Orell Valerian Liehr | -0/+1 |
| 2023-01-22 | Rollup merge of #107180 - nvzqz:rm-fmt-ref, r=joshtriplett | Matthias Krüger | -41/+41 |
| 2023-01-22 | Rollup merge of #107174 - petrochenkov:defidoc, r=notriddle | Matthias Krüger | -65/+55 |
| 2023-01-22 | Rollup merge of #107170 - albertlarsan68:update-mailmap, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2023-01-22 | Rollup merge of #107152 - GuillaumeGomez:migrate-to-css-var, r=notriddle | Matthias Krüger | -21/+48 |
| 2023-01-22 | Rollup merge of #107127 - uweigand:s390x-sanitizer, r=Mark-Simulacrum | Matthias Krüger | -5/+22 |
| 2023-01-22 | Rollup merge of #107114 - Erk-:add-absolute-note-to-path-join, r=m-ou-se | Matthias Krüger | -0/+3 |
| 2023-01-22 | Rollup merge of #107111 - chenyukang:yukang/fix-107090-fluent-parameters, r=p... | Matthias Krüger | -14/+223 |
| 2023-01-22 | Rollup merge of #107102 - compiler-errors:new-solver-new-candidats-4, r=lcnr | Matthias Krüger | -18/+91 |
| 2023-01-22 | Auto merge of #107137 - Mark-Simulacrum:169, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-01-22 | Use correct pseudo-element selector | Guillaume Gomez | -4/+4 |
| 2023-01-22 | Auto merge of #107185 - compiler-errors:rollup-wkomjma, r=compiler-errors | bors | -51/+577 |
| 2023-01-21 | Rollup merge of #107029 - albertlarsan68:patch-2, r=Mark-Simulacrum | Michael Goulet | -1/+3 |
| 2023-01-21 | Rollup merge of #107015 - cuviper:ra-riscv64, r=Mark-Simulacrum | Michael Goulet | -6/+0 |
| 2023-01-21 | Rollup merge of #106935 - TaKO8Ki:fix-104440, r=cjgillot | Michael Goulet | -25/+174 |
| 2023-01-21 | Rollup merge of #106749 - glandium:dwarf, r=Mark-Simulacrum | Michael Goulet | -2/+2 |
| 2023-01-21 | Rollup merge of #106578 - compiler-errors:recursive-opaque-closure, r=TaKO8Ki | Michael Goulet | -6/+99 |
| 2023-01-21 | Rollup merge of #106144 - tgross35:patch-1, r=Mark-Simulacrum | Michael Goulet | -0/+69 |