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
/
tests
/
ui
/
asm
/
x86_64
Age
Commit message (
Expand
)
Author
Lines
2025-09-26
Ignore more failing ui tests for GCC backend
Guillaume Gomez
-27
/
+29
2025-07-23
Add `ignore-backends` annotations in failing GCC backend ui tests
Guillaume Gomez
-0
/
+1
2025-06-03
Remove uses of `stdarch_x86_avx512`
sayantn
-2
/
+0
2025-05-18
Remove uses of `#[feature(avx512_target_feature)]`
sayantn
-7
/
+4
2025-04-08
UI tests: add missing diagnostic kinds where possible
Vadim Petrochenkov
-3
/
+3
2025-04-05
Update the minimum external LLVM to 19
Josh Stone
-330
/
+25
2025-03-17
Stabilize asm_goto
Gary Guo
-4
/
+3
2025-03-14
Do not suggest using `-Zmacro-backtrace` for builtin macros
Esteban Küber
-1
/
+0
2025-03-10
Pass InferCtxt to InlineAsmCtxt to properly taint on error
Michael Goulet
-9
/
+15
2025-02-12
Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obk
Jacob Pratt
-2
/
+0
2025-02-11
Rollup merge of #136239 - folkertdev:show-supported-register-classes, r=Sparr...
Matthias Krüger
-0
/
+6
2025-02-10
Show diff suggestion format on verbose replacement
Esteban Küber
-6
/
+9
2025-01-29
show supported register classes
Folkert de Vries
-0
/
+6
2025-01-27
Stabilize target_feature_11
Caleb Zulawski
-2
/
+0
2024-11-26
Pass end position of span through inline ASM cookie
beetrees
-25
/
+360
2024-11-24
Make asm_goto_with_outputs a separate feature gate
Gary Guo
-1
/
+1
2024-11-24
Support use of asm goto with outputs and `options(noreturn)`
Gary Guo
-2
/
+22
2024-11-24
Fix asm goto with outputs
Gary Guo
-9
/
+37
2024-10-11
Make asm label blocks safe context
Gary Guo
-0
/
+37
2024-09-30
make type-check-4 asm tests about non-const expressions
Ralf Jung
-48
/
+0
2024-09-26
Stabilize `const_refs_to_static`
Ding Xiang Fei
-42
/
+25
2024-09-09
Ban non-array SIMD
Scott McMurray
-11
/
+8
2024-08-13
stabilize `asm_const`
Folkert
-61
/
+51
2024-08-06
Auto merge of #125558 - Amanieu:const-asm-type, r=lcnr
bors
-53
/
+9
2024-08-01
separate test file for invalid sym operand
Folkert
-53
/
+9
2024-07-25
improve error message when `global_asm!` uses `asm!` options
Folkert
-18
/
+18
2024-07-25
apply fix suggested by lcnr
Folkert
-16
/
+16
2024-07-11
Account for `let foo = expr`; to suggest `const foo: Ty = expr;`
Esteban Küber
-6
/
+6
2024-07-11
Use verbose style when suggesting changing `const` with `let`
Esteban Küber
-9
/
+15
2024-06-26
Automatically taint InferCtxt when errors are emitted
Oli Scherer
-12
/
+59
2024-06-19
Remove c_unwind from tests and fix tests
Gary Guo
-1
/
+1
2024-06-13
Add `f16` and `f128` inline ASM support for `x86` and `x86-64`
beetrees
-5
/
+5
2024-05-01
Add inline comments why we're forcing the target cpu
Josh Stone
-4
/
+5
2024-05-01
Use an explicit x86-64 cpu in tests that are sensitive to it
Josh Stone
-4
/
+5
2024-04-10
Handle more cases of value suggestions
Esteban Küber
-4
/
+4
2024-04-03
Remove MIR unsafe check
Matthew Jasper
-27
/
+2
2024-03-23
Rollup merge of #121940 - veera-sivarajan:bugfix-121593, r=fmease
Jubilee
-8
/
+8
2024-03-03
Update tests
Veera
-8
/
+8
2024-02-24
Add tests for asm goto
Gary Guo
-16
/
+183
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-48
/
+48
2024-02-14
Implicitly enable evex512 if avx512 is enabled
Nikita Popov
-0
/
+15
2024-02-10
rebless after rebase
Ralf Jung
-0
/
+3
2024-02-10
unstably allow constants to refer to statics and read from immutable statics
Ralf Jung
-10
/
+19
2024-01-05
Remove revisions for THIR unsafeck
Matthew Jasper
-2
/
+0
2023-11-28
Name explicit registers in conflict register errors for inline assembly
George Wort
-7
/
+7
2023-10-19
Fix duplicate labels emitted in `render_multispan_macro_backtrace()`
Gurinder Singh
-6
/
+1
2023-10-06
Use pushsection/popsection
bjorn3
-2
/
+2
2023-10-05
Properly export function defined in test which uses global_asm!()
bjorn3
-1
/
+8
2023-09-21
adjust how closure/generator types and rvalues are printed
Ralf Jung
-1
/
+1
2023-07-27
Update the minimum external LLVM to 15
Josh Stone
-1
/
+0
[next]