about summary refs log tree commit diff
path: root/src/test/ui/target-feature
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-592/+0
2022-11-13Ensure codegen_fn_attrs during collection.Camille GILLOT-36/+36
2022-11-09Correct tests to match errorsSLASHLogin-3/+3
2022-07-15passes: migrate half of `check_attr`David Wood-16/+16
2022-04-06bless testsPietro Albini-2/+2
2022-04-05trivial cfg(bootstrap) changesPietro Albini-1/+0
2022-03-22Fixup aarch64 smoke testJubilee Young-5/+4
2022-03-22Test SVE2 includes NEON and not vice versaJubilee Young-0/+58
2022-03-22Test NEON compilesJubilee Young-0/+24
2022-03-22Filter for all features instead of anyJubilee Young-0/+64
2022-03-14Stabilise `aarch64_target_feature`Adam Gemmell-2/+2
2022-03-03Cleanup feature gates.Camille GILLOT-16/+15
2022-03-01Querify `global_backend_features`Simonas Kazlauskas-29/+2
2022-03-01Direct users towards using Rust feature names in CLISimonas Kazlauskas-15/+80
2022-02-27Do not pass through features without +/- prefixSimonas Kazlauskas-0/+12
2022-02-10Split PAuth target featureAdam Gemmell-0/+68
2021-06-06Auto merge of #79608 - alessandrod:bpf, r=nagisabors-1/+2
2021-05-29Fix testsAlessandro Decina-1/+2
2021-05-28rustc: Allow safe #[target_feature] on wasmAlex Crichton-0/+44
2021-05-06rustc: Support Rust-specific features in -Ctarget-featureAlex Crichton-0/+5
2020-10-26Add compiler support for LLVM's x86 ERMSB featureJoe Richey-1/+2
2020-09-20Remove MMX from RustMateusz MikuĊ‚a-4/+2
2020-09-05Emit warnings for misplaced attributes used by some cratesCaleb Zulawski-26/+34
2020-09-05Check placement of more attributesCaleb Zulawski-11/+23
2020-08-22Use smaller def span for functionsAaron Hill-2/+2
2020-06-04test: ui: skip tests which aren't appropriate for RISC-VTom Eccles-15/+17
2020-05-18Add tests for asm!Amanieu d'Antras-1/+1
2020-05-18Add RISC-V target featuresAmanieu d'Antras-0/+1
2020-05-01Add new tests and bless old testsLeSeulArtichaut-9/+19
2020-04-16Extend UI tests for fixed check_attr()Matthias Schiffer-1/+36
2020-02-09--bless --compare-mode=nllMatthias Prechtl-1/+1
2019-12-02Update the minimum external LLVM to 7Josh Stone-2/+1
2019-09-26hir: Disallow `target_feature` on constantsDavid Wood-0/+215