about summary refs log tree commit diff
path: root/src/test/ui/rfcs/rfc-2396-target_feature-11
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-555/+0
2022-08-29Make the trait bound is not satisfied specify kindObei Sideg-6/+6
2022-07-29fix ICE when computing codegen_fn_attrs on closure with non-fn parentMichael Goulet-0/+9
2022-04-26Revert "add `DefId` to unsafety violations and display function path in E0133"Oli Scherer-38/+58
2022-04-24only show a simple description in E0133 span labelEmil Gardström-20/+20
2022-04-24add `DefId` to unsafety violations and display function path in E0133Emil Gardström-50/+50
2022-04-05diagnostics: tweak error message to give more rationale to unsafe FnMichael Howell-3/+3
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-6/+18
2021-08-16Use note to point at bound introducing requirementEsteban Küber-18/+30
2021-05-20Check for calls to functions with `#[target_feature]` in THIR unsafeckLeSeulArtichaut-11/+120
2020-10-22Fixup: add missing trailing newlineLeSeulArtichaut-1/+1
2020-10-22Make closures inherit the parent function's target featuresLeSeulArtichaut-0/+18
2020-09-02pretty: trim paths of unique symbolsDan Aloni-18/+18
2020-08-22Use smaller def span for functionsAaron Hill-2/+2
2020-07-23Add missing backticks in diagnostics noteYuki Okushi-6/+6
2020-06-30Make #[target_feature] Fn trait error message less confusingCaleb Zulawski-6/+6
2020-06-27Don't implement Fn* for unsafe #[target_feature] functionsCaleb Zulawski-0/+3
2020-06-13Add error note when trying fn as Fn traitCaleb Zulawski-4/+53
2020-06-13Don't implement Fn* traits for #[target_feature] functionsCaleb Zulawski-0/+63
2020-05-01Add new tests and bless old testsLeSeulArtichaut-0/+260