about summary refs log tree commit diff
path: root/tests/codegen/issues
AgeCommit message (Expand)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-1989/+0
2025-05-17Describe lifetime of call argument temporaries passed indirectlyTomasz Miąsko-27/+0
2025-04-24Rollup merge of #139261 - RalfJung:msvc-align-mitigation, r=oli-obkMatthias Krüger-0/+3
2025-04-17tests: adjust 101082 test for LLVM 21 fixAugie Fackler-10/+2
2025-04-11Auto merge of #139430 - scottmcm:polymorphic-array-into-iter, r=cuviperbors-3/+32
2025-04-10replace `//@ compile-flags: --edition` with `//@ edition`Pietro Albini-1/+2
2025-04-09PR feedbackScott McMurray-6/+12
2025-04-07mitigate MSVC unsoundness by not emitting alignment attributes on win32-msvc ...Ralf Jung-0/+3
2025-04-06Rollup merge of #139438 - Zalathar:fix-test-122600, r=scottmcmStuart Cook-0/+2
2025-04-06Prevent a test from seeing forbidden numbers in the rustc versionZalathar-0/+2
2025-04-05Polymorphize `array::IntoIter`'s iterator implScott McMurray-1/+24
2025-04-05Update the minimum external LLVM to 19Josh Stone-4/+0
2025-03-14Fix formatting (line too long)KonaeAkira-1/+2
2025-03-14Add codegen test for modulo with power-of-two divisorKonaeAkira-0/+16
2025-03-09Rollup merge of #122790 - Zoxc:dllimp-rev, r=ChrisDentonMatthias Krüger-28/+0
2025-03-06Use `trunc nuw`+`br` for 0/1 branches even in optimized buildsScott McMurray-3/+27
2025-03-03Apply dllimport in ThinLTOJohn Kåre Alsaker-28/+0
2025-03-03Rollup merge of #137826 - karolzwolak:looping_over_ne_bytes_133528, r=DianQKMatthias Krüger-0/+17
2025-03-01Rollup merge of #137818 - durin42:llvm-21-remove-readonly, r=jieyouxuMatthias Krüger-1/+0
2025-02-28test(codegen): add looping_over_ne_bytes test for #133528Karol Zwolak-0/+17
2025-02-28tests: adapt for LLVM 21 changesAugie Fackler-1/+0
2025-02-27use the right feature in codegen testsFolkert de Vries-1/+1
2025-02-27remove most `simd_` intrinsic declaration in testsFolkert de Vries-4/+1
2025-02-24tests: tighten `CHECK-NOT`s to make `str-to-string-128690.rs` less likely to ...许杰友 Jieyou Xu (Joe)-4/+6
2025-02-18x86-sse2 ABI: use SSE registers for floats and SIMDRalf Jung-3/+3
2025-02-13Set both `nuw` and `nsw` in slice size calculationScott McMurray-1/+11
2025-02-11tests/codegen: use -Copt-level=3 instead of -OJubilee Young-55/+55
2025-02-09tests: issue-122805 -> dont-shuffle-bswapsJubilee Young-58/+0
2025-01-31`#[optimize(none)]` implies `#[inline(never)]`clubby789-0/+21
2024-12-19Explicitly register `MSVC`/`NONMSVC` revisions for some codegen tests许杰友 Jieyou Xu (Joe)-19/+28
2024-12-17Use field init shorthand where possibleJosh Triplett-1/+1
2024-12-05Adapt codegen tests for NUW inferenceTim Neumann-8/+8
2024-12-03Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiserbors-0/+112
2024-12-02Fix tests when using MinGWMatt Weber-4/+4
2024-11-28Share inline(never) generics across cratesMark Rousskov-1/+4
2024-11-06Fix relative lines in coroutine testMatt Weber-2/+2
2024-11-06Use -DAG to handle use of file before definitionWesley Wiser-4/+4
2024-11-06Restructure `compile-flags` for testsMatt Weber-12/+8
2024-11-06Update compile flags formattingMatt Weber-5/+5
2024-11-06Rename generator test fileMatt Weber-7/+7
2024-11-06Rename option and add docMatt Weber-4/+4
2024-11-06Move additional source location info behind -Z optionMatt Weber-14/+15
2024-11-06Move tests into issues directoryMatt Weber-0/+115
2024-11-02Add a Few Codegen TestsVeera-0/+45
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-1/+0
2024-10-19Add codegen test for branchy bool matchclubby789-0/+27
2024-10-11Avoid superfluous UB checks in `IndexRange`Josh Stone-0/+5
2024-09-23Improve autovectorization of to_lowercase / to_uppercase functionsJörn Horstmann-0/+23
2024-09-22tests: Remove spuriously failing vec-tryinto-array codegen testJubilee Young-22/+0
2024-09-20Rollup merge of #128209 - beetrees:no-macos-10.10, r=jieyouxuGuillaume Gomez-27/+0