about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-07-25Auto merge of #114011 - RalfJung:place-projection, r=oli-obkbors-30/+90
2023-07-25bless moreRalf Jung-7/+20
2023-07-25interpret: refactor projection code to work on a common trait, and use that f...Ralf Jung-22/+69
2023-07-25Auto merge of #113476 - fee1-dead-contrib:c-str-lit, r=petrochenkovbors-88/+42
2023-07-25Auto merge of #113980 - bvanjoi:fix-113953, r=petrochenkovbors-0/+15
2023-07-25Auto merge of #113958 - lukas-code:doc-links, r=GuillaumeGomez,petrochenkovbors-110/+0
2023-07-24Auto merge of #113921 - davidtwco:lint-ctypes-issue-113900, r=petrochenkovbors-0/+12
2023-07-25fix(resolve): skip panic when resolution is dummybohan-0/+15
2023-07-24validate `doc(masked)`Lukas Markeffsky-110/+0
2023-07-24Rollup merge of #113985 - compiler-errors:issue-113951, r=estebankMatthias Krüger-0/+49
2023-07-24interpret: support projecting into Place::Local without force_allocationRalf Jung-1/+1
2023-07-23Use erased self type when autoderefing for trait error suggestionMichael Goulet-0/+49
2023-07-23add proc macro testDeadbeef-0/+30
2023-07-23reimplement C string literalsDeadbeef-88/+12
2023-07-23Auto merge of #111836 - calebzulawski:target-feature-closure, r=workingjubileebors-0/+18
2023-07-22Auto merge of #112953 - compiler-errors:interpolated-block-exprs, r=WaffleLapkinbors-0/+35
2023-07-22Rollup merge of #113957 - Urgau:regression-test-issue-113941, r=dtolnayMatthias Krüger-0/+13
2023-07-22Rollup merge of #112508 - compiler-errors:trait-sig-lifetime-sugg-ice, r=cjgi...Matthias Krüger-27/+81
2023-07-22Support interpolated block for try and asyncMichael Goulet-0/+35
2023-07-22Add regression test for issue #113941 - naive layout isn't refinedUrgau-0/+13
2023-07-21Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"David Tolnay-41/+32
2023-07-21Auto merge of #113922 - matthiaskrgr:rollup-90cj2vv, r=matthiaskrgrbors-4/+4
2023-07-21Rollup merge of #113913 - dvdhrm:pr/transpalign, r=jackh726Matthias Krüger-4/+4
2023-07-21Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obkbors-32/+41
2023-07-21lint/ctypes: only try normalizeDavid Wood-0/+12
2023-07-21Track (partial) niche information in `NaiveLayout`Moulins-2/+14
2023-07-21error/E0691: include alignment in error messageDavid Rheinsberg-4/+4
2023-07-21Rollup merge of #113780 - dtolnay:printkindpath, r=b-naberMatthias Krüger-1/+9
2023-07-21Track ABI info. in `NaiveLayout`, and use it for `PointerLike` checksMoulins-1/+0
2023-07-21Track exactness in `NaiveLayout` and use it for `SizeSkeleton` checksMoulins-5/+2
2023-07-21properly handle arrays and wide pointers in `naive_layout_of`Moulins-1/+1
2023-07-21add `naive_layout_of` queryMoulins-25/+26
2023-07-20Auto merge of #113856 - WaffleLapkin:vtablin', r=oli-obkbors-3/+103
2023-07-20Add ui test of LLVM print-from-C++ changesDavid Tolnay-0/+8
2023-07-20Move OutFileName writing into rustc_sessionDavid Tolnay-1/+1
2023-07-20Rollup merge of #113835 - lcnr:assemble-candidates-considering-self-ty, r=com...Matthias Krüger-0/+58
2023-07-20Rollup merge of #113529 - oli-obk:simd_shuffle_evaluated, r=wesleywiserMatthias Krüger-1/+23
2023-07-20reviewlcnr-23/+33
2023-07-20assembly: only consider blanket impls oncelcnr-0/+48
2023-07-20Auto merge of #113695 - bjorn3:fix_rlib_cdylib_metadata_handling, r=pnkfelix,...bors-35/+0
2023-07-20Monomorphize constants before inspecting themOli Scherer-1/+4
2023-07-20Rollup merge of #113871 - clubby789:derive-sugg-span, r=compiler-errorsMatthias Krüger-1/+1
2023-07-20Auto merge of #113622 - RickleAndMortimer:issue-113184-fix, r=oli-obkbors-0/+53
2023-07-19Use the correct span for displaying the line following a derive suggestionclubby789-1/+1
2023-07-19Rollup merge of #113803 - compiler-errors:const-interp-block, r=fee1-deadDylan DPC-0/+32
2023-07-19Rollup merge of #113774 - compiler-errors:fill-expr-bracket, r=eholkDylan DPC-17/+37
2023-07-19Rollup merge of #113754 - cjgillot:simplify-foreign, r=petrochenkovDylan DPC-2/+2
2023-07-19Rollup merge of #113444 - lcnr:alias-bound-test, r=compiler-errorsDylan DPC-0/+39
2023-07-19Improve error message when closing bracket interpreted as formatting fill cha...Michael Goulet-0/+20
2023-07-19Fix quotes in outputMichael Goulet-17/+17