| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-04-16 | Add CI testing for AArch64 Darwin | Trevor Gross | -0/+5 | |
| The Apple ARM silicon has been around for a while now and hopefully will become Rust Tier 1 at some point. Add it to CI since it is distinct enough from aarch64-linux and x86_86-darwin that there may be differences. | ||||
| 2024-03-28 | Remove duplicate symbol workaround | trevyn | -2/+2 | |
| 2024-03-28 | Clean up and rework CI script | Amanieu d'Antras | -0/+1 | |
| 2024-01-28 | Merge branch 'master' into wasm | trevyn | -0/+15 | |
| 2024-01-24 | CI: add a success conclusion job | Jakub Beránek | -0/+15 | |
| 2024-01-18 | Merge branch 'master' into wasm | trevyn | -3/+3 | |
| 2024-01-09 | build: Allow building C compiler-rt fallbacks for wasm | trevyn | -2/+2 | |
| 2024-01-09 | Update actions/checkout action to v4 | Taiki Endo | -3/+3 | |
| 2023-07-06 | Disable MIPS in CI | Amanieu d'Antras | -12/+14 | |
| See https://github.com/rust-lang/compiler-team/issues/648 | ||||
| 2021-04-30 | Update the version of compiler-rt in CI | Josh Triplett | -2/+2 | |
| 2021-04-02 | add clippy to CI | Aaron Kutch | -2/+16 | |
| 2020-11-20 | Update CI to fix on GitHub Actions (#394) | Alex Crichton | -1/+1 | |
| Should hopefully fix the master branch... | ||||
| 2020-08-23 | Fix CI url for compiler-rt source | Amanieu d'Antras | -2/+2 | |
| 2020-08-23 | Merge pull request #341 from vfreex/add-mips-compiler-rt-fallback | Amanieu d'Antras | -2/+2 | |
| add mips/mips64 compiler-rt fallbacks so that libgcc is not required | ||||
| 2020-05-29 | Expand wasm32 testing on CI (#360) | Alex Crichton | -29/+2 | |
| * Expand wasm32 testing on CI Run the full `run.sh` test script to get full assertions, including that nothing in the wasm compiler-builtins is panicking. Unfortunately it's currently panicking, so this is good to weed out! * Update libm | ||||
| 2020-02-13 | add mips/mips64 compiler-rt fallbacks so that libgcc is not required | Yuxiang Zhu | -2/+2 | |
| This adds compiler-rt fallbacks for mips and mips64 arches. Solves linking issues like https://github.com/rust-lang/rust/issues/57820. Signed-off-by: Yuxiang Zhu <vfreex@gmail.com> | ||||
| 2020-01-28 | Update CI installation of Rust on macos | Alex Crichton | -6/+0 | |
| 2019-12-03 | Update checkout action reference | Alex Crichton | -2/+2 | |
| 2019-10-28 | Fix Github Actions for recent system changes | Alex Crichton | -0/+1 | |
| 2019-09-10 | Migrate to github actions from Azure Pipelines | Alex Crichton | -0/+146 | |
| Less need to manage users, more concurrency, and interface is all in one! | ||||
