| Age | Commit message (Expand) | Author | Lines |
| 2024-07-19 | Add NuttX based targets for RISC-V and ARM | Huang Qi | -0/+36 |
| 2024-07-18 | Add powerpc-unknown-linux-muslspe compile target | Josef Schlehofer | -0/+3 |
| 2024-07-12 | Auto merge of #123351 - beetrees:x86-ret-snan-rust, r=nikic,workingjubilee | bors | -0/+328 |
| 2024-07-02 | Always preserve user-written comments in assembly | Trevor Gross | -0/+12 |
| 2024-07-01 | Ensure tests don't fail on i586 in CI | beetrees | -0/+5 |
| 2024-06-22 | Rollup merge of #126555 - beetrees:f16-inline-asm-arm, r=Amanieu | Guillaume Gomez | -178/+319 |
| 2024-06-21 | Rollup merge of #126530 - beetrees:f16-inline-asm-riscv, r=Amanieu | Jubilee | -2/+53 |
| 2024-06-21 | Add `f16` inline ASM support for RISC-V | beetrees | -2/+53 |
| 2024-06-21 | Add `f16` inline ASM support for 32-bit ARM | beetrees | -178/+319 |
| 2024-06-20 | Auto merge of #126736 - matthiaskrgr:rollup-rb20oe3, r=matthiaskrgr | bors | -0/+9 |
| 2024-06-20 | Rollup merge of #126380 - SergioGasquez:feat/std-xtensa, r=davidtwco | Matthias Krüger | -0/+9 |
| 2024-06-19 | Fix wasm_exceptions test | Gary Guo | -3/+3 |
| 2024-06-19 | Remove c_unwind from tests and fix tests | Gary Guo | -10/+10 |
| 2024-06-16 | Add i686-unknown-redox target | bjorn3 | -0/+3 |
| 2024-06-15 | Rollup merge of #126417 - beetrees:f16-f128-inline-asm-x86, r=Amanieu | Matthias Krüger | -26/+218 |
| 2024-06-14 | Auto merge of #125347 - tesuji:needtests, r=nikic | bors | -0/+27 |
| 2024-06-13 | Add `f16` and `f128` inline ASM support for `x86` and `x86-64` | beetrees | -26/+218 |
| 2024-06-13 | feat: Add std Xtensa targets support | Sergio Gasquez | -0/+9 |
| 2024-06-12 | Auto merge of #125141 - SergioGasquez:feat/no_std-xtensa, r=davidtwco | bors | -1/+12 |
| 2024-06-12 | Rollup merge of #125980 - kjetilkjeka:nvptx_remove_direct_passmode, r=davidtwco | Jubilee | -1/+31 |
| 2024-06-11 | Fix tests for 32 bits targets | Lzu Tao | -7/+6 |
| 2024-06-09 | Apply suggestions from code review | Lzu Tao | -6/+4 |
| 2024-06-09 | add assembly test for #83585 | Lzu Tao | -0/+30 |
| 2024-06-04 | Use FileCheck to parameterize codegen tests over hashes | Jubilee Young | -2/+2 |
| 2024-06-01 | Ensure floats are returned losslessly by the Rust ABI on 32-bit x86 | beetrees | -0/+323 |
| 2024-05-31 | NVPTX:_Especially add the DoubleI32 struct as a nvptx abi test case since it ... | Kjetil Kjeka | -0/+31 |
| 2024-05-31 | NVPTX: Avoid PassMode::Direct for C ABI | Kjetil Kjeka | -1/+0 |
| 2024-05-30 | Run rustfmt on `tests/assembly/`. | Nicholas Nethercote | -84/+52 |
| 2024-05-29 | Add no_std Xtensa targets support | Sergio Gasquez | -1/+12 |
| 2024-05-29 | Rollup merge of #125226 - madsmtm:fix-mac-catalyst-tests, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -6/+3 |
| 2024-05-28 | Rollup merge of #117671 - kjetilkjeka:nvptx_c_abi_avoid_direct, r=davidtwco | Matthias Krüger | -0/+436 |
| 2024-05-28 | Make more of the test suite run on Mac Catalyst | Mads Marquart | -6/+3 |
| 2024-05-12 | test: Add assembly tests for x86_64-unknown-linux-none target | Federico Maria Morrone | -0/+3 |
| 2024-05-10 | NVPTX: Avoid PassMode::Direct for args in C abi | Kjetil Kjeka | -0/+436 |
| 2024-05-01 | Add inline comments why we're forcing the target cpu | Josh Stone | -0/+2 |
| 2024-05-01 | Use an explicit x86-64 cpu in tests that are sensitive to it | Josh Stone | -1/+2 |
| 2024-04-30 | Rollup merge of #124299 - clubby789:106269-test, r=nikic | 许杰友 Jieyou Xu (Joe) | -0/+22 |
| 2024-04-30 | Add test for efficient codegen of manual `eq` implementations of a small struct | clubby789 | -0/+22 |
| 2024-04-22 | also update windows slack-protector tests | Erik Desjardins | -44/+16 |
| 2024-04-11 | adjust stack-protector test (which inappropriately depends on IR types) | Erik Desjardins | -40/+15 |
| 2024-04-10 | Add support for Arm64EC inline assembly | Daniel Paoliello | -76/+79 |
| 2024-04-05 | Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco | Guillaume Gomez | -0/+8 |
| 2024-04-02 | Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco | bors | -0/+51 |
| 2024-03-29 | stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate | Aria Beingessner | -1/+1 |
| 2024-03-23 | Add+Use `mir::BinOp::Cmp` | Scott McMurray | -0/+51 |
| 2024-03-23 | Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obk | bors | -0/+53 |
| 2024-03-23 | Avoid non-windows non-linux in assembly x64 test | Scott McMurray | -0/+3 |
| 2024-03-22 | Auto merge of #122024 - clubby789:remove-spec-option-pe, r=jhpratt | bors | -27/+0 |
| 2024-03-20 | Add bare metal riscv32 target. | Roy Buitenhuis | -0/+3 |
| 2024-03-19 | Remove `SpecOptionPartialEq` | clubby789 | -27/+0 |