about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
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-23Remove the unhelpful let binding diag comes from FormatArgumentsyukang-0/+49
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-21discard dummy field for macro invocation when parse structbohan-38/+44
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
2023-08-18Bless test changesGary Guo-53/+53
2023-08-18Remove Drop impl of mpsc Receiver and (Sync)SenderBen Schulz-6/+4
2023-08-18Auto merge of #111908 - c410-f3r:yetegdfqwer, r=petrochenkovbors-0/+33
2023-08-18Auto merge of #114948 - compiler-errors:normalize-before-freeze, r=lcnrbors-0/+179
2023-08-18Auto merge of #114951 - cuviper:rollup-iitoep5, r=cuviperbors-37/+70
2023-08-17Rollup merge of #114931 - Urgau:revert-114052, r=compiler-errorsJosh Stone-36/+56
2023-08-17Rollup merge of #114913 - beetrees:escape-double-quote, r=davidtwcoJosh Stone-1/+14
2023-08-17Auto merge of #114904 - cjgillot:no-ref-debuginfo, r=wesleywiserbors-0/+57
2023-08-17Normalize before checking if local is freeze in deduced_param_attrsMichael Goulet-0/+179
2023-08-17Auto merge of #114802 - chenyukang:yukang-fix-114979-bad-parens-dyn, r=estebankbors-8/+80