about summary refs log tree commit diff
path: root/library/compiler-builtins/ci
AgeCommit message (Expand)AuthorLines
2025-07-30ci: Add a way to run `libm` tests that would otherwise be skippedTrevor Gross-0/+13
2025-07-30ci: Commonize the way `PrInfo` is loaded from envTrevor Gross-10/+22
2025-07-30ci: Don't print output twice in `ci-util`Trevor Gross-2/+0
2025-07-30ci: Switch to strongly typed directivesTrevor Gross-25/+54
2025-07-29ci: Simplify tests for verbatim pathsTrevor Gross-1/+4
2025-07-29cleanup: Trim trailing whitespaceTrevor Gross-2/+2
2025-07-24ci: Upgrade ubuntu:25.04 for the PowerPC64LE testTrevor Gross-3/+1
2025-07-24ci: Use a mirror for muslTrevor Gross-1/+1
2025-07-24ci: Update to the latest ubuntu:25.04 Docker imagesTrevor Gross-20/+21
2025-07-10Upgrade `iai-callgrind` to 0.15Trevor Gross-1/+1
2025-07-04symcheck: Make `target` a positional argumentTrevor Gross-15/+12
2025-06-10ci: Fix a typo that was causing a command failureTrevor Gross-1/+1
2025-06-04Replace the musl submodule with a download scriptTrevor Gross-0/+15
2025-06-02ci: Refactor benchmark regression checksTrevor Gross-74/+29
2025-05-29ci: Allow for multiple icount benchmarks in the same runTrevor Gross-6/+27
2025-05-29Run `builtins-test-intrinsics` when possibleTrevor Gross-10/+20
2025-05-29Replace the `nm` symbol check with a Rust implementationTrevor Gross-108/+17
2025-05-05ci: Mention `ci: skip-extensive` in the error messageTrevor Gross-1/+3
2025-04-21ci: Fix extensive testsTrevor Gross-0/+24
2025-04-20ci: Clean up workflow file and docker scriptTrevor Gross-6/+7
2025-04-20ci: Use lowercase for bash locals, fix shellcheckTrevor Gross-5/+7
2025-04-20ci: Skip testing libm in PRs if it did not changeTrevor Gross-14/+40
2025-04-20ci: Add `/cargo/bin` to the path in DockerTrevor Gross-2/+4
2025-04-20ci: Enable testing of `libm` cratesTrevor Gross-21/+146
2025-04-20Enable icount benchmarks in CITrevor Gross-0/+474
2025-04-19Add remaining `libm` crates to the workspaceTrevor Gross-8/+8
2025-04-19Move builtins-test-intrinsics out of the workspaceTrevor Gross-8/+11
2025-04-19ci: Update `ci/run-docker.sh` to match libmTrevor Gross-55/+69
2025-04-18ci: Make CI configuration more similar to `libm`Trevor Gross-26/+81
2025-04-18Rename `testcrate` to `builtins-test`Trevor Gross-4/+4
2025-03-22copy_misaligned_words: avoid out-of-bounds accesses (#799)Ralf Jung-0/+16
2025-03-19Switch repository layout to use a virtual manifestTrevor Gross-3/+3
2025-03-18Add a script for downloading compiler-rtTrevor Gross-0/+10
2025-03-18Move `examples/intrinsics.rs` to its own crateTrevor Gross-9/+9
2024-11-01ci: add support for loongarch64-unknown-linux-gnuWANG Rui-0/+13
2024-10-02Add riscv64gc to CITrevor Gross-0/+13
2024-09-28Fix some warnings from shellcheckTrevor Gross-16/+29
2024-06-22Fix unset variables in the build scriptTrevor Gross-3/+3
2024-06-22Update the Ubuntu docker image to the latest versionTrevor Gross-19/+19
2024-05-24Enable cache for Docker imagesTrevor Gross-1/+13
2024-05-24Add benchmarks for floating point mathTrevor Gross-1/+5
2024-05-21Only run `--features c` for verbatim testHenry Wang-9/+1
2024-05-21verbatim tests only need to buildtheKidOfArcrania-1/+1
2024-05-21Properly escape /C and fix namingtheKidOfArcrania-3/+3
2024-05-21Instead have cmd.exe dump out paththeKidOfArcrania-11/+10
2024-05-21Fix backslashtheKidOfArcrania-1/+1
2024-05-21Use cmd.exetheKidOfArcrania-9/+11
2024-05-21Fix CItheKidOfArcrania-1/+1
2024-05-21Add tests for UNC paths on windows buildstheKidOfArcrania-0/+12
2024-05-15Enable no-fail-fast for more usable test outputTrevor Gross-1/+1