| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -11/+0 | |
| 2022-01-12 | Remove ui tests for LLVM-style inline assembly | Tomasz Miąsko | -11/+2 | |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -2/+2 | |
| They are also removed from the prelude as per the decision in https://github.com/rust-lang/rust/issues/87228. stdarch and compiler-builtins are updated to work with the new, stable asm! and global_asm! macros. | ||||
| 2021-10-15 | Bless tests | Cameron Steffen | -2/+2 | |
| 2021-08-17 | Add needs-asm-support to more tests | Josh Stone | -2/+2 | |
| These were found as test failures on s390x for RHEL and Fedora. | ||||
| 2021-08-15 | Fix ui tests for llvm_asm! deprecation | Amanieu d'Antras | -2/+2 | |
| 2021-05-14 | Check for inline assembly in THIR unsafeck | Smitty | -0/+20 | |
