about summary refs log tree commit diff
path: root/tests/ui/rfcs/rfc-2396-target_feature-11
AgeCommit message (Expand)AuthorLines
2025-07-16future-incompat lints: don't link to the nightly edition-guide versiondianne-1/+1
2025-01-27Stabilize target_feature_11Caleb Zulawski-74/+33
2025-01-25Add a suggestion to cast target_feature fn items to fn pointers.Luca Versari-13/+44
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-20/+0
2025-01-21remove support for the #[start] attributeRalf Jung-20/+0
2025-01-16Coerce safe-to-call target_feature functions to fn pointers.Luca Versari-2/+53
2025-01-15Avoid notes that only make sense for unsafe functionsOli Scherer-13/+0
2025-01-15Try to render shorthand differentlyOli Scherer-6/+3
2025-01-15Render fn defs with target_features attrs with the attribute [second site]Oli Scherer-10/+10
2025-01-15Render fn defs with target_features attrs with the attributeOli Scherer-12/+12
2025-01-15Hide the internal unsafety of safe target_feature fn itemsOli Scherer-1/+1
2025-01-15Treat safe target_feature functions as unsafe by defaultOli Scherer-23/+50
2024-12-15Use links to edition guide for edition migrationsEric Huss-1/+1
2024-08-07Hide implicit target features from diagnostics when possibleCaleb Zulawski-14/+12
2024-08-07Add test to ensure implied target features work with asm, and fix failing testsCaleb Zulawski-42/+25
2024-05-29Use parenthetical notation for `Fn` traitsEsteban Küber-6/+6
2024-05-22Cleanup: Fix up some diagnosticsLeón Orell Valerian Liehr-1/+1
2024-05-01Add inline comments why we're forcing the target cpuJosh Stone-14/+15
2024-05-01Use an explicit x86-64 cpu in tests that are sensitive to itJosh Stone-14/+15
2024-04-02Remove dangling `.mir.stderr` and `.thir.stderr` test filesEduardo Sánchez Muñoz-276/+0
2024-03-07Use the same collection order as check_mod_type_wfOli Scherer-2/+2
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-14/+14
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-7/+7
2024-01-15make unsafe_op_in_unsafe_fn MachineApplicable and add it to 2024 compatibilityasquared31415-0/+1
2024-01-13Bless testsGeorge-lewis-0/+1
2024-01-05Stabilize THIR unsafeckMatthew Jasper-24/+24
2024-01-05Remove revisions for THIR unsafeckMatthew Jasper-37/+152
2023-11-28thir-unsafeck: print list of missing target features when calling a function ...Eduardo Sánchez Muñoz-13/+65
2023-11-27Print list of missing target features when calling a function with target fea...Eduardo Sánchez Muñoz-37/+67
2023-11-24Show number in error message even for one errorNilstrieb-5/+5
2023-11-02Pretty print Fn traits in rustc_on_unimplementedMichael Goulet-15/+15
2023-10-27Allows `#[diagnostic::on_unimplemented]` attributes to have multipleGeorg Semmler-0/+3
2023-09-22Change `start` to `#[start]` in some diagnosisEduardo Sánchez Muñoz-3/+3
2023-08-30Test and note unsafe ctor to fn ptr coercionMichael Goulet-2/+0
2023-05-22Fix #[inline(always)] on closures with target feature 1.1Caleb Zulawski-0/+18
2023-03-12Forbid the use of `#[target_feature]` on `start`Léo Lanteri Thauvin-0/+20
2023-03-12Forbid the use of `#[target_feature]` on `main`Léo Lanteri Thauvin-0/+15
2023-03-10Forbid `#[target_feature]` on safe default implementationsLéo Lanteri Thauvin-1/+16
2023-03-02Revert "Stabilize `#![feature(target_feature_11)]`"Léo Lanteri Thauvin-35/+69
2023-02-01Stabilize `#![feature(target_feature_11)]`Léo Lanteri Thauvin-69/+35
2023-01-30Make structured suggestion for fn casting verboseEsteban Küber-8/+12
2023-01-30Mention fn coercion rules (needs to be expanded)Esteban Küber-0/+2
2023-01-24Add suggestions for function pointersMatthew J Perez-4/+10
2023-01-11Move /src/test to /testsAlbert Larsan-0/+555