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
/
codegen
/
issues
Age
Commit message (
Expand
)
Author
Lines
2025-05-17
Describe lifetime of call argument temporaries passed indirectly
Tomasz Miąsko
-27
/
+0
2025-04-24
Rollup merge of #139261 - RalfJung:msvc-align-mitigation, r=oli-obk
Matthias Krüger
-0
/
+3
2025-04-17
tests: adjust 101082 test for LLVM 21 fix
Augie Fackler
-10
/
+2
2025-04-11
Auto merge of #139430 - scottmcm:polymorphic-array-into-iter, r=cuviper
bors
-3
/
+32
2025-04-10
replace `//@ compile-flags: --edition` with `//@ edition`
Pietro Albini
-1
/
+2
2025-04-09
PR feedback
Scott McMurray
-6
/
+12
2025-04-07
mitigate MSVC unsoundness by not emitting alignment attributes on win32-msvc ...
Ralf Jung
-0
/
+3
2025-04-06
Rollup merge of #139438 - Zalathar:fix-test-122600, r=scottmcm
Stuart Cook
-0
/
+2
2025-04-06
Prevent a test from seeing forbidden numbers in the rustc version
Zalathar
-0
/
+2
2025-04-05
Polymorphize `array::IntoIter`'s iterator impl
Scott McMurray
-1
/
+24
2025-04-05
Update the minimum external LLVM to 19
Josh Stone
-4
/
+0
2025-03-14
Fix formatting (line too long)
KonaeAkira
-1
/
+2
2025-03-14
Add codegen test for modulo with power-of-two divisor
KonaeAkira
-0
/
+16
2025-03-09
Rollup merge of #122790 - Zoxc:dllimp-rev, r=ChrisDenton
Matthias Krüger
-28
/
+0
2025-03-06
Use `trunc nuw`+`br` for 0/1 branches even in optimized builds
Scott McMurray
-3
/
+27
2025-03-03
Apply dllimport in ThinLTO
John Kåre Alsaker
-28
/
+0
2025-03-03
Rollup merge of #137826 - karolzwolak:looping_over_ne_bytes_133528, r=DianQK
Matthias Krüger
-0
/
+17
2025-03-01
Rollup merge of #137818 - durin42:llvm-21-remove-readonly, r=jieyouxu
Matthias Krüger
-1
/
+0
2025-02-28
test(codegen): add looping_over_ne_bytes test for #133528
Karol Zwolak
-0
/
+17
2025-02-28
tests: adapt for LLVM 21 changes
Augie Fackler
-1
/
+0
2025-02-27
use the right feature in codegen tests
Folkert de Vries
-1
/
+1
2025-02-27
remove most `simd_` intrinsic declaration in tests
Folkert de Vries
-4
/
+1
2025-02-24
tests: tighten `CHECK-NOT`s to make `str-to-string-128690.rs` less likely to ...
许杰友 Jieyou Xu (Joe)
-4
/
+6
2025-02-18
x86-sse2 ABI: use SSE registers for floats and SIMD
Ralf Jung
-3
/
+3
2025-02-13
Set both `nuw` and `nsw` in slice size calculation
Scott McMurray
-1
/
+11
2025-02-11
tests/codegen: use -Copt-level=3 instead of -O
Jubilee Young
-55
/
+55
2025-02-09
tests: issue-122805 -> dont-shuffle-bswaps
Jubilee Young
-58
/
+0
2025-01-31
`#[optimize(none)]` implies `#[inline(never)]`
clubby789
-0
/
+21
2024-12-19
Explicitly register `MSVC`/`NONMSVC` revisions for some codegen tests
许杰友 Jieyou Xu (Joe)
-19
/
+28
2024-12-17
Use field init shorthand where possible
Josh Triplett
-1
/
+1
2024-12-05
Adapt codegen tests for NUW inference
Tim Neumann
-8
/
+8
2024-12-03
Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiser
bors
-0
/
+112
2024-12-02
Fix tests when using MinGW
Matt Weber
-4
/
+4
2024-11-28
Share inline(never) generics across crates
Mark Rousskov
-1
/
+4
2024-11-06
Fix relative lines in coroutine test
Matt Weber
-2
/
+2
2024-11-06
Use -DAG to handle use of file before definition
Wesley Wiser
-4
/
+4
2024-11-06
Restructure `compile-flags` for tests
Matt Weber
-12
/
+8
2024-11-06
Update compile flags formatting
Matt Weber
-5
/
+5
2024-11-06
Rename generator test file
Matt Weber
-7
/
+7
2024-11-06
Rename option and add doc
Matt Weber
-4
/
+4
2024-11-06
Move additional source location info behind -Z option
Matt Weber
-14
/
+15
2024-11-06
Move tests into issues directory
Matt Weber
-0
/
+115
2024-11-02
Add a Few Codegen Tests
Veera
-0
/
+45
2024-10-21
move strict provenance lints to new feature gate, remove old feature gates
Ralf Jung
-1
/
+0
2024-10-19
Add codegen test for branchy bool match
clubby789
-0
/
+27
2024-10-11
Avoid superfluous UB checks in `IndexRange`
Josh Stone
-0
/
+5
2024-09-23
Improve autovectorization of to_lowercase / to_uppercase functions
Jörn Horstmann
-0
/
+23
2024-09-22
tests: Remove spuriously failing vec-tryinto-array codegen test
Jubilee Young
-22
/
+0
2024-09-20
Rollup merge of #128209 - beetrees:no-macos-10.10, r=jieyouxu
Guillaume Gomez
-27
/
+0
2024-09-18
Update the minimum external LLVM to 18
Josh Stone
-2
/
+0
[next]