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
/
x86_64
Age
Commit message (
Expand
)
Author
Lines
2022-06-12
Fix some test annotations
bjorn3
-3
/
+4
2022-05-24
Update messages
Oli Scherer
-4
/
+4
2022-05-24
Add the transmute and asm checks to typeck as deferred checks
Oli Scherer
-122
/
+278
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
-25
/
+36
2022-03-21
Add needs-asm-support directive to tests where necessary
bjorn3
-0
/
+3
2022-02-21
Take CodegenFnAttrs into account when validating asm! register operands
Amanieu d'Antras
-21
/
+13
2022-01-31
Make `span_extend_to_prev_str()` more robust
Fabian Wolff
-7
/
+7
2021-12-12
Stabilize asm! and global_asm!
Amanieu d'Antras
-172
/
+193
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-10
add missing sym feature
asquared31415
-1
/
+1
2021-11-10
Add support for specifying multiple clobber_abi in `asm!`
asquared31415
-43
/
+212
2021-11-07
Add features gates for experimental asm features
Amanieu d'Antras
-7
/
+9
2021-10-26
Add a regression test for issue-89875
Yuki Okushi
-0
/
+14
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
-27
/
+25
2021-10-15
Bless tests
Cameron Steffen
-11
/
+11
2021-10-07
make #[target_feature] work with `asm` register classes
asquared31415
-34
/
+84
2021-09-24
Add inline asm! tests for aarch64
Adam Gemmell
-0
/
+2153