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
/
tests
/
ui
/
asm
Age
Commit message (
Expand
)
Author
Lines
2024-08-28
Rollup merge of #129421 - jdonszelmann:naked-repr-align-functions, r=workingj...
Matthias Krüger
-0
/
+125
2024-08-27
add uitest for naked functions and the repr attr on functions
jdonszelmann
-0
/
+125
2024-08-25
Add `f16` and `f128` inline ASM support for `aarch64`
beetrees
-6
/
+10
2024-08-24
Enable f16 in assembly on aarch64 platforms that support it
rongfu.leng
-3
/
+24
2024-08-13
stabilize `asm_const`
Folkert
-287
/
+263
2024-08-06
Auto merge of #125558 - Amanieu:const-asm-type, r=lcnr
bors
-228
/
+217
2024-08-04
Rollup merge of #128305 - folkertdev:asm-parser-unsupported-operand, r=Amanieu
Matthias Krüger
-7
/
+48
2024-08-02
add `needs-asm-support` to invalid-sym-operand
Folkert
-3
/
+7
2024-08-01
separate test file for invalid const operand
Folkert
-143
/
+155
2024-08-01
separate test file for invalid sym operand
Folkert
-116
/
+80
2024-07-30
make `///` doc comments compatible with naked functions
Folkert
-0
/
+3
2024-07-28
improve error message when global asm uses inline asm operands
Folkert
-7
/
+48
2024-07-28
Rollup merge of #127853 - folkertdev:naked-function-error-messages, r=bjorn3
Matthias Krüger
-73
/
+246
2024-07-27
add `needs-asm-support` to `tests/ui/asm/unsupported-option.rs`
Folkert
-3
/
+5
2024-07-27
fix `tests/ui/asm/naked-functions.rs` for aarch64
Folkert
-6
/
+7
2024-07-27
update aarch64 asm tests
Folkert
-47
/
+61
2024-07-27
allow `#[target_feature]` on `#[naked]` functions
Folkert
-25
/
+6
2024-07-27
switch to an allowlist approach
Folkert
-27
/
+128
2024-07-26
add `run-rustfix` test for machine-applicable suggestion
Folkert
-0
/
+40
2024-07-25
improve error message when `global_asm!` uses `asm!` options
Folkert
-41
/
+63
2024-07-25
apply fix suggested by lcnr
Folkert
-39
/
+49
2024-07-25
Work around #96304 by ignoring one test case
Amanieu d'Antras
-43
/
+42
2024-07-25
Rollup merge of #128138 - folkertdev:asm-option-allowlist, r=lcnr
Matthias Krüger
-2
/
+2
2024-07-24
use an allow list for allowed asm options in naked functions
Folkert
-2
/
+2
2024-07-18
Update the `binary_asm_label` message
Trevor Gross
-5
/
+15
2024-07-18
Change `binary_asm_labels` to only fire on x86 and x86_64
Trevor Gross
-0
/
+17
2024-07-17
add error message when `#[naked]` is used with `#[test]`
Folkert
-0
/
+74
2024-07-16
improve error message when `#[naked]` is used with `#[track-caller] and `#[ta...
Folkert
-0
/
+25
2024-07-16
improve error message when `#[naked]` is used with `#[inline]`
Folkert
-71
/
+62
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
[next]