| Age | Commit message (Expand) | Author | Lines |
| 2022-10-07 | Rollup merge of #102764 - compiler-errors:issue-102762, r=jackh726 | Dylan DPC | -13/+15 |
| 2022-10-07 | Auto merge of #102767 - matthiaskrgr:rollup-vcbt81v, r=matthiaskrgr | bors | -3/+4 |
| 2022-10-07 | Rollup merge of #102720 - lyming2007:issue-102397-fix, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-10-07 | Rollup merge of #102577 - kornelski:non-code-visual-studio, r=wesleywiser | Matthias Krüger | -2/+3 |
| 2022-10-07 | Auto merge of #101988 - petrochenkov:flavor2, r=lqd | bors | -438/+569 |
| 2022-10-07 | Check WhereClauseReferencesSelf after all other object safety checks | Michael Goulet | -13/+15 |
| 2022-10-06 | Warn about Visual Studio Code branding confusion | Kornel | -2/+3 |
| 2022-10-06 | Rollup merge of #102725 - nnethercote:rm-Z-time, r=davidtwco | Matthias Krüger | -69/+52 |
| 2022-10-06 | Rollup merge of #102718 - compiler-errors:opaque-bound-lint-ice, r=fee1-dead | Matthias Krüger | -14/+28 |
| 2022-10-06 | Rollup merge of #98496 - BoxyUwU:instancers_bad_equality, r=lcnr | Matthias Krüger | -68/+48 |
| 2022-10-06 | rustc_target: Refactor internal linker flavors | Vadim Petrochenkov | -438/+569 |
| 2022-10-06 | reviews | Boxy | -41/+41 |
| 2022-10-06 | Auto merge of #102726 - matthiaskrgr:rollup-2ghn38b, r=matthiaskrgr | bors | -10/+159 |
| 2022-10-06 | Rollup merge of #102708 - TaKO8Ki:improve-eqeq-suggestion, r=estebank | Matthias Krüger | -2/+10 |
| 2022-10-06 | Rollup merge of #102694 - compiler-errors:fn-to-method, r=davidtwco | Matthias Krüger | -8/+149 |
| 2022-10-06 | Be consistent about deciding whether to print pass data. | Nicholas Nethercote | -19/+21 |
| 2022-10-06 | Remove `-Ztime` option. | Nicholas Nethercote | -48/+29 |
| 2022-10-06 | Fix some comments. | Nicholas Nethercote | -6/+6 |
| 2022-10-06 | Auto merge of #99324 - reez12g:issue-99144, r=jyn514 | bors | -40/+16 |
| 2022-10-05 | do not reverse the expected type and found type for ObligationCauseCode of If... | Yiming Lei | -1/+1 |
| 2022-10-05 | Auto merge of #102394 - dingxiangfei2009:issue-102317, r=oli-obk | bors | -19/+32 |
| 2022-10-05 | Use proper subdiagnostic | Michael Goulet | -15/+9 |
| 2022-10-05 | Fix opaque_hidden_inferred_bound lint ICE | Michael Goulet | -19/+39 |
| 2022-10-05 | Update compiler/rustc_hir_analysis/src/check/callee.rs | Michael Goulet | -1/+1 |
| 2022-10-05 | Auto merge of #102704 - Dylan-DPC:rollup-66ff8sm, r=Dylan-DPC | bors | -178/+334 |
| 2022-10-05 | fix doc and dedup diverge_cleanup | Ding Xiang Fei | -23/+4 |
| 2022-10-05 | suggest `==` to the rest of assign expr | Takayuki Maeda | -0/+8 |
| 2022-10-05 | use smaller span | Takayuki Maeda | -2/+2 |
| 2022-10-05 | Rollup merge of #102496 - compiler-errors:into-suggestion, r=davidtwco | Dylan DPC | -47/+137 |
| 2022-10-05 | Rollup merge of #102440 - sunfishcode:sunfishcode/wasm-no-export-tls-api, r=o... | Dylan DPC | -6/+9 |
| 2022-10-05 | Rollup merge of #101061 - RalfJung:panic-on-uninit, r=oli-obk | Dylan DPC | -117/+156 |
| 2022-10-05 | Rollup merge of #100986 - TaKO8Ki:do-not-suggest-adding-generic-args-for-turb... | Dylan DPC | -8/+32 |
| 2022-10-05 | Auto merge of #98736 - alex:lipo-magic, r=bjorn3 | bors | -3/+65 |
| 2022-10-05 | stop suggesting adding generic args for turbofish | Takayuki Maeda | -8/+32 |
| 2022-10-05 | change might_permit_raw_init to fully detect LLVM UB, but not more than that | Ralf Jung | -117/+156 |
| 2022-10-05 | Suggest calling method if fn does not exist | Michael Goulet | -6/+120 |
| 2022-10-05 | Delay function resolution error until typeck | Michael Goulet | -3/+30 |
| 2022-10-04 | Rollup merge of #102670 - lyming2007:issue-101866-fix, r=compiler-errors | Michael Howell | -1/+1 |
| 2022-10-04 | Rollup merge of #102650 - Rageking8:slightly-improve-no-return-for-returning-... | Michael Howell | -1/+1 |
| 2022-10-05 | Suggest `.into()` when all other coercion suggestions fail | Michael Goulet | -47/+137 |
| 2022-10-05 | Temporarily reinstate doctest=false | reez12g | -0/+6 |
| 2022-10-04 | follow-up fix about 101866 to print the self type. | Yiming Lei | -1/+1 |
| 2022-10-04 | Rollup merge of #102653 - lcnr:delay_span_bug, r=fee1-dead | Matthias Krüger | -2/+6 |
| 2022-10-04 | Rollup merge of #102651 - oli-obk:non_region_things, r=lcnr | Matthias Krüger | -76/+70 |
| 2022-10-04 | Rollup merge of #102647 - oli-obk:tilde_const_bounds, r=fee1-dead | Matthias Krüger | -26/+26 |
| 2022-10-04 | Rollup merge of #102488 - compiler-errors:gat-compatibility, r=oli-obk | Matthias Krüger | -2/+40 |
| 2022-10-04 | missing value to delay_span_bug | lcnr | -2/+6 |
| 2022-10-04 | It's not about types or consts, but the lack of regions | Oli Scherer | -76/+70 |
| 2022-10-04 | Auto merge of #102652 - Dylan-DPC:rollup-6ff8ct8, r=Dylan-DPC | bors | -17/+183 |
| 2022-10-04 | resolve error when attempting to link a universal library on macOS | Alex Gaynor | -3/+65 |