about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
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-200/+452
2023-10-05Also closuresMichael Goulet-0/+12
2023-10-05Structurally normalize async fn return type in deduce_future_output_from_obli...Michael Goulet-0/+11
2023-10-05Fix handling slices of empty typesNadrieril-0/+61
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-04Add URL to test case issuesMichael Howell-1/+21
2023-10-04Rename issue-\d+.rs tests to have meaningful namesMichael Howell-1/+1
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-04 Add `crate_name` to test so that it can be renamedMichael Howell-1/+41
2023-10-04Fix test on WASM target by making ambiguity pruning more agressiveEsteban Küber-2/+0
2023-10-04Remove mir::LocalDecl::internal.Camille GILLOT-0/+92
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-04Relate AliasTy considering varianceMichael Goulet-0/+14
2023-10-04Rollup merge of #116393 - compiler-errors:auto-bad, r=WaffleLapkinMatthias Krüger-0/+22
2023-10-04Rollup merge of #116388 - fmease:rustdoc-fix-n-clean-up-x-crate-higher-ranked...Matthias Krüger-2/+38
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-03Auto merge of #115301 - Zalathar:regions-vec, r=davidtwcobors-1016/+880
2023-10-03rustdoc: add support for cross-crate higher-ranked typesLeón Orell Valerian Liehr-0/+23
2023-10-03rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimesLeón Orell Valerian Liehr-2/+15
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-03Auto merge of #116376 - matthiaskrgr:rollup-b3d14gq, r=matthiaskrgrbors-12/+105
2023-10-03Rollup merge of #116210 - Raekye:master, r=fee1-deadMatthias Krüger-12/+105
2023-10-03Auto merge of #115025 - ouz-a:ouz_testing, r=lcnrbors-44/+52
2023-10-03Rollup merge of #116158 - compiler-errors:unconstrained-type-var-sugg, r=wesl...Matthias Krüger-0/+35
2023-10-03Rollup merge of #115726 - compiler-errors:better-error-ref, r=estebankMatthias Krüger-31/+69
2023-10-03Point to full async fn for futureMichael Goulet-43/+43
2023-10-03coverage: Store each BCB's code regions in one coverage statementZalathar-950/+814
2023-10-03coverage: Let each coverage statement hold a vector of code regionsZalathar-6/+6
2023-10-03coverage: Mappings for unused functions can all be zeroZalathar-62/+62
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