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
Age
Commit message (
Expand
)
Author
Lines
2022-02-21
Add tests
Amanieu d'Antras
-0
/
+64
2022-02-21
Take CodegenFnAttrs into account when validating asm! register operands
Amanieu d'Antras
-21
/
+13
2022-02-16
Correctly mark the span of captured arguments in `format_args!()`
Chayim Refael Friedman
-16
/
+16
2022-02-11
Rollup merge of #93868 - Amanieu:asm_reg_conflict, r=cjgillot
Matthias Krüger
-0
/
+30
2022-02-10
Fix incorrect register conflict detection in asm!
Amanieu d'Antras
-0
/
+30
2022-01-31
Update test output for `ui/asm/aarch64/parse-error.rs`
Fabian Wolff
-7
/
+7
2022-01-31
Make `span_extend_to_prev_str()` more robust
Fabian Wolff
-7
/
+7
2022-01-28
Rollup merge of #92611 - Amanieu:asm-reference, r=m-ou-se
Matthias Krüger
-0
/
+36
2022-01-21
Reject may_unwind option in naked functions
Tomasz Miąsko
-10
/
+22
2022-01-21
Reject unsupported naked functions
Tomasz Miąsko
-165
/
+75
2022-01-19
Add links to the reference and rust by example for asm! docs and lints
Amanieu d'Antras
-0
/
+36
2022-01-12
Remove ui tests for LLVM-style inline assembly
Tomasz Miąsko
-71
/
+32
2021-12-12
Re-bless asm tests for aarch64
Amanieu d'Antras
-152
/
+154
2021-12-12
Stabilize asm! and global_asm!
Amanieu d'Antras
-338
/
+351
2021-12-12
Remove automatic rustfix of asm! to llvm_asm!
Amanieu d'Antras
-58
/
+0
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
-6
/
+18
2021-12-03
add clobber_abi("C") to may_unwind inline-asm tests
cynecx
-2
/
+2
2021-12-03
add tests for asm's options(may_unwind)
cynecx
-0
/
+71
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-44
/
+44
2021-11-12
fix aarch test error annotations
asquared31415
-4
/
+4
2021-11-10
add missing sym feature
asquared31415
-1
/
+1
2021-11-10
Fix aarch tests
asquared31415
-60
/
+51
2021-11-10
Add support for specifying multiple clobber_abi in `asm!`
asquared31415
-100
/
+258
2021-11-07
Restrict tests that use needs-asm-support to non-experimental
Amanieu d'Antras
-2
/
+3
2021-11-07
Add features gates for experimental asm features
Amanieu d'Antras
-79
/
+92
2021-10-26
Add a regression test for issue-89875
Yuki Okushi
-0
/
+14
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 12
Josh Stone
-1
/
+1
2021-10-22
Update the minimum external LLVM to 11
Josh Stone
-30
/
+25
2021-10-16
Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkov
bors
-40
/
+40
2021-10-15
Bless tests
Cameron Steffen
-40
/
+40
2021-10-14
Use non-checking TLS relocation in aarch64 asm! sym test.
Adam Gemmell
-1
/
+1
2021-10-07
make #[target_feature] work with `asm` register classes
asquared31415
-34
/
+84
2021-09-29
Rollup merge of #89311 - FabianWolff:issue-89305, r=oli-obk
Eric Huss
-0
/
+29
2021-09-28
Add unit assignment to MIR for `asm!()`
Fabian Wolff
-0
/
+29
2021-09-24
Disable some tests for platforms without registers.
Adam Gemmell
-188
/
+296
2021-09-24
Add inline asm! tests for aarch64
Adam Gemmell
-76
/
+2570
2021-09-11
Rollup merge of #88209 - Amanieu:asm_in_underscore, r=nagisa
Jubilee
-25
/
+49
2021-09-01
Stop sorting bodies by span.
Camille GILLOT
-15
/
+15
2021-08-24
Move `named_asm_labels` to a HIR lint
asquared31415
-32
/
+159
2021-08-21
Improve error message when _ is used for in/inout asm operands
Amanieu d'Antras
-25
/
+49
2021-08-18
Auto merge of #87985 - nbdd0121:asm, r=Amanieu
bors
-0
/
+27
2021-08-15
Fix ui tests for llvm_asm! deprecation
Amanieu d'Antras
-35
/
+38
2021-08-14
Auto merge of #87581 - Amanieu:asm_clobber_abi, r=nagisa
bors
-56
/
+225
2021-08-14
Auto merge of #87324 - asquared31415:named-asm-labels, r=Amanieu
bors
-0
/
+406
2021-08-12
Forbid `!` from being used in `asm!` output
Gary Guo
-0
/
+27
2021-08-12
Add support for clobber_abi to asm!
Amanieu d'Antras
-50
/
+219
2021-08-12
Fix error message typo for pure asm without outputs
Amanieu d'Antras
-6
/
+6
2021-08-07
Auto merge of #87772 - npmccallum:naked_abi, r=Amanieu
bors
-14
/
+8
[next]