| Age | Commit message (Expand) | Author | Lines |
| 2024-08-28 | Implement RFC 3525. | Luca Versari | -0/+37 |
| 2024-08-27 | Rollup merge of #129536 - beetrees:f16-f128-inline-asm-aarch64, r=Amanieu | Trevor Gross | -5/+111 |
| 2024-08-25 | Add `f16` and `f128` inline ASM support for `aarch64` | beetrees | -27/+106 |
| 2024-08-24 | Enable f16 in assembly on aarch64 platforms that support it | rongfu.leng | -1/+28 |
| 2024-08-23 | Add Trusty OS as tier 3 target | Nicole LeGare | -0/+6 |
| 2024-08-22 | llvm 20: adapt integer comparison tests | Krasimir Georgiev | -14/+28 |
| 2024-08-15 | Rollup merge of #127905 - BKPepe:powerpc-muslspe, r=wesleywiser | Matthias Krüger | -0/+3 |
| 2024-08-13 | stabilize `asm_const` | Folkert | -2/+1 |
| 2024-08-13 | Rollup merge of #128643 - beetrees:ppc64-abi-fix, r=bjorn3 | Matthias Krüger | -0/+132 |
| 2024-08-11 | Refactor `powerpc64` call ABI handling | beetrees | -0/+132 |
| 2024-08-07 | Disallow setting built-in cfgs via set the command-line | Urgau | -27/+27 |
| 2024-07-30 | Match LLVM ABI in `extern "C"` functions for `f128` on Windows | beetrees | -0/+39 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -1/+2 |
| 2024-07-26 | Auto merge of #128165 - saethlin:optimize-clone-shims, r=compiler-errors | bors | -0/+2 |
| 2024-07-25 | Let InstCombine remove Clone shims inside Clone shims | Ben Kimock | -0/+2 |
| 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 |