index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_target
/
src
/
asm
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-21
Support ctr and lr as clobber-only registers in PowerPC inline assembly
Taiki Endo
-2
/
+3
2025-06-06
Add new Tier-3 targets: `loongarch32-unknown-none*`
WANG Rui
-4
/
+10
2025-02-11
Rollup merge of #136239 - folkertdev:show-supported-register-classes, r=Sparr...
Matthias Krüger
-3
/
+3
2025-02-06
compiler: make rustc_target have less weird reexports
Jubilee Young
-1
/
+1
2025-01-29
show supported register classes
Folkert de Vries
-3
/
+3
2025-01-29
Support clobber_abi in BPF inline assembly
Taiki Endo
-0
/
+13
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+2
2024-11-28
Support `clobber_abi` for AVR inline assembly
Julian Frimmel
-0
/
+22
2024-11-28
Rollup merge of #133463 - taiki-e:aarch64-asm-x18, r=Amanieu
Guillaume Gomez
-5
/
+7
2024-11-28
Rollup merge of #133422 - taiki-e:riscv-e-clobber-abi, r=Amanieu
Guillaume Gomez
-1
/
+32
2024-11-26
Fix handling of x18 in AArch64 inline assembly on ohos/trusty or with -Zfixed...
Taiki Endo
-5
/
+8
2024-11-25
Fix clobber_abi in RV32E and RV64E inline assembly
Taiki Endo
-1
/
+32
2024-11-24
Make s390x non-clobber-only vector register support unstable
Taiki Endo
-3
/
+10
2024-11-07
Auto merge of #132472 - taiki-e:sparc-asm, r=Amanieu
bors
-0
/
+30
2024-11-07
Add links about clobber_abi on PowerPC
Taiki Endo
-0
/
+15
2024-11-07
Remove fixme comment about clobber_abi on PowerPC
Taiki Endo
-2
/
+0
2024-11-07
Basic inline assembly support for SPARC and SPARC64
Taiki Endo
-0
/
+30
2024-11-02
Support clobber_abi and vector registers (clobber-only) in PowerPC inline ass...
Taiki Endo
-0
/
+30
2024-10-14
Fix clobber_abi and disallow SVE-related registers in Arm64EC inline assembly
Taiki Endo
-2
/
+15
2024-10-06
Support clobber_abi in MSP430 inline assembly
Taiki Endo
-0
/
+10
2024-09-21
Support clobber_abi and vector/access registers (clobber-only) in s390x inlin...
Taiki Endo
-1
/
+28
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+6
2024-06-13
Add `f16` and `f128` inline ASM support for `x86` and `x86-64`
beetrees
-0
/
+12
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-3
/
+3
2024-04-11
Rollup merge of #123740 - veera-sivarajan:reduce-size-of-modifierinfo, r=petr...
Matthias Krüger
-3
/
+3
2024-04-10
Reduce size of `ModifierInfo`
Veera
-3
/
+3
2024-04-10
Add support for Arm64EC inline assembly
Daniel Paoliello
-3
/
+13
2024-03-13
Improve style
Veera
-2
/
+2
2024-03-03
Mention Register Size in `#[warn(asm_sub_register)]`
Veera
-6
/
+14
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
[next]