| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-27 | inline at the callsite & warn when target features mismatch | James Barford-Evans | -0/+2 | |
| Co-authored-by: Jamie Cunliffe <Jamie.Cunliffe@arm.com> | ||||
| 2025-08-14 | Update uitests | Jonathan Brouwer | -33/+18 | |
| Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com> | ||||
| 2025-07-03 | Port `#[target_feature]` to the new attribute parsing infrastructure | Jonathan Brouwer | -0/+8 | |
| Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com> | ||||
| 2025-01-27 | Stabilize target_feature_11 | Caleb Zulawski | -13/+4 | |
| 2025-01-15 | Treat safe target_feature functions as unsafe by default | Oli Scherer | -0/+4 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2024-01-13 | Bless tests | George-lewis | -0/+2 | |
| Update tests | ||||
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -1/+3 | |
| 2023-07-29 | Replace ignore-everything with only-arch | Jubilee Young | -13/+1 | |
| Combining revisions with only-arch allows specifying that a test only applies to a handful of targets. This allows removing a large amount of repetition in the test suite for tests that do not benefit. The revisions are suboptimal for this for some tests, so they aren't preferred in those cases. | ||||
| 2023-04-30 | tests: Add tests for LoongArch64 | WANG Rui | -0/+1 | |
| 2023-04-03 | remove invalid ignore-powerpc64le | Pietro Albini | -1/+0 | |
| 2023-03-13 | Gracefully handle `#[target_feature]` on statics | Nilstrieb | -0/+35 | |
| The was careful around not calling `fn_sig` on not-functions but well, it wasn't careful enough. This commit makes it a little more careful and also adds tests for a bunch more item kinds. | ||||
| 2023-03-02 | Revert "Stabilize `#![feature(target_feature_11)]`" | Léo Lanteri Thauvin | -3/+10 | |
| This reverts commit b379d216eefaba083a0627b1724d73f99d4bdf5c. | ||||
| 2023-02-01 | Stabilize `#![feature(target_feature_11)]` | Léo Lanteri Thauvin | -10/+3 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+97 | |
