about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-08-25Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwcobors-5/+64
2023-08-25Rollup merge of #115169 - RalfJung:do-not-ignore-debug, r=cjgillotMatthias Krüger-5/+4
2023-08-25keep trying which flags we need for this test until it passes borsRalf Jung-5/+10
2023-08-25Auto merge of #115193 - weihanglo:rollup-6s3mz06, r=weihanglobors-42/+308
2023-08-25Auto merge of #114397 - sebastiantoh:issue-85222, r=Nadrierilbors-0/+245
2023-08-25Auto merge of #114201 - Centri3:explicit-repr-rust, r=WaffleLapkinbors-7/+19
2023-08-24Rollup merge of #115172 - matthewjasper:if-let-guard-tests, r=cjgillotWeihang Lo-0/+298
2023-08-24Rollup merge of #115167 - uweigand:ubintarray-endian-fix, r=RalfJungWeihang Lo-42/+10
2023-08-24Rollup merge of #115154 - olanti-p:move-issues-24-08-2023, r=compiler-errorsWeihang Lo-0/+0
2023-08-24Move issue 29181, 2804, 17431, 66768Olanti-0/+0
2023-08-24Add more tests for if_let_guardMatthew Jasper-0/+298
2023-08-24Auto merge of #115147 - estebank:issue-114311, r=davidtwcobors-0/+76
2023-08-24Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkovbors-0/+412
2023-08-24remove some unnecessary ignore-debug clausesRalf Jung-5/+4
2023-08-24add tests for both kinds of unwind-terminate messagesRalf Jung-5/+59
2023-08-24Fix ub-int-array test for big-endian platformsUlrich Weigand-42/+10
2023-08-24Parse unnamed fields and anonymous structs or unionsFrank King-0/+412
2023-08-23Suggest mutable borrow on read only for-loop that should be mutableEsteban Küber-0/+76
2023-08-23Improve note for the invalid_reference_casting lintUrgau-0/+58
2023-08-23Rollup merge of #115114 - tmiasko:115052, r=compiler-errorsDylan DPC-0/+7
2023-08-23Rollup merge of #115100 - Urgau:invalid_ref_casting-ptr-writes, r=est31Dylan DPC-5/+53
2023-08-22Auto merge of #115005 - compiler-errors:passes, r=cjgillotbors-0/+31
2023-08-22Rollup merge of #115077 - estebank:issue-115019, r=compiler-errorsMichael Goulet-0/+36
2023-08-22Rollup merge of #115011 - compiler-errors:warn-on-elided-assoc-ct-lt, r=cjgillotMichael Goulet-1/+69
2023-08-22Do not emit invalid suggestion in E0191 when spans overlapEsteban Küber-5/+0
2023-08-22Add support for ptr::write for the invalid_reference_casting lintUrgau-5/+53
2023-08-22unknown unstable lint command linemojave2-6/+6
2023-08-22Auto merge of #113365 - dima74:diralik/add-deprecated-suggestions, r=workingj...bors-1/+16
2023-08-22Contents of reachable statics is reachableTomasz Miąsko-0/+7
2023-08-21Add test for #115019Esteban Küber-0/+41
2023-08-21Add `suggestion` for some `#[deprecated]` itemsDmitry Murzin-1/+16
2023-08-21Add note when matching on tuples/ADTs containing non-exhaustive typesSebastian Toh-0/+245
2023-08-20Add projection obligations when comparing impl tooJack Huey-0/+32
2023-08-20interpret: have assert_* intrinsics call the panic machinery instead of a dir...Ralf Jung-3/+3
2023-08-20Clarify that `Rust` is default reprCatherine Flores-7/+7
2023-08-20Auto merge of #115018 - matthiaskrgr:rollup-pxj0qdb, r=matthiaskrgrbors-52/+8
2023-08-20Rollup merge of #114834 - compiler-errors:try_coerce-side-effects, r=lcnrMatthias Krüger-52/+8
2023-08-20Auto merge of #114914 - compiler-errors:deduce-tait-in-future-output, r=lcnrbors-0/+19
2023-08-20Auto merge of #114332 - nbdd0121:riscv, r=compiler-errorsbors-53/+53
2023-08-20Auto merge of #113966 - lu-zero:relocation-model-in-cfg, r=bjorn3bors-0/+25
2023-08-20Warn on elided lifetimes in associated constantsMichael Goulet-1/+69
2023-08-20Rollup merge of #114934 - lcnr:generalize-substs-relate, r=compiler-errorsMatthias Krüger-0/+157
2023-08-19Avoid side-effects from try_coerce when suggesting borrowing LHS of castMichael Goulet-52/+8
2023-08-19Don't do intra-pass validation on MIR shimsMichael Goulet-0/+31
2023-08-19Rollup merge of #114972 - nbdd0121:const_check, r=compiler-errorsMatthias Krüger-0/+24
2023-08-18change to known buglcnr-2/+2
2023-08-18instantiate response: no unnecessary new universelcnr-0/+157
2023-08-18Add the relocation_model to the cfgLuca Barbato-0/+25
2023-08-18Auto merge of #114915 - nnethercote:Nonterminal-cleanups, r=petrochenkovbors-2/+18
2023-08-18Add a test to check that inline const is in required_constsGary Guo-0/+24