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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
asm
Age
Commit message (
Expand
)
Author
Lines
2022-07-15
Fix sized check ICE in intrisicck
Michael Goulet
-0
/
+45
2022-06-16
diagnostics: fix trailing space
klensy
-1
/
+1
2022-06-12
Fix some test annotations
bjorn3
-3
/
+4
2022-05-29
Use type_is_copy_modulo_regions check in intrisicck
Michael Goulet
-0
/
+12
2022-05-27
Update tests on aarch64
Oli Scherer
-127
/
+183
2022-05-24
Update messages
Oli Scherer
-4
/
+4
2022-05-24
Make a test independent of 64/32 bit
Oli Scherer
-14
/
+4
2022-05-24
Add the transmute and asm checks to typeck as deferred checks
Oli Scherer
-214
/
+449
2022-05-07
Permit asm_const and asm_sym to reference outer generic params
Gary Guo
-13
/
+33
2022-04-19
Rollup merge of #95740 - Amanieu:kreg0, r=nagisa
Dylan DPC
-10
/
+10
2022-04-19
asm: Add a kreg0 register class on x86 which includes k0
Amanieu d'Antras
-10
/
+10
2022-04-16
Update tests for sym support in global_asm!
Amanieu d'Antras
-57
/
+103
2022-04-03
Rollup merge of #95553 - jam1garner:naked-function-compile-error, r=tmiasko
Dylan DPC
-1
/
+38
2022-04-01
Add regression test for naked functions with invalid asm syntax
jam1garner
-1
/
+13
2022-04-01
Reword purpose description of noreturn in naked function
jam1garner
-5
/
+5
2022-04-01
Don't emit non-asm contents error for naked function composed of errors
jam1garner
-1
/
+26
2022-03-31
Add error message suggestion for missing noreturn in naked function
jam1garner
-0
/
+25
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
-68
/
+79
2022-03-03
Cleanup feature gates.
Camille GILLOT
-33
/
+32
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
[next]