about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-10-07Rollup merge of #102764 - compiler-errors:issue-102762, r=jackh726Dylan DPC-13/+15
2022-10-07Auto merge of #102767 - matthiaskrgr:rollup-vcbt81v, r=matthiaskrgrbors-3/+4
2022-10-07Rollup merge of #102720 - lyming2007:issue-102397-fix, r=compiler-errorsMatthias Krüger-1/+1
2022-10-07Rollup merge of #102577 - kornelski:non-code-visual-studio, r=wesleywiserMatthias Krüger-2/+3
2022-10-07Auto merge of #101988 - petrochenkov:flavor2, r=lqdbors-438/+569
2022-10-07Check WhereClauseReferencesSelf after all other object safety checksMichael Goulet-13/+15
2022-10-06Warn about Visual Studio Code branding confusionKornel-2/+3
2022-10-06Rollup merge of #102725 - nnethercote:rm-Z-time, r=davidtwcoMatthias Krüger-69/+52
2022-10-06Rollup merge of #102718 - compiler-errors:opaque-bound-lint-ice, r=fee1-deadMatthias Krüger-14/+28
2022-10-06Rollup merge of #98496 - BoxyUwU:instancers_bad_equality, r=lcnrMatthias Krüger-68/+48
2022-10-06rustc_target: Refactor internal linker flavorsVadim Petrochenkov-438/+569
2022-10-06reviewsBoxy-41/+41
2022-10-06Auto merge of #102726 - matthiaskrgr:rollup-2ghn38b, r=matthiaskrgrbors-10/+159
2022-10-06Rollup merge of #102708 - TaKO8Ki:improve-eqeq-suggestion, r=estebankMatthias Krüger-2/+10
2022-10-06Rollup merge of #102694 - compiler-errors:fn-to-method, r=davidtwcoMatthias Krüger-8/+149
2022-10-06Be consistent about deciding whether to print pass data.Nicholas Nethercote-19/+21
2022-10-06Remove `-Ztime` option.Nicholas Nethercote-48/+29
2022-10-06Fix some comments.Nicholas Nethercote-6/+6
2022-10-06Auto merge of #99324 - reez12g:issue-99144, r=jyn514bors-40/+16
2022-10-05do not reverse the expected type and found type for ObligationCauseCode of If...Yiming Lei-1/+1
2022-10-05Auto merge of #102394 - dingxiangfei2009:issue-102317, r=oli-obkbors-19/+32
2022-10-05Use proper subdiagnosticMichael Goulet-15/+9
2022-10-05Fix opaque_hidden_inferred_bound lint ICEMichael Goulet-19/+39
2022-10-05Update compiler/rustc_hir_analysis/src/check/callee.rsMichael Goulet-1/+1
2022-10-05Auto merge of #102704 - Dylan-DPC:rollup-66ff8sm, r=Dylan-DPCbors-178/+334
2022-10-05fix doc and dedup diverge_cleanupDing Xiang Fei-23/+4
2022-10-05suggest `==` to the rest of assign exprTakayuki Maeda-0/+8
2022-10-05use smaller spanTakayuki Maeda-2/+2
2022-10-05Rollup merge of #102496 - compiler-errors:into-suggestion, r=davidtwcoDylan DPC-47/+137
2022-10-05Rollup merge of #102440 - sunfishcode:sunfishcode/wasm-no-export-tls-api, r=o...Dylan DPC-6/+9
2022-10-05Rollup merge of #101061 - RalfJung:panic-on-uninit, r=oli-obkDylan DPC-117/+156
2022-10-05Rollup merge of #100986 - TaKO8Ki:do-not-suggest-adding-generic-args-for-turb...Dylan DPC-8/+32
2022-10-05Auto merge of #98736 - alex:lipo-magic, r=bjorn3bors-3/+65
2022-10-05stop suggesting adding generic args for turbofishTakayuki Maeda-8/+32
2022-10-05change might_permit_raw_init to fully detect LLVM UB, but not more than thatRalf Jung-117/+156
2022-10-05Suggest calling method if fn does not existMichael Goulet-6/+120
2022-10-05Delay function resolution error until typeckMichael Goulet-3/+30
2022-10-04Rollup merge of #102670 - lyming2007:issue-101866-fix, r=compiler-errorsMichael Howell-1/+1
2022-10-04Rollup merge of #102650 - Rageking8:slightly-improve-no-return-for-returning-...Michael Howell-1/+1
2022-10-05Suggest `.into()` when all other coercion suggestions failMichael Goulet-47/+137
2022-10-05Temporarily reinstate doctest=falsereez12g-0/+6
2022-10-04follow-up fix about 101866 to print the self type.Yiming Lei-1/+1
2022-10-04Rollup merge of #102653 - lcnr:delay_span_bug, r=fee1-deadMatthias Krüger-2/+6
2022-10-04Rollup merge of #102651 - oli-obk:non_region_things, r=lcnrMatthias Krüger-76/+70
2022-10-04Rollup merge of #102647 - oli-obk:tilde_const_bounds, r=fee1-deadMatthias Krüger-26/+26
2022-10-04Rollup merge of #102488 - compiler-errors:gat-compatibility, r=oli-obkMatthias Krüger-2/+40
2022-10-04missing value to delay_span_buglcnr-2/+6
2022-10-04It's not about types or consts, but the lack of regionsOli Scherer-76/+70
2022-10-04Auto merge of #102652 - Dylan-DPC:rollup-6ff8ct8, r=Dylan-DPCbors-17/+183
2022-10-04resolve error when attempting to link a universal library on macOSAlex Gaynor-3/+65