| Age | Commit message (Expand) | Author | Lines |
| 2023-09-29 | Move to older, mirrored redox install and to newer ubuntu | Oli Scherer | -3/+3 |
| 2023-09-21 | MCP661: Move wasm32-wasi-preview1-threads to Tier2 | Georgii Rylov | -2/+2 |
| 2023-08-12 | CI: fix Docker layer caching | Jakub Beránek | -0/+11 |
| 2023-08-10 | Auto merge of #112482 - tgross35:ci-non-rust-linters, r=pietroalbini | bors | -6/+6 |
| 2023-08-10 | Auto merge of #114001 - meysam81:issue-111894-fix, r=clubby789 | bors | -8/+8 |
| 2023-08-07 | Symlink correct asm directory on dist-various-2 | Nikita Popov | -2/+2 |
| 2023-08-07 | Update dist-riscv64-linux to use binutils 2.36 | Nikita Popov | -1/+1 |
| 2023-08-06 | fix(bootstrap): rename exclude flag to skip 🐛 | Meysam Azad | -8/+8 |
| 2023-08-02 | Fix recent python linting errors | Trevor Gross | -4/+2 |
| 2023-08-02 | Add support for tidy linting via external tools for non-rust files | Trevor Gross | -2/+4 |
| 2023-08-02 | Add more context to `quit_if_file_exists` in `configure.py` | Trevor Gross | -1/+3 |
| 2023-08-02 | Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiser | bors | -3/+32 |
| 2023-07-29 | Add wasm32-wasi-threads target + WASI threads | Georgii Rylov | -3/+32 |
| 2023-07-29 | Auto merge of #114148 - cuviper:drop-llvm-14, r=nikic | bors | -90/+8 |
| 2023-07-28 | Auto merge of #113931 - cuviper:ci-ubuntu-22.04, r=Mark-Simulacrum | bors | -264/+493 |
| 2023-07-27 | Update the minimum external LLVM to 15 | Josh Stone | -90/+8 |
| 2023-07-26 | ci: use `armv7-a+fp` for `armv7-unknown-linux_musleabihf` | Josh Stone | -3/+3 |
| 2023-07-25 | CI: fix CMake installation for 32 and 64bit `dist` Linux | Jakub Beránek | -4/+2 |
| 2023-07-21 | ci: Update x86_64-gnu to ubuntu:22.04 | Josh Stone | -4/+1 |
| 2023-07-21 | ci: Update x86_64-gnu-nopt to ubuntu:22.04 | Josh Stone | -5/+3 |
| 2023-07-21 | ci: Update x86_64-gnu-debug to ubuntu:22.04 | Josh Stone | -4/+1 |
| 2023-07-21 | ci: Update wasm32 to ubuntu:22.04 | Josh Stone | -5/+4 |
| 2023-07-21 | ci: Update test-various to ubuntu:22.04 | Josh Stone | -16/+6 |
| 2023-07-21 | ci: Update dist-x86_64-netbsd to ubuntu:22.04 | Josh Stone | -6/+6 |
| 2023-07-21 | ci: Update dist-x86_64-musl to ubuntu:22.04 | Josh Stone | -6/+4 |
| 2023-07-21 | ci: Update dist-various-2 to ubuntu:22.04 | Josh Stone | -13/+10 |
| 2023-07-21 | ci: Update dist-various-1 to ubuntu:22.04 | Josh Stone | -8/+6 |
| 2023-07-21 | ci: Update dist-powerpc64le-linux to ubuntu:22.04 | Josh Stone | -7/+1 |
| 2023-07-21 | ci: Update armhf-gnu to ubuntu:22.04 | Josh Stone | -185/+448 |
| 2023-07-21 | ci: Update aarch64-gnu to ubuntu:22.04 | Josh Stone | -5/+3 |
| 2023-07-17 | Auto merge of #113714 - Kobzol:ci-cmake, r=nikic | bors | -3/+51 |
| 2023-07-16 | CI: build CMake 3.20 to support LLVM 17 | Jakub Beránek | -3/+51 |
| 2023-07-14 | Add even more GHA log groups | jyn | -1/+3 |
| 2023-07-09 | Rollup merge of #113247 - mirkootter:test-wasm-exceptions-nostd, r=Mark-Simul... | Matthias Krüger | -2/+4 |
| 2023-07-09 | Port PGO/LTO/BOLT optimized build pipeline to Rust | Jakub Beránek | -2/+5 |
| 2023-07-06 | Auto merge of #112779 - Kobzol:ci-merge-llvm-14, r=pietroalbini | bors | -71/+38 |
| 2023-07-02 | test-various: run codegen and assembly tests | Jan-Mirko Otter | -0/+2 |
| 2023-07-01 | test-various: update nodejs to 18.12 (LTS) | Jan-Mirko Otter | -2/+2 |
| 2023-06-30 | Update browser-ui-test version to 0.16.8 | Guillaume Gomez | -1/+1 |
| 2023-06-23 | Update wasi-libc | Christopher Serr | -1/+1 |
| 2023-06-19 | Rollup merge of #112499 - tgross35:py-ruff-fixes, r=Mark-Simulacrum | Michael Goulet | -11/+10 |
| 2023-06-19 | Print what is being executed on CI | Jakub Beránek | -1/+1 |
| 2023-06-19 | CI: merge x86_64-gnu-llvm-14 and x86_64-gnu-llvm-14-stage1 CI jobs | Jakub Beránek | -71/+38 |
| 2023-06-18 | Rollup merge of #112663 - klensy:dusk-and-dawn, r=pietroalbini | Michael Goulet | -2/+0 |
| 2023-06-17 | Rollup merge of #112719 - djkoloski:fuchsia_test_runner_remove_fvdl, r=tmandry | Matthias Krüger | -145/+92 |
| 2023-06-17 | Auto merge of #112407 - tgross35:ci-docs-publish, r=Mark-Simulacrum | bors | -0/+3 |
| 2023-06-16 | Apply changes to fix python linting errors | Trevor Gross | -11/+10 |
| 2023-06-16 | Replace fvdl with ffx, allow test without install | David Koloski | -145/+92 |
| 2023-06-15 | Rollup merge of #112664 - djkoloski:fuchsia_test_runner_tmpdir, r=tmandry | Guillaume Gomez | -6/+7 |
| 2023-06-15 | Add support for test tmpdir to fuchsia test runner | David Koloski | -6/+7 |