about summary refs log tree commit diff
path: root/library/compiler-builtins/ci
AgeCommit message (Expand)AuthorLines
2024-05-11Deny warnings in CITrevor Gross-0/+1
2024-05-02Add builtins for `f16`/`f128` float conversionsbeetrees-0/+4
2024-04-19Apply some more fixes suggested by ShellcheckTrevor Gross-30/+36
2024-04-19Add a way to run tests on non-linux machinesTrevor Gross-67/+151
2024-03-28Remove duplicate symbol workaroundtrevyn-5/+0
2024-03-28Clean up and rework CI scriptAmanieu d'Antras-30/+36
2024-01-09build: Allow building C compiler-rt fallbacks for wasmtrevyn-1/+2
2022-02-06Fix run-docker.sh so it can be run locallyAmanieu d'Antras-1/+1
2020-11-09Move from an "asm" flag to a "no-asm" feature flag (#386)Joseph Richey-4/+4
2020-10-24Use REP MOVSQ/STOSQ on x86_64 (#365)Joseph Richey-0/+4
2020-05-29Expand wasm32 testing on CI (#360)Alex Crichton-4/+12
2020-04-29Switch to using `llvm_asm!` instead of `asm!` (#351)Alex Crichton-2/+4
2019-09-10Migrate to github actions from Azure PipelinesAlex Crichton-58/+0
2019-06-05More fixes for CIAlex Crichton-1/+1
2019-06-05Attempt to fix CIAlex Crichton-5/+9
2019-05-16Remove `compiler-rt` submodule from this repositoryAlex Crichton-6/+8
2019-05-15Remove the need for #[cfg] in #[use_c_shim_if]Alex Crichton-0/+1
2019-05-14Fix __divsi3 and __udivsi3 on thumbv6m targetsAlex Crichton-79/+40
2019-05-02Merge pull request #286 from alexcrichton/fix-dupeAlex Crichton-0/+9
2019-05-02Fix duplicate symbol __clzsi2Alex Crichton-0/+9
2019-05-02Revert "Use the Rust implementation of udivsi3 on ARM"Alex Crichton-0/+1
2019-04-02Try to fix WindowsAlex Crichton-1/+1
2019-04-02Try to handle thumb targets and xargoAlex Crichton-38/+42
2019-04-02Generate a lock file before using DockerAlex Crichton-1/+1
2019-04-02Don't pass `-it` to dockerAlex Crichton-1/+1
2019-04-02Upgrade all docker containers to 18.04Alex Crichton-18/+18
2019-04-02Expand Azure Pipelines configurationAlex Crichton-0/+4
2019-04-02Configure Azure PipelinesAlex Crichton-2/+5
2019-04-02Add sample azure pipelines configurationAlex Crichton-0/+35
2018-11-21Use `nm` on OSXAlex Crichton-12/+1
2018-02-25Remove no_std featuresPaolo Teti-4/+2
2018-02-25Keep mangled-names as a default featurePaolo Teti-6/+8
2018-02-18Fix CI for thumb* targetsPaolo Teti-14/+15
2018-01-31Simplify how testing is doneAlex Crichton-5/+5
2017-12-26Work around japaric/xargo#186 temporarilyAlex Crichton-0/+3
2017-12-26Disable incremental + LTOAlex Crichton-0/+1
2017-11-02Work around OSX on TravisAlex Crichton-0/+1
2017-10-07drop binfmt_misc dependencyJorge Aparicio-1/+15
2017-07-07Don't mangle probes all the timeAlex Crichton-0/+1
2017-06-27enable tests now that #150 has been fixedJorge Aparicio-12/+0
2017-06-25Enable the `intrinsics` program on thumbAlex Crichton-11/+1
2017-06-24Don't test mangled names on thumbAlex Crichton-4/+5
2017-06-24Don't check for references to panics with debug assertionsAlex Crichton-1/+2
2017-06-24Don't try to work with `cargo test`Alex Crichton-4/+4
2017-06-24Add a FIXME for WindowsAlex Crichton-2/+10
2017-06-24Tweak testing and such:Alex Crichton-8/+24
2017-06-23Try to fix run.sh on AppVeyorAlex Crichton-18/+20
2017-06-23Use the same CI script on AppVeyorAlex Crichton-3/+3
2017-06-23Handle aeabi aliasingAlex Crichton-14/+16
2017-06-23Use `nm` to weed out panicsAlex Crichton-1/+12