| Age | Commit message (Expand) | Author | Lines |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -0/+24 |
| 2023-07-18 | support for mips32r6 as a target_arch value | chenx97 | -1/+1 |
| 2023-07-18 | merge patterns | chenx97 | -2/+1 |
| 2023-07-18 | support for mips64r6 as a target_arch value | chenx97 | -0/+1 |
| 2023-05-12 | asm: loongarch64: Drop efiapi | WANG Rui | -2/+2 |
| 2023-05-05 | asm: loongarch64: Implementation of clobber_abi | WANG Rui | -0/+20 |
| 2023-04-25 | Add loongarch64 asm! support | zhaixiaojuan | -0/+26 |
| 2023-04-12 | Add inline assembly support for m68k | Ian Douglas Scott | -0/+24 |
| 2023-03-01 | Use FxIndexSet instead of FxHashSet for asm_target_features query. | Michael Woerister | -10/+11 |
| 2023-01-14 | Fix some missed double spaces. | André Vennberg | -1/+1 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -7/+7 |
| 2022-07-08 | Collapse some weirdly-wrapping derives | Michael Goulet | -48/+8 |
| 2022-05-17 | Add ABI clobbers | Connor Horman | -0/+2 |
| 2022-04-19 | asm: Add a kreg0 register class on x86 which includes k0 | Amanieu d'Antras | -3/+3 |
| 2022-02-21 | Take CodegenFnAttrs into account when validating asm! register operands | Amanieu d'Antras | -113/+87 |
| 2022-02-21 | On ARM, use relocation_model to detect whether r9 should be reserved | Amanieu d'Antras | -32/+37 |
| 2022-02-18 | asm: Allow the use of r8-r14 as clobbers on Thumb1 | Amanieu d'Antras | -37/+71 |
| 2022-01-31 | Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-01-22 | Add preliminary support for inline assembly for msp430. | William D. Jones | -0/+25 |
| 2022-01-17 | Pass target_features set instead of has_feature closure | bjorn3 | -34/+34 |
| 2022-01-17 | Use Symbol for target features in asm handling | bjorn3 | -8/+8 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -14/+14 |
| 2021-12-10 | asm: Allow using r9 (ARM) and x18 (AArch64) if they are not reserved by | Amanieu d'Antras | -4/+30 |
| 2021-12-06 | Implement inline asm! for AVR platform | Andrew Dona-Couch | -0/+25 |
| 2021-11-10 | Update more rustc/libtest things for wasm64 | Alex Crichton | -3/+7 |
| 2021-11-06 | Improve terminology around "after typeck" | pierwill | -1/+1 |
| 2021-09-01 | Rollup merge of #88350 - programmerjake:add-ppc-cr-xer-clobbers, r=Amanieu | Mara Bos | -1/+1 |
| 2021-08-28 | Auto merge of #88245 - Sl1mb0:s390-asm, r=Amanieu | bors | -0/+25 |
| 2021-08-25 | add support for clobbering xer, cr, and cr[0-7] for asm! on OpenPower/PowerPC | Jacob Lifshay | -1/+1 |
| 2021-08-22 | Fix: appeased x.py test tidy --bless | linux1 | -5/+5 |
| 2021-08-22 | Feat: added s390x reg-definitions, constraint codes, and tests | linux1 | -21/+21 |
| 2021-08-22 | Feat: added inline asm support for s390x | linux1 | -0/+25 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 |
| 2021-08-12 | Add support for clobber_abi to asm! | Amanieu d'Antras | -0/+182 |
| 2021-07-11 | Auto merge of #86416 - Amanieu:asm_clobber_only, r=nagisa | bors | -0/+6 |
| 2021-07-10 | Add clobber-only register classes for asm! | Amanieu d'Antras | -0/+6 |
| 2021-05-23 | Add support for BPF inline assembly | Alessandro Decina | -0/+25 |
| 2021-05-16 | Auto merge of #85312 - ehuss:macro_use-unused-attr, r=petrochenkov | bors | -3/+0 |
| 2021-05-15 | Fix unused attributes on macro_rules. | Eric Huss | -3/+0 |
| 2021-05-13 | Add asm!() support for PowerPC64 | Dr. Chat | -3/+7 |
| 2021-05-11 | Add initial asm!() support for PowerPC | Dr. Chat | -0/+25 |
| 2021-04-05 | Disallow the use of high byte registes as operands on x86_64 | Amanieu d'Antras | -2/+2 |
| 2021-03-14 | Address review comments | Amanieu d'Antras | -7/+7 |
| 2021-03-13 | Always lower asm! to valid HIR | Amanieu d'Antras | -0/+14 |
| 2021-02-21 | New pass to deduplicate blocks | Simon Vandel Sillesen | -5/+38 |
| 2020-12-10 | Use Symbol for inline asm register class names | Arlie Davis | -29/+22 |
| 2020-12-01 | Add wasm32 support to inline asm | Gus Caplan | -0/+21 |
| 2020-11-11 | Change capitalization of Spirv to SpirV | khyperia | -15/+15 |
| 2020-11-11 | Add asm register information for SPIR-V | khyperia | -0/+21 |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -4/+1 |