about summary refs log tree commit diff
path: root/tests/ui/rfcs/rfc-2396-target_feature-11
AgeCommit message (Expand)AuthorLines
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