about summary refs log tree commit diff
path: root/scripts/tests.sh
AgeCommit message (Expand)AuthorLines
2022-03-25Fix NaN handling of simd float min and max operationsbjorn3-0/+4
2022-03-13Add and remove some fixmesbjorn3-1/+0
2021-12-30Rename cargo executable to cargo-clifbjorn3-18/+18
2021-12-20Fix taking address of truly unsized type field of unsized adtbjorn3-0/+4
2021-09-12Re-enable portable simd testingbjorn3-9/+8
2021-09-01Disable protable-simd testsbjorn3-8/+9
2021-09-01Update protable-simdbjorn3-2/+2
2021-07-29Fix float min and max operations in presence of NaNbjorn3-0/+1
2021-07-25Add fixmebjorn3-1/+4
2021-07-25Run stdsimd test suitebjorn3-0/+5
2021-07-17Put all cg_clif specific options behind -Zunstable-featuresbjorn3-4/+4
2021-06-25Merge pull request #1166 from eggyal/lazy-jit-multithreadedbjorn3-1/+1
2021-06-25Test multithreading support in lazy-jitbjorn3-1/+1
2021-06-20Rewrite cargo.sh in rustbjorn3-17/+18
2021-06-10Add missing cargo clean when cross-compilingbjorn3-0/+1
2021-05-04Force deprecation warning that was promoted to an error back to a warningbjorn3-0/+1
2021-03-31Revert "Build with `-Cpanic=unwind` by default"bjorn3-2/+2
2021-03-31Build with `-Cpanic=unwind` by defaultbjorn3-2/+2
2021-03-05Build all tests when cross-compilingbjorn3-13/+32
2021-02-21Rustup to rustc 1.52.0-nightly (83b30a639 2021-02-20)bjorn3-2/+2
2021-02-21Don't build alloc_system as part of the sysrootbjorn3-0/+3
2021-02-14Use #!/usr/bin/env bashbjorn3-1/+1
2021-01-31Move some env var definitions around to fix cross-compilationbjorn3-1/+1
2020-12-25Implement lazy compilation in JIT modebjorn3-0/+6
2020-12-25Change the way JIT mode is selectedbjorn3-2/+2
2020-11-04manually fix some shellcheck warningsJakob Hellermann-1/+1
2020-11-04run 'shellcheck -f diff $(fd --extension sh) | git apply'Jakob Hellermann-14/+14
2020-11-02Refactor the build systembjorn3-21/+42
2020-11-01Split the actual tests out into scripts/tests.shbjorn3-0/+102