| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -4/+4 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-11-06 | warn when using an unstable feature with -Ctarget-feature | Ralf Jung | -2/+14 | |
| 2023-10-24 | tests: Add features-gate for LoongArch | WANG Rui | -1/+2 | |
| 2023-08-15 | fix the error check | dirreke | -1/+1 | |
| 2023-08-14 | add features-gate for csky target feature | Dirreke | -0/+1 | |
| 2023-07-29 | Replace ignore-everything with only-arch | Jubilee Young | -49/+26 | |
| 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 | -23/+25 | |
| 2023-04-03 | remove invalid ignore-powerpc64le | Pietro Albini | -25/+23 | |
| 2023-03-13 | Gracefully handle `#[target_feature]` on statics | Nilstrieb | -16/+114 | |
| 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 | -16/+40 | |
| This reverts commit b379d216eefaba083a0627b1724d73f99d4bdf5c. | ||||
| 2023-02-01 | Stabilize `#![feature(target_feature_11)]` | Léo Lanteri Thauvin | -40/+16 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+592 | |
