| Age | Commit message (Expand) | Author | Lines |
| 2022-10-17 | Stabilize asm_sym | Amanieu d'Antras | -15/+17 |
| 2022-09-29 | Enable inline stack probes on X86 with LLVM 16 | Josh Stone | -0/+42 |
| 2022-08-21 | Rollup merge of #100556 - Alex-Velez:patch-1, r=scottmcm | Matthias Krüger | -0/+25 |
| 2022-08-20 | Allow other directives before the `ret` | scottmcm | -1/+1 |
| 2022-08-16 | Update src/test/assembly/x86_64-floating-point-clamp.rs | Alex | -1/+1 |
| 2022-08-16 | Update src/test/assembly/x86_64-floating-point-clamp.rs | Alex | -0/+25 |
| 2022-08-14 | Update the minimum external LLVM to 13 | Josh Stone | -7/+0 |
| 2022-08-02 | RISC-V ASM test: relax label name constraint. | Tim Neumann | -1/+1 |
| 2022-07-20 | adapt assembly/static-relocation-model test for LLVM change | Krasimir Georgiev | -3/+4 |
| 2022-07-18 | Rollup merge of #98998 - workingjubilee:naked-means-no-clothes-enforcement-te... | Dylan DPC | -0/+45 |
| 2022-07-16 | Auto merge of #98866 - nagisa:nagisa/align-offset-wroom, r=Mark-Simulacrum | bors | -0/+48 |
| 2022-07-17 | Add a special case for align_offset /w stride != 1 | Simonas Kazlauskas | -0/+48 |
| 2022-07-08 | Implement support for DWARF version 5. | Patrick Walton | -0/+20 |
| 2022-07-06 | Also stop emitting BTI prologues for naked functions | Jubilee Young | -0/+21 |
| 2022-07-06 | Stop emitting CET prologues for naked functions | Jubilee Young | -0/+24 |
| 2022-06-07 | hexagon: adapt test for upstream output changes | Augie Fackler | -3/+3 |
| 2022-05-25 | Fix stack protector basic test | Nikita Popov | -1/+1 |
| 2022-05-03 | Collect function instance used in `global_asm!` sym operand | Tomasz Miąsko | -0/+5 |
| 2022-04-26 | Rollup merge of #94703 - kjetilkjeka:nvptx-kernel-args-abi2, r=nagisa | Guillaume Gomez | -0/+254 |
| 2022-04-25 | Add test for asserting correct generation of ptx-kernel args | Kjetil Kjeka | -0/+254 |
| 2022-04-16 | Update tests for sym support in global_asm! | Amanieu d'Antras | -1/+12 |
| 2022-03-10 | short-circuit the easy cases in `is_copy_modulo_regions` | Scott McMurray | -0/+2 |
| 2022-01-22 | Add preliminary support for inline assembly for msp430. | William D. Jones | -0/+158 |
| 2021-12-29 | Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisa | bors | -0/+22 |
| 2021-12-12 | Address review feedback | Amanieu d'Antras | -3/+3 |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -7/+11 |
| 2021-12-07 | Remove the reg_thumb register class for asm! on ARM | Amanieu d'Antras | -36/+0 |
| 2021-12-06 | Implement inline asm! for AVR platform | Andrew Dona-Couch | -0/+282 |
| 2021-12-02 | Auto merge of #91003 - psumbera:sparc64-abi, r=nagisa | bors | -0/+64 |
| 2021-12-01 | Review comments | Jamie Cunliffe | -1/+1 |
| 2021-12-01 | Add codegen option for branch protection and pointer authentication on AArch64 | James McGregor | -0/+22 |
| 2021-12-01 | fix sparc64 ABI for aggregates with floating point members | Petr Sumbera | -0/+64 |
| 2021-11-22 | add rustc option for using LLVM stack smash protection | Benjamin A. Bjørnseth | -0/+682 |
| 2021-11-07 | Add features gates for experimental asm features | Amanieu d'Antras | -12/+12 |
| 2021-10-22 | Update the minimum external LLVM to 12 | Josh Stone | -5/+1 |
| 2021-10-22 | Update the minimum external LLVM to 11 | Josh Stone | -14/+2 |
| 2021-10-15 | test fix: aarch64 atomics are only outlined on Linux. | Hans Kratz | -0/+1 |
| 2021-10-09 | Fix min LLVM version for bpf-types test | Alessandro Decina | -1/+1 |
| 2021-10-04 | Rollup merge of #83655 - sebpop:arm64-outline-atomics, r=workingjubilee | Jubilee | -0/+16 |
| 2021-10-01 | Rollup merge of #88820 - hlopko:add_pie_relocation_model, r=petrochenkov | Manish Goregaokar | -0/+73 |
| 2021-10-01 | Add `pie` as another `relocation-model` value | Marcel Hlopko | -0/+73 |
| 2021-09-30 | [aarch64] add target feature outline-atomics | Sebastian Pop | -0/+16 |
| 2021-09-20 | rustc_codegen_llvm: make sse4.2 imply crc32 for LLVM 14 | Augie Fackler | -0/+12 |
| 2021-09-13 | enum niche allocation grows toward zero if possible | Andreas Liljeqvist | -0/+25 |
| 2021-09-01 | Rollup merge of #88350 - programmerjake:add-ppc-cr-xer-clobbers, r=Amanieu | Mara Bos | -0/+12 |
| 2021-08-25 | add support for clobbering xer, cr, and cr[0-7] for asm! on OpenPower/PowerPC | Jacob Lifshay | -0/+12 |
| 2021-08-24 | Feat: added explicit register tests; added prefix to check_reg asm string | linux1 | -1/+37 |
| 2021-08-23 | Fix: added necessary prefix | linux1 | -2/+8 |
| 2021-08-22 | Fix: appeased x.py test tidy --bless | linux1 | -2/+2 |
| 2021-08-22 | Feat: further testing & support for i64 general register use | linux1 | -6/+46 |