| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 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 |