| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-16 | Change __rust_no_alloc_shim_is_unstable to be a function | Daniel Paoliello | -8/+0 | |
| 2025-04-12 | tests: produce target artifacts and/or require crate type / ignore cross-compile | Jieyou Xu | -0/+2 | |
| Some tests fail on cross-compiled targets due to various linker problems on cross-compiled target, and having test coverage for these against cross-compiled targets is nice but not necessary. | ||||
| 2025-03-20 | tests: accept some noise from LLVM 21 in symbols-all-mangled | Augie Fackler | -2/+14 | |
| I'm not entirely sure this is correct, but it doesn't feel obviously-wrong so I figured I'd just start by sending a PR rather than filing a bug and letting it linger. @rustbot label llvm-main | ||||
| 2025-03-17 | Only run symbols-all-mangled test on ELF targets | bjorn3 | -0/+1 | |
| 2025-03-17 | Ignore symbols that don't contain rust as substring for executables | bjorn3 | -8/+7 | |
| For staticlib we still keep checking symbols that don't contain rust as substring. | ||||
| 2025-03-17 | Add test that all symbols we expect to be mangled are actually mangled | bjorn3 | -0/+88 | |
