about summary refs log tree commit diff
path: root/tests/ui/impl-trait
AgeCommit message (Expand)AuthorLines
2024-12-14Rollup merge of #134181 - estebank:trim-render, r=oli-obkMatthias Krüger-9/+0
2024-12-12Tweak multispan renderingEsteban Küber-9/+0
2024-12-12Rollup merge of #133122 - compiler-errors:afidt, r=oli-obkMatthias Krüger-0/+13
2024-12-11Rollup merge of #134142 - compiler-errors:paren-sug, r=jieyouxuJacob Pratt-1/+28
2024-12-10Rudimentary heuristic to insert parentheses when needed for RPIT overcaptures...Michael Goulet-1/+28
2024-12-10Don't check RPITITs that are Self:Sized for PointerLikeMichael Goulet-0/+13
2024-12-10Tweak wording of non-const traits used as const boundsEsteban Küber-2/+7
2024-12-07Mention type parameter in more cases and don't suggest ~const bound already t...Esteban Küber-11/+7
2024-12-07Use trait name instead of full constraint in suggestion messageEsteban Küber-7/+7
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-8/+8
2024-12-06Auto merge of #133559 - compiler-errors:structurally-resolve-adjust-for-branc...bors-34/+8
2024-12-05Resolve moreMichael Goulet-34/+8
2024-12-04Avoid `opaque type not constrained` errors in the presence of other errorsOli Scherer-40/+14
2024-12-03Rollup merge of #132612 - compiler-errors:async-trait-bounds, r=lcnrMatthias Krüger-4/+4
2024-12-02Assert that obligations are empty before deeply normalizingMichael Goulet-2/+2
2024-12-02Gate async fn trait bound modifier on async_trait_boundsMichael Goulet-4/+4
2024-12-01Adjust HostEffect error spans correctly to point at argsMichael Goulet-2/+10
2024-11-30Move refinement check out of compare_impl_itemMichael Goulet-0/+26
2024-11-29Rollup merge of #133584 - ehuss:more-2024-unstable-options, r=compiler-errorsMatthias Krüger-13/+12
2024-11-29Rollup merge of #133590 - nnethercote:rename-parse-only, r=estebankMatthias Krüger-1/+1
2024-11-28Update more 2024 tests to remove -Zunstable-optionsEric Huss-13/+12
2024-11-29Rename `-Zparse-only`.Nicholas Nethercote-1/+1
2024-11-28Auto merge of #133540 - ehuss:compiletest-proc-macro, r=jieyouxubors-6/+1
2024-11-28Auto merge of #133561 - GuillaumeGomez:rollup-g4upmv4, r=GuillaumeGomezbors-17/+71
2024-11-28Rollup merge of #133428 - compiler-errors:rpitit-unsound, r=lcnrGuillaume Gomez-17/+71
2024-11-27Rollup merge of #133518 - compiler-errors:structurally-resolve-never, r=lcnrMatthias Krüger-4/+10
2024-11-27Update tests to use new proc-macro headerEric Huss-6/+1
2024-11-27Rollup merge of #133493 - lcnr:fulfill-fudge, r=compiler-errorsMatthias Krüger-59/+8
2024-11-27Bless tests due to extra error reporting due to normalizing types that are no...Michael Goulet-4/+10
2024-11-26do not constrain infer vars in `find_best_leaf_obligation`lcnr-59/+8
2024-11-25Constify Drop and DestructMichael Goulet-23/+6
2024-11-24Actually use placeholder regions for trait method late bound regions in colle...Michael Goulet-17/+71
2024-11-23remove remaining references to `Reveal`lcnr-2/+2
2024-11-23Auto merge of #133360 - compiler-errors:rollup-a2o38tq, r=compiler-errorsbors-1/+1
2024-11-22Rollup merge of #132911 - compiler-errors:async-fn-sugar, r=fmeaseMichael Goulet-1/+1
2024-11-23Auto merge of #132329 - compiler-errors:fn-and-destruct, r=lcnrbors-1/+1
2024-11-22Stabilize the 2024 editionEric Huss-37/+33
2024-11-22Gate const drop behind const_destruct feature, and fix const_precise_live_dro...Michael Goulet-1/+1
2024-11-22Simplify logic a bitMichael Goulet-1/+1
2024-11-22Auto merge of #130867 - michirakara:steps_between, r=dtolnaybors-1/+1
2024-11-21distinguish overflow and unimplemented in Step::steps_betweenmichirakara-1/+1
2024-11-18Check use<..> in RPITIT for refinementMichael Goulet-0/+88
2024-11-15Rollup merge of #133080 - ehuss:edition-desugar-span, r=compiler-errorsGuillaume Gomez-0/+75
2024-11-15Fix span edition for 2024 RPIT coming from an external macroEric Huss-93/+1
2024-11-15Rollup merge of #132817 - compiler-errors:impl-trait-overcaptures-apit, r=Box...Matthias Krüger-16/+45
2024-11-15Add test for precise-capturing from an external macroEric Huss-0/+167
2024-11-12Make precise capturing suggestion machine-applicable only if it has not APITsMichael Goulet-0/+52
2024-11-11Recurse into APITs in impl_trait_overcapturesMichael Goulet-16/+45
2024-11-09Dont suggest use<APIT>Michael Goulet-12/+61
2024-11-09Suggest turning APITs into generics in opaque overcapturesMichael Goulet-1/+65