about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-10-07Auto merge of #115583 - RalfJung:packed-unsized, r=lcnrbors-11/+64
2023-10-06Rollup merge of #116458 - bjorn3:fix_global_asm_test, r=workingjubileeJubilee-1/+8
2023-10-06Rollup merge of #116400 - estebank:issue-78585, r=WaffleLapkinJubilee-22/+136
2023-10-06Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiserbors-314/+349
2023-10-06Fix windows test that has different stderr outputEsteban Küber-8/+10
2023-10-06Rollup merge of #116329 - RalfJung:swap-comments, r=scottmcmGuillaume Gomez-1/+2
2023-10-06Use pushsection/popsectionbjorn3-2/+2
2023-10-06Rollup merge of #116421 - Urgau:inter-mut-invalid_ref_casting, r=oli-obkMatthias Krüger-21/+47
2023-10-05Properly export function defined in test which uses global_asm!()bjorn3-1/+8
2023-10-05Auto merge of #116417 - ouz-a:trait_type_detective, r=compiler-errorsbors-0/+21
2023-10-05remove is global hackOğuz Ağcayazı-0/+21
2023-10-05Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er...Matthias Krüger-171/+407
2023-10-05move subtyper change reveal_allouz-a-0/+90
2023-10-05Rollup merge of #116431 - estebank:issue-80476, r=compiler-errorsJubilee-135/+135
2023-10-05Rollup merge of #116429 - fmease:clean-up-struct-field-suggs, r=compiler-errorsJubilee-43/+168
2023-10-05Rollup merge of #116296 - compiler-errors:default-return, r=estebankJubilee-42/+59
2023-10-05Rollup merge of #116223 - catandcoder:master, r=cjgillotJubilee-3/+3
2023-10-05Auto merge of #116273 - compiler-errors:refine2, r=tmandrybors-6/+17
2023-10-05Auto merge of #116184 - compiler-errors:afit-lint, r=tmandrybors-7/+83
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-171/+407
2023-10-04Point to where missing return type should goMichael Goulet-42/+59
2023-10-04Auto merge of #114417 - chinedufn:fix-expect-unused-in-impl-block-rust-issue-...bors-0/+30
2023-10-04Clarify `invalid_reference_casting` lint around interior mutable typesUrgau-21/+47
2023-10-04Tweak wording of E0562Esteban Küber-135/+135
2023-10-04clean up struct field suggestionsLeón Orell Valerian Liehr-43/+168
2023-10-04Fix test on WASM target by making ambiguity pruning more agressiveEsteban Küber-2/+0
2023-10-04Auto merge of #116413 - nnethercote:rm-E0551, r=compiler-errorsbors-5/+5
2023-10-04Auto merge of #116360 - compiler-errors:async-span, r=oli-obkbors-43/+43
2023-10-04Remove E0551.Nicholas Nethercote-5/+5
2023-10-04Rollup merge of #116393 - compiler-errors:auto-bad, r=WaffleLapkinMatthias Krüger-0/+22
2023-10-04Show suggestion for `<SelfTy as Trait>::assoc_fn` in more cases and fmt codeEsteban Küber-0/+10
2023-10-04Reorder fullfillment errors to keep more interesting ones firstEsteban Küber-376/+266
2023-10-04Show more information when multiple `impl` applyEsteban Küber-4/+139
2023-10-04review commentsEsteban Küber-9/+6
2023-10-04Fix misuses of a vs ancui fliter-3/+3
2023-10-03Move some tests aroundEsteban Küber-0/+0
2023-10-03Detect missing `=>` after match guard during parsingEsteban Küber-22/+139
2023-10-03Gate against auto traits pre-expansionMichael Goulet-0/+22
2023-10-03Rollup merge of #116379 - fmease:opaq-hid-inf-bnds-non-lt-bndrs, r=compiler-e...Matthias Krüger-0/+27
2023-10-03Rollup merge of #114654 - estebank:suggest-pin-macro, r=davidtwcoMatthias Krüger-16/+37
2023-10-03non_lifetime_binders: fix ICE in lint opaque-hidden-inferred-boundLeón Orell Valerian Liehr-0/+27
2023-10-03Rollup merge of #116210 - Raekye:master, r=fee1-deadMatthias Krüger-12/+105
2023-10-03Rollup merge of #116158 - compiler-errors:unconstrained-type-var-sugg, r=wesl...Matthias Krüger-0/+35
2023-10-03Point to full async fn for futureMichael Goulet-43/+43
2023-10-03Address review nitsMichael Goulet-1/+1
2023-10-03Only reachable traitsMichael Goulet-2/+14
2023-10-03Fill in prose to describe the `async_fn_in_trait` lintTravis Cross-3/+3
2023-10-03Bless testsMichael Goulet-7/+40
2023-10-03Add async_fn_in_trait lintMichael Goulet-0/+31
2023-10-02Point out the actual mismatch errorMichael Goulet-0/+38