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
Age
Commit message (
Expand
)
Author
Lines
2024-07-12
Rollup merge of #126922 - asquared31415:asm_binary_label, r=estebank
Jubilee
-53
/
+255
2024-07-11
Fix aarch64 test
Esteban Küber
-24
/
+40
2024-07-11
Account for `let foo = expr`; to suggest `const foo: Ty = expr;`
Esteban Küber
-22
/
+22
2024-07-11
Use verbose style when suggesting changing `const` with `let`
Esteban Küber
-33
/
+55
2024-07-09
add lint for inline asm labels that look like binary
asquared31415
-53
/
+255
2024-06-26
Automatically taint InferCtxt when errors are emitted
Oli Scherer
-12
/
+59
2024-06-22
compiler: Fix arm32 asm issues by hierarchically sorting reg classes
Jubilee Young
-0
/
+33
2024-06-19
Fix broken aarch64 unwind test
Gary Guo
-1
/
+1
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-20
Move 100 entries from tests/ui into subdirs
Jubilee Young
-0
/
+38
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-11
Rollup merge of #123704 - estebank:diag-changes, r=compiler-errors
Matthias Krüger
-8
/
+8
2024-04-10
Handle more cases of "values to suggest" given a type
Esteban Küber
-4
/
+4
2024-04-10
Handle more cases of value suggestions
Esteban Küber
-4
/
+4
2024-04-07
Remove useless configs in tests
Urgau
-1
/
+1
2024-04-03
Remove MIR unsafe check
Matthew Jasper
-27
/
+2
2024-03-25
Add needs-unwind annotations to a couple of tests
bjorn3
-0
/
+1
2024-03-23
Rollup merge of #121940 - veera-sivarajan:bugfix-121593, r=fmease
Jubilee
-32
/
+32
2024-03-20
Update test for `aarch64`
Veera
-20
/
+20
2024-03-18
Update test with `//@ needs-asm-support`
Veera
-2
/
+3
2024-03-18
Fix ICE: `global_asm!()` Don't Panic When Unable to Evaluate Constant
Veera
-1
/
+1
2024-03-18
Add tests
Veera
-0
/
+25
2024-03-11
Update test directives for `wasm32-wasip1`
Alex Crichton
-106
/
+101
2024-03-07
Bless aarch64 asm test
Gary Guo
-4
/
+4
2024-03-03
Update tests
Veera
-12
/
+12
2024-02-24
Add tests for asm goto
Gary Guo
-21
/
+196
2024-02-20
trigger `unsafe_code` on `global_asm!` invocations
Kalle Wachsmuth
-2
/
+0
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-174
/
+174
2024-02-15
Rollup merge of #121088 - nikic:evex512, r=Amanieu
Guillaume Gomez
-0
/
+15
2024-02-14
Implicitly enable evex512 if avx512 is enabled
Nikita Popov
-0
/
+15
2024-02-14
Fix two UI tests with incorrect directive / invalid revision
许杰友 Jieyou Xu (Joe)
-23
/
+20
2024-02-10
manually bless an aarch64 test
Ralf Jung
-10
/
+22
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-02-08
Continue to borrowck even if there were previous errors
Oli Scherer
-98
/
+103
2024-01-30
Update feature names for new stdarch
Amanieu d'Antras
-2
/
+2
2024-01-18
tests/ui/asm/inline-syntax: adapt for LLVM 18
Krasimir Georgiev
-14
/
+116
2024-01-05
Remove revisions for THIR unsafeck
Matthew Jasper
-494
/
+63
2023-12-21
Make named_asm_labels lint not trigger on unicode and trigger on format args
asquared31415
-11
/
+113
2023-12-02
Auto merge of #117912 - GeorgeWort:master, r=petrochenkov
bors
-16
/
+16
2023-11-28
Name explicit registers in conflict register errors for inline assembly
George Wort
-16
/
+16
2023-11-25
make sure we still eagerly emit errors
Michael Goulet
-0
/
+24
2023-11-24
Show number in error message even for one error
Nilstrieb
-7
/
+7
2023-10-19
Fix duplicate labels emitted in `render_multispan_macro_backtrace()`
Gurinder Singh
-12
/
+2
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
-2
/
+2
2023-08-14
fixed *const [type error] does not implement the Copy trait
nxya
-0
/
+16
[prev]
[next]