about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-05-11Rollup merge of #111292 - Urgau:check-cfg-issue-111291, r=petrochenkovMatthias Krüger-0/+54
2023-05-11Rollup merge of #108705 - clubby789:refutable-let-closure-borrow, r=cjgillotMatthias Krüger-0/+136
2023-05-10Rollup merge of #110673 - compiler-errors:alias-bounds-2, r=lcnrMatthias Krüger-0/+71
2023-05-09Make alias bounds sound in the new solverMichael Goulet-0/+71
2023-05-09Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillotMatthias Krüger-416/+459
2023-05-09Rollup merge of #111021 - c410-f3r:dqewdas, r=petrochenkovMatthias Krüger-17/+0
2023-05-09Rollup merge of #97320 - usbalbin:stabilize_const_ptr_read, r=m-ou-seMatthias Krüger-31/+26
2023-05-09Auto merge of #111371 - compiler-errors:revert-110907, r=petrochenkovbors-0/+33
2023-05-09Rollup merge of #111252 - matthewjasper:min-spec-improvements, r=compiler-errorsDylan DPC-20/+243
2023-05-09Rollup merge of #111120 - chenyukang:yukang-suggest-let, r=NilstriebDylan DPC-2/+73
2023-05-09Rollup merge of #110694 - est31:builtin, r=petrochenkovDylan DPC-13/+219
2023-05-09Rollup merge of #110583 - Ezrashaw:tweak-make-mut-spans, r=estebankDylan DPC-78/+74
2023-05-09Rollup merge of #110504 - compiler-errors:tweak-borrow-sugg, r=cjgillotDylan DPC-286/+416
2023-05-08test for reachable private implMichael Goulet-0/+33
2023-05-08Move testsCaio-17/+0
2023-05-08Rollup merge of #111118 - chenyukang:yukang-sugg-struct, r=compiler-errorsMichael Goulet-5/+28
2023-05-08Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errorsMichael Goulet-67/+673
2023-05-08Rollup merge of #111211 - compiler-errors:negative-bounds-super, r=TaKO8KiYuki Okushi-0/+19
2023-05-08Rollup merge of #105354 - BlackHoleFox:apple-deployment-printer, r=oli-obkYuki Okushi-0/+14
2023-05-08suggest struct when we get colon in fileds in enumyukang-5/+28
2023-05-08code refactor and fix wrong suggestionyukang-0/+15
2023-05-08Rollup merge of #111262 - ChrisDenton:normalize-msvc-output, r=cjgillotDylan DPC-10/+3
2023-05-08Rollup merge of #111056 - JohnBobbo96:fix_box_suggestions, r=compiler-errorsDylan DPC-0/+103
2023-05-08Rollup merge of #110827 - compiler-errors:issue-110761-followup, r=cjgillotDylan DPC-0/+54
2023-05-08Make suggest_deref_or_ref return a multipart suggestionMichael Goulet-114/+170
2023-05-08Tweak borrow suggestionMichael Goulet-172/+246
2023-05-07Fix suggestion for boxing an async closure body, andJohn Bobbo-0/+103
2023-05-08fix ice in suggestingyukang-0/+15
2023-05-08Suggest let for possible binding with tyyukang-2/+43
2023-05-08Auto merge of #111309 - saethlin:InstSimplify, r=scottmcmbors-1/+1
2023-05-07Auto merge of #111161 - compiler-errors:rtn-super, r=cjgillotbors-2/+89
2023-05-07Rollup merge of #111150 - mj10021:issue-111025-fix, r=petrochenkovYuki Okushi-25/+34
2023-05-07Rollup merge of #105583 - luqmana:bitcast-immediates, r=oli-obkYuki Okushi-0/+25
2023-05-06Rename InstCombine to InstSimplifyBen Kimock-1/+1
2023-05-06delete whitelist and add checks to check_item() for missing_docsJames Dietz-25/+34
2023-05-06Rollup merge of #111289 - clubby789:fix-111280, r=jyn514Matthias Krüger-0/+23
2023-05-06Rollup merge of #111203 - Kobzol:remark-print-kind, r=tmiaskoMatthias Krüger-1/+1
2023-05-06Fix --check-cfg bug with args order when parsingUrgau-0/+54
2023-05-06Auto merge of #111287 - matthiaskrgr:rollup-9lzax2c, r=matthiaskrgrbors-0/+407
2023-05-06Check arguments length in trivial diagnostic lintclubby789-0/+23
2023-05-06Rollup merge of #111230 - zacklukem:eq-less-to-less-eq, r=compiler-errorsMatthias Krüger-0/+67
2023-05-06Rollup merge of #110577 - compiler-errors:drop-impl-fulfill, r=lcnrMatthias Krüger-0/+340
2023-05-06Auto merge of #109421 - mhammerly:extern-force-option, r=petrochenkovbors-0/+47
2023-05-06Auto merge of #104872 - luqmana:packed-union-align, r=oli-obkbors-7/+261
2023-05-06Rollup merge of #111239 - TaKO8Ki:fix-111232, r=compiler-errorsYuki Okushi-0/+22
2023-05-06Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiserYuki Okushi-133/+67
2023-05-05Add additional test case for repr(packed) allowing union abi opt to kick in.Luqman Aden-2/+33
2023-05-05Add test cases for #104802.Luqman Aden-11/+120
2023-05-05Do not use scalar layout if there are ZSTs with alignment > 1Oli Scherer-1/+115
2023-05-05Switch test back to run-pass.Luqman Aden-7/+16