| Age | Commit message (Expand) | Author | Lines |
| 2024-03-18 | Update visionOS MachO tests to require LLVM 18 | Adam Gastineau | -0/+2 |
| 2024-03-18 | Support for visionOS | Adam Gastineau | -0/+6 |
| 2024-03-17 | Let codegen decide when to `mem::swap` with immediates | Scott McMurray | -0/+50 |
| 2024-03-12 | Rollup merge of #121953 - jhorstmann:assembly-tests-for-masked-simd-instructi... | Jubilee | -0/+597 |
| 2024-03-12 | Auto merge of #122170 - alexcrichton:rename-wasi-threads, r=petrochenkov | bors | -5/+4 |
| 2024-03-12 | Add tests for the generated assembly of mask related simd instructions. | Jörn Horstmann | -0/+597 |
| 2024-03-12 | Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obk | bors | -1/+1 |
| 2024-03-11 | Update test directives for `wasm32-wasip1` | Alex Crichton | -1/+1 |
| 2024-03-11 | Rename `wasm32-wasi-preview1-threads` to `wasm32-wasip1-threads` | Alex Crichton | -5/+4 |
| 2024-03-11 | NVPTX: Enable previously disabled tests | Kjetil Kjeka | -15/+10 |
| 2024-03-08 | Rollup merge of #121832 - heiher:loongarch64-musl, r=wesleywiser | Matthias Krüger | -0/+3 |
| 2024-03-06 | Add arm64ec-pc-windows-msvc target | Daniel Paoliello | -0/+3 |
| 2024-03-06 | tests: Add loongarch64-unknown-linux-musl target | WANG Rui | -0/+3 |
| 2024-03-04 | Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiser | bors | -1/+4 |
| 2024-03-02 | Add a new `wasm32-wasip1` target to rustc | Alex Crichton | -1/+4 |
| 2024-03-02 | Remove underscore from QNX target file name | Nilstrieb | -3/+3 |
| 2024-02-27 | Rename wasm32-wasi-preview2 to wasm32-wasip2 | Ryan Levick | -1/+1 |
| 2024-02-27 | Add the wasm32-wasi-preview2 target | Ryan Levick | -0/+3 |
| 2024-02-26 | rename 'try' intrinsic to 'catch_unwind' | Ralf Jung | -1/+1 |
| 2024-02-23 | Ignore less tests in debug builds | Ben Kimock | -3/+0 |
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -1200/+1200 |
| 2024-02-22 | Fix tests/assembly/stack-protector/stack-protector-target-support.rs | 许杰友 Jieyou Xu (Joe) | -1/+2 |
| 2024-02-08 | Bless/fix tests | Ben Kimock | -2/+2 |
| 2024-02-04 | Add an `armv8r-none-eabihf` target to support the Cortex-R52. | Chris Copeland | -0/+3 |
| 2024-01-28 | Revert "Add the wasm32-wasi-preview2 target" | León Orell Valerian Liehr | -3/+0 |
| 2024-01-25 | Split assembly tests for ELF and MachO | Nikita Popov | -64/+82 |
| 2024-01-23 | Add the wasm32-wasi-preview2 target | Ryan Levick | -0/+3 |
| 2024-01-22 | assembly test: add riscv32im_risc0_zkvm_elf target | Erik Kaneda | -0/+3 |
| 2024-01-17 | tests: add sanity-check assembly test for every target | David Wood | -0/+747 |
| 2024-01-03 | Support reg_addr register class in s390x inline assembly | Taiki Endo | -0/+24 |
| 2023-12-14 | Auto merge of #118491 - cuviper:aarch64-stack-probes, r=wesleywiser | bors | -4/+8 |
| 2023-12-11 | fix: stop emitting `.debug_pubnames` and `.debug_pubtypes` | Weihang Lo | -2/+2 |
| 2023-12-11 | test: demonstrate that dwarf debug names sections are emitted | Weihang Lo | -0/+25 |
| 2023-12-07 | Enable stack probes on aarch64 for LLVM 18 | Josh Stone | -4/+8 |
| 2023-11-30 | Auto merge of #116892 - ojeda:rethunk, r=wesleywiser | bors | -0/+30 |
| 2023-11-30 | Add `-Zfunction-return={keep,thunk-extern}` option | Miguel Ojeda | -0/+30 |
| 2023-11-30 | Auto merge of #118036 - DianQK:thinlto-tests, r=tmiasko | bors | -0/+8 |
| 2023-11-30 | Add thinlto support to codegen, assembly and coverage tests | DianQK | -0/+8 |
| 2023-11-21 | Update the minimum external LLVM to 16. | Dario Nieuwenhuis | -3/+1 |
| 2023-11-20 | Remove now deprecated target x86_64-sun-solaris. | Petr Sumbera | -1/+1 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -3/+2 |
| 2023-10-28 | Remove asmjs from tests | Jubilee Young | -3/+2 |
| 2023-10-23 | Fix closure-inherit-target-feature test for SGX platform | Raoul Strackx | -0/+1 |
| 2023-10-19 | Auto merge of #116037 - wesleywiser:stack_protector_test_windows, r=cuviper | bors | -1/+821 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -1/+3 |
| 2023-10-15 | Auto merge of #115515 - the8472:zip-for-arrays, r=scottmcm | bors | -0/+25 |
| 2023-10-12 | Exclude apple from assembly test | Scott McMurray | -0/+1 |
| 2023-10-07 | Copy 1-element arrays as scalars, not vectors | Scott McMurray | -0/+19 |
| 2023-10-06 | optimize zipping over array iterators | The 8472 | -0/+25 |
| 2023-10-02 | Limit to LLVM 17.0.2 to work around WinEH codegen bug | Nikita Popov | -0/+1 |