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-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
2024-09-04
Remove macOS 10.10 dynamic linker bug workaround
beetrees
-27
/
+0
2024-08-31
ignore/fix layout-sensitive tests
The 8472
-0
/
+1
2024-08-14
Rollup merge of #128759 - notriddle:notriddle/spec-to-string, r=workingjubile...
Matthias Krüger
-0
/
+36
2024-08-12
Auto merge of #128371 - andjo403:rangeAttribute, r=nikic
bors
-1
/
+1
2024-08-11
Add range attribute to scalar function results and arguments
Andreas Jonson
-1
/
+1
2024-08-10
Auto merge of #128584 - DianQK:tests-for-llvm-19, r=nikic
bors
-0
/
+67
2024-08-08
Add a set of tests for LLVM 19
DianQK
-0
/
+67
2024-08-06
alloc: add ToString specialization for `&&str`
Michael Howell
-0
/
+36
2024-08-03
Add test for updating enum discriminant through pointer
clubby789
-0
/
+19
2024-07-14
reenable some windows tests
klensy
-1
/
+0
2024-07-12
Auto merge of #123351 - beetrees:x86-ret-snan-rust, r=nikic,workingjubilee
bors
-2
/
+8
2024-07-12
Adjust tests for x86 "Rust" ABI changes
beetrees
-2
/
+8
2024-06-19
Give inlining bonuses to things that optimize out
Scott McMurray
-1
/
+5
2024-06-14
Auto merge of #125347 - tesuji:needtests, r=nikic
bors
-0
/
+176
2024-06-11
Make issue-122805.rs big endian compatible
Nikita Popov
-9
/
+12
2024-06-11
Fix tests for 32 bits targets
Lzu Tao
-4
/
+4
2024-06-09
Apply suggestions from code review
Lzu Tao
-41
/
+25
2024-06-09
add codegen test for #36010
Lzu Tao
-0
/
+29
2024-06-09
add codegen test for #68667
Lzu Tao
-0
/
+17
2024-06-09
add codegen test for #74938
Lzu Tao
-0
/
+15
2024-06-09
add codegen test for #93036
Lzu Tao
-0
/
+18
2024-06-09
add codegen test for #109328
Lzu Tao
-0
/
+17
2024-06-09
add codegen test for #110797
Lzu Tao
-0
/
+27
[next]