about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-06-10Auto merge of #112452 - MU001999:fix/issue-112439, r=petrochenkovbors-21/+40
2023-06-10Auto merge of #112426 - Bryanskiy:full_priv_ev, r=petrochenkovbors-0/+47
2023-06-09Auto merge of #112216 - est31:offset_of_deep_tuple, r=petrochenkovbors-18/+298
2023-06-10Make "consider importing" consistent for macrosMu001999-21/+40
2023-06-09Auto merge of #112465 - GuillaumeGomez:rollup-gyh5buc, r=GuillaumeGomezbors-0/+31
2023-06-09Rollup merge of #112442 - compiler-errors:next-solver-deduplicate-region-cons...Guillaume Gomez-0/+31
2023-06-09Auto merge of #111530 - Urgau:uplift_undropped_manually_drops, r=compiler-errorsbors-0/+61
2023-06-09Auto merge of #112450 - matthiaskrgr:rollup-fdbazkr, r=matthiaskrgrbors-9/+22
2023-06-09Rollup merge of #112428 - compiler-errors:next-solver-struct-resolv-pat, r=lcnrMatthias Krüger-0/+11
2023-06-09Rollup merge of #112323 - compiler-errors:dont-mention-set-fields, r=WaffleLa...Matthias Krüger-9/+11
2023-06-09Auto merge of #112116 - compiler-errors:misc-hir-typeck-mismatch-tweaks, r=Wa...bors-29/+92
2023-06-08deduplicate identical region constraintsMichael Goulet-0/+31
2023-06-08Support float-like tuple indices in offset_of!()est31-18/+298
2023-06-08Auto merge of #112068 - WaffleLapkin:move-discrim-tests, r=compiler-errorsbors-24/+24
2023-06-08Peel borrows before suggesting as_ref/as_derefMichael Goulet-6/+9
2023-06-08Don't suggest cyclic associated type constraintMichael Goulet-0/+23
2023-06-08Point at correct exprs for assert_eq type mismatchMichael Goulet-12/+13
2023-06-08More robust as_ref/as_deref suggestionsMichael Goulet-16/+50
2023-06-08increase the accuracy of effective visibilities calculationBryanskiy-0/+47
2023-06-08Suggest type mismatches even when using ref syntax on bindingMichael Goulet-1/+3
2023-06-08Auto merge of #112420 - matthiaskrgr:rollup-spiavw5, r=matthiaskrgrbors-0/+11
2023-06-08Move tests from `ui/discrim` dirMaybe Waffle-24/+24
2023-06-08Uplift clippy::undropped_manually_drops to rustcUrgau-0/+61
2023-06-08Rollup merge of #112392 - jieyouxu:issue-112385, r=compiler-errorsGuillaume Gomez-2/+36
2023-06-08Rollup merge of #112389 - TaKO8Ki:issue-105709, r=compiler-errorsGuillaume Gomez-0/+9
2023-06-08add a test for #105709Takayuki Maeda-0/+9
2023-06-08Structurally resolve correctly in check_pat_litMichael Goulet-0/+11
2023-06-08Do fix_*_builtin_expr hacks on the writeback resultsMichael Goulet-0/+11
2023-06-08Fix ICE for while loop with assignment condition with LHS place expr许杰友 Jieyou Xu (Joe)-2/+36
2023-06-07Auto merge of #109005 - Nilstrieb:dont-forgor-too-much-from-cfg, r=petrochenkovbors-0/+264
2023-06-07Rollup merge of #112345 - bvanjoi:fix-112342, r=nilstrieb,est31Dylan DPC-0/+176
2023-06-07Rollup merge of #112122 - compiler-errors:next-coherence, r=lcnrDylan DPC-2/+31
2023-06-07Rollup merge of #112076 - compiler-errors:bidirectional-alias-eq, r=lcnrDylan DPC-0/+73
2023-06-07Auto merge of #111047 - compiler-errors:rtn-no-ty-ct-params, r=spastorinobors-0/+49
2023-06-07feat(expand): emit note for doc comment in macro matcherbohan-1/+84
2023-06-06Auto merge of #112361 - matthiaskrgr:rollup-39zxrw1, r=matthiaskrgrbors-51/+35
2023-06-06Rollup merge of #112343 - GuillaumeGomez:extern-crate-missing-docs, r=notriddleMatthias Krüger-26/+31
2023-06-06Fall back to bidirectional normalizes-to if no subst-eq in alias-eq goalMichael Goulet-0/+73
2023-06-06bless coherence testMichael Goulet-2/+31
2023-06-06fix(expand): prevent infinity loop in macro containing only "///"bohan-0/+93
2023-06-06Rollup merge of #112325 - notriddle:notriddle/issue-111932, r=compiler-errorsMatthias Krüger-4/+36
2023-06-06Rollup merge of #112199 - jieyouxu:issue-112188, r=compiler-errorsMatthias Krüger-1/+66
2023-06-06Rollup merge of #112019 - jieyouxu:issue-111554, r=compiler-errorsMatthias Krüger-0/+57
2023-06-06Add regression test for #112308Guillaume Gomez-26/+31
2023-06-06remove `has_error_field` helper methodlcnr-25/+4
2023-06-05diagnostics: do not suggest type name tweaks on type-inferred closure argsMichael Howell-4/+36
2023-06-05Auto merge of #112324 - matthiaskrgr:rollup-qscmi3c, r=matthiaskrgrbors-52/+236
2023-06-05Rollup merge of #112322 - compiler-errors:no-IMPLIED_BOUNDS_ENTAILMENT-if-err...Matthias Krüger-0/+31
2023-06-05Rollup merge of #112316 - clubby789:unused-parens-space, r=compiler-errorsMatthias Krüger-13/+89
2023-06-05Rollup merge of #112303 - Nilstrieb:as-deref, r=compiler-errorsMatthias Krüger-37/+86