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
/
compiler
/
rustc_ast_lowering
/
src
/
asm.rs
Age
Commit message (
Expand
)
Author
Lines
2021-12-10
asm: Allow using r9 (ARM) and x18 (AArch64) if they are not reserved by
Amanieu d'Antras
-1
/
+6
2021-12-03
add `unwind_asm` feature gate for `may_unwind` option
cynecx
-0
/
+11
2021-11-10
Add support for specifying multiple clobber_abi in `asm!`
asquared31415
-7
/
+40
2021-11-07
Add features gates for experimental asm features
Amanieu d'Antras
-4
/
+46
2021-10-26
Remove unnecessary check for registers
Yuki Okushi
-3
/
+1
2021-10-26
Fix some typos
Yuki Okushi
-2
/
+2
2021-10-07
make #[target_feature] work with `asm` register classes
asquared31415
-62
/
+2
2021-08-29
ast_lowering: Introduce `lower_span` for catching all spans entering HIR
Vadim Petrochenkov
-4
/
+9
2021-08-24
Move `named_asm_labels` to a HIR lint
asquared31415
-1
/
+3
2021-08-12
Add support for clobber_abi to asm!
Amanieu d'Antras
-1
/
+55
2021-07-10
Add clobber-only register classes for asm!
Amanieu d'Antras
-0
/
+16
2021-05-13
Clarify error message when both asm! and global_asm! are unsupported
Amanieu d'Antras
-1
/
+2
2021-05-13
Add support for const operands and options to global_asm!
Amanieu d'Antras
-0
/
+328