| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-05-12 | Stop checking for the absense of something that doesn't exist | Scott McMurray | -6/+24 | |
| A couple of codegen tests are doing ``` // CHECK-NOT: slice_index_len_fail ``` However, that function no longer exists: [the only places](https://github.com/search?q=repo%3Arust-lang%2Frust+slice_index_len_fail&type=code) it occurs in the repo are in those tests. So this PR updates the tests to check for the absense of the functions that are actually used today to panic for out-of-bounds indexing. | ||||
| 2023-04-28 | fix codegen test | The 8472 | -3/+6 | |
| 2023-04-27 | bless tests | The 8472 | -21/+9 | |
| 2023-04-12 | Auto merge of #109895 - nikic:llvm-16-tests, r=cuviper | bors | -0/+118 | |
| Add codegen tests for issues fixed by LLVM 16 Fixes #75978. Fixes #99960. Fixes #101048. Fixes #101082. Fixes #101814. Fixes #103132. Fixes #103327. | ||||
| 2023-04-11 | Make test compatible with 32-bit | Nikita Popov | -1/+1 | |
| 2023-04-11 | Add ignore-debug to two tests | Nikita Popov | -0/+2 | |
| These don't optimize with debug assertions. For one of them, this is due to the new alignment checks, for the other I'm not sure what specifically blocks it. | ||||
| 2023-04-03 | Add codegen tests for issues fixed by LLVM 16 | Nikita Popov | -0/+116 | |
| Fixes #75978. Fixes #99960. Fixes #101048. Fixes #101082. Fixes #101814. Fixes #103132. Fixes #103327. | ||||
| 2023-04-03 | make 32bit ignore more accurate | Pietro Albini | -5/+1 | |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -0/+1 | |
| 2023-03-20 | Also move the auxiliary file | Scott McMurray | -0/+13 | |
| 2023-03-20 | mv tests/codegen/issue-* tests/codegen/issues/ | Scott McMurray | -0/+1061 | |
| 2023-03-12 | Add a codegen test to confirm this fixes 73258 | Scott McMurray | -0/+38 | |
| 2023-03-12 | Add a codegen test to confirm this fixes 106369 | Scott McMurray | -0/+15 | |
