about summary refs log tree commit diff
path: root/tests/codegen/issues
AgeCommit message (Expand)AuthorLines
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
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