about summary refs log tree commit diff
path: root/tests/codegen/issues
AgeCommit message (Expand)AuthorLines
2024-09-18Update the minimum external LLVM to 18Josh Stone-2/+0
2024-09-04Remove macOS 10.10 dynamic linker bug workaroundbeetrees-27/+0
2024-08-31ignore/fix layout-sensitive testsThe 8472-0/+1
2024-08-14Rollup merge of #128759 - notriddle:notriddle/spec-to-string, r=workingjubile...Matthias Krüger-0/+36
2024-08-12Auto merge of #128371 - andjo403:rangeAttribute, r=nikicbors-1/+1
2024-08-11Add range attribute to scalar function results and argumentsAndreas Jonson-1/+1
2024-08-10Auto merge of #128584 - DianQK:tests-for-llvm-19, r=nikicbors-0/+67
2024-08-08Add a set of tests for LLVM 19DianQK-0/+67
2024-08-06alloc: add ToString specialization for `&&str`Michael Howell-0/+36
2024-08-03Add test for updating enum discriminant through pointerclubby789-0/+19
2024-07-14reenable some windows testsklensy-1/+0
2024-07-12Auto merge of #123351 - beetrees:x86-ret-snan-rust, r=nikic,workingjubileebors-2/+8
2024-07-12Adjust tests for x86 "Rust" ABI changesbeetrees-2/+8
2024-06-19Give inlining bonuses to things that optimize outScott McMurray-1/+5
2024-06-14Auto merge of #125347 - tesuji:needtests, r=nikicbors-0/+176
2024-06-11Make issue-122805.rs big endian compatibleNikita Popov-9/+12
2024-06-11Fix tests for 32 bits targetsLzu Tao-4/+4
2024-06-09Apply suggestions from code reviewLzu Tao-41/+25
2024-06-09add codegen test for #36010Lzu Tao-0/+29
2024-06-09add codegen test for #68667Lzu Tao-0/+17
2024-06-09add codegen test for #74938Lzu Tao-0/+15
2024-06-09add codegen test for #93036Lzu Tao-0/+18
2024-06-09add codegen test for #109328Lzu Tao-0/+17
2024-06-09add codegen test for #110797Lzu Tao-0/+27
2024-06-09Add codegen test for #111508Lzu Tao-0/+22
2024-06-09add codegen test for #112509Lzu Tao-0/+17
2024-06-09add codegen test for #113757Lzu Tao-0/+19
2024-06-09add codegen test for issue-118392, 71096Lzu Tao-0/+11
2024-05-31Run rustfmt on `tests/codegen/`.Nicholas Nethercote-89/+58
2024-05-28Make more of the test suite run on Mac CatalystMads Marquart-1/+1
2024-04-24Fix tests and blessGary Guo-1/+0
2024-04-24Auto merge of #122053 - erikdesjardins:alloca, r=nikicbors-2/+2
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+0
2024-04-12remove alloca type from issue-105386-ub-in-debuginfoErik Desjardins-1/+1
2024-04-11use [N x i8] for alloca typesErik Desjardins-2/+2
2024-04-10Update 122805 test for PR 123185Scott McMurray-10/+29
2024-04-08Limited to little endian targetKai Luo-0/+1
2024-04-07Add the test case for #122805DianQK-0/+35
2024-03-17Update the minimum external LLVM to 17Josh Stone-1/+0
2024-02-27test merging of multiple match branches that access fields of the same offsetErik Desjardins-0/+44
2024-02-26always use gep inbounds i8 (ptradd) for field offsetsErik Desjardins-2/+2
2024-02-26Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obkbors-2/+2
2024-02-25Use generic `NonZero` in tests.Markus Reiter-11/+11
2024-02-25fix use of platform_intrinsics in testsRalf Jung-2/+2
2024-02-23Ignore less tests in debug buildsBen Kimock-12/+0
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-74/+74
2024-01-23Remove uses of no-system-llvmNikita Popov-3/+0
2024-01-06Add assume into `NonZeroIntX::get`AngelicosPhosphoros-0/+83
2023-12-11add more niches to rawvecThe 8472-8/+20
2023-12-04use `assume(idx < self.len())` in `[T]::get_unchecked`bendn-0/+13