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
/
src
/
test
/
ui
/
asm
/
aarch64
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-2240
/
+0
2023-01-01
Verbose suggestions
Esteban Küber
-15
/
+11
2022-12-29
Account for multiple multiline spans with empty padding
Esteban Küber
-6
/
+1
2022-11-02
asm: Work around LLVM bug on AArch64
Amanieu d'Antras
-0
/
+16
2022-10-17
Stabilize asm_sym
Amanieu d'Antras
-5
/
+5
2022-10-01
bless ui tests
Maybe Waffle
-1
/
+1
2022-09-26
fix #102087, Suggest Default::default() when binding isn't initialized
yukang
-0
/
+10
2022-09-08
fix the suggestion of format for asm_sub_register
Yiming Lei
-20
/
+20
2022-08-14
Update the minimum external LLVM to 13
Josh Stone
-1
/
+0
2022-08-02
Properly reject the `may_unwind` option in `global_asm!`
Amanieu d'Antras
-18
/
+18
2022-07-14
Rollup merge of #99192 - Amanieu:fix-asm-srcloc, r=petrochenkov
Dylan DPC
-1
/
+20
2022-07-14
Fix spans for asm diagnostics
Amanieu d'Antras
-1
/
+20
2022-07-08
Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebank
bors
-1
/
+1
2022-07-07
fix arm test
Esteban Küber
-6
/
+10
2022-07-07
Bless aarch64 test.
Camille GILLOT
-1
/
+1
2022-05-27
Update tests on aarch64
Oli Scherer
-127
/
+183
2022-04-16
Update tests for sym support in global_asm!
Amanieu d'Antras
-25
/
+36
2022-03-23
Rollup merge of #91608 - workingjubilee:fold-neon-fp, r=nagisa,Amanieu
Dylan DPC
-1
/
+1
2022-03-22
Fold aarch64 feature +fp into +neon
Jubilee Young
-1
/
+1
2022-03-21
Add needs-asm-support directive to tests where necessary
bjorn3
-33
/
+38
2022-01-31
Update test output for `ui/asm/aarch64/parse-error.rs`
Fabian Wolff
-7
/
+7
2021-12-12
Re-bless asm tests for aarch64
Amanieu d'Antras
-142
/
+144
2021-12-12
Stabilize asm! and global_asm!
Amanieu d'Antras
-15
/
+26
2021-12-11
Fix AArch64 asm ui tests
Amanieu d'Antras
-19
/
+11
2021-12-03
fix inline asm test by not hardcoding symbol names
cynecx
-3
/
+9
2021-12-03
add clobber_abi("C") to may_unwind inline-asm tests
cynecx
-1
/
+1
2021-12-03
add tests for asm's options(may_unwind)
cynecx
-0
/
+31
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-22
/
+22
2021-11-12
fix aarch test error annotations
asquared31415
-4
/
+4
2021-11-10
Fix aarch tests
asquared31415
-60
/
+51
2021-11-10
Add support for specifying multiple clobber_abi in `asm!`
asquared31415
-57
/
+46
2021-11-07
Add features gates for experimental asm features
Amanieu d'Antras
-28
/
+29
2021-10-23
bless the line changes in ui/asm/aarch64/srcloc.rs
Josh Stone
-23
/
+23
2021-10-22
Update the minimum external LLVM to 11
Josh Stone
-3
/
+0
2021-10-16
Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkov
bors
-11
/
+11
2021-10-15
Bless tests
Cameron Steffen
-11
/
+11
2021-10-14
Use non-checking TLS relocation in aarch64 asm! sym test.
Adam Gemmell
-1
/
+1
2021-09-24
Disable some tests for platforms without registers.
Adam Gemmell
-25
/
+49
2021-09-24
Add inline asm! tests for aarch64
Adam Gemmell
-0
/
+2085