about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-06-30Rollup merge of #142429 - Kivooeo:tf13, r=jieyouxudianqk-97/+157
2025-06-30Avoid looking at HIR for trait and impl itemsOli Scherer-56/+60
2025-06-30Merge `lower_item` into `check_item_type`Oli Scherer-27/+23
2025-06-30Move lazy type alias checks to non-hir-wfckOli Scherer-72/+38
2025-06-30Use predicate spans instead of whole item spansOli Scherer-109/+98
2025-06-30Check variances in the non-hir wfcheckerOli Scherer-58/+92
2025-06-30Don't look at static items' HIR for wfcheckOli Scherer-35/+35
2025-06-30Unconditionally run `check_item_type` on all itemsOli Scherer-378/+588
2025-06-30Remove the nullary intrinsic const eval logic and treat them like other intri...Oli Scherer-1/+1
2025-06-30cleaned up some testsKivooeo-17/+45
2025-06-30cleaned up some testsKivooeo-97/+152
2025-06-30cleaned up some testsKivooeo-33/+57
2025-06-30cleaned up some testsKivooeo-27/+43
2025-06-30Improve macro-stats printing.Nicholas Nethercote-2/+1
2025-06-30Augment the macro-stats test.Nicholas Nethercote-3/+10
2025-06-30moved testsKivooeo-0/+0
2025-06-29moved & deleted some testsKivooeo-12/+0
2025-06-29Port #[link_section] to the new attribute parsing infrastructureAnne Stijns-9/+28
2025-06-29moved testsKivooeo-0/+0
2025-06-29cleaned up some testsKivooeo-97/+157
2025-06-29Rollup merge of #143030 - Urgau:issue-143025, r=SparrowLiiGuillaume Gomez-1/+172
2025-06-29Rollup merge of #142417 - Kivooeo:tf12, r=jieyouxuGuillaume Gomez-145/+162
2025-06-29Rollup merge of #142214 - Kivooeo:tf9, r=jieyouxuGuillaume Gomez-74/+83
2025-06-29Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubileeGuillaume Gomez-25/+138
2025-06-29Rollup merge of #143171 - fmease:fix-span-of-maybe-const-mod, r=compiler-errorsMatthias Krüger-267/+267
2025-06-29Rollup merge of #143138 - JonathanBrouwer:link_name_parser, r=jdonszelmannMatthias Krüger-46/+29
2025-06-29Fix the span of trait bound modifier `[const]`León Orell Valerian Liehr-267/+267
2025-06-28Move some UI tests to more apropriate directoriesTrevor Gross-0/+0
2025-06-28Do not freshen ReErrorMichael Goulet-0/+56
2025-06-28moved testsKivooeo-0/+0
2025-06-28cleaned up some testsKivooeo-74/+83
2025-06-28Port `#[link_name]` to the new attribute parsing infrastructureJonathan Brouwer-46/+29
2025-06-28cleaned up some testsKivooeo-145/+162
2025-06-28Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlinbors-0/+339
2025-06-27Rollup merge of #143106 - yotamofek:pr/gce/non-local-ice, r=BoxyUwUMatthias Krüger-0/+20
2025-06-27Rollup merge of #143104 - davidtwco:issue-142652-dyn-pointeesized-deny, r=com...Matthias Krüger-0/+30
2025-06-27Rollup merge of #143092 - RalfJung:const-check-lifetime-ext, r=oli-obkMatthias Krüger-75/+171
2025-06-27Rollup merge of #143046 - RalfJung:zst-unsafe-cell, r=lcnr,oli-obkMatthias Krüger-0/+15
2025-06-27Rollup merge of #142806 - compiler-errors:norm-ct-has-ty, r=lcnr,BoxyUwUMatthias Krüger-0/+28
2025-06-27Rollup merge of #142730 - bend-n:suggest_declaring_modules_when_file_found_bu...Matthias Krüger-1/+68
2025-06-27Rollup merge of #140809 - bjorn3:panic_runtime_cleanup, r=petrochenkovMatthias Krüger-23/+0
2025-06-27Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-deadMatthias Krüger-1395/+1448
2025-06-27gce: don't ICE on non-local constYotam Ofek-0/+20
2025-06-27remember how to write never returnsJubilee Young-10/+10
2025-06-27compiler: allow interrupts to return () or !Jubilee Young-0/+110
2025-06-27compiler: fixup error message for x86-interrupt invalid returnsJubilee Young-2/+2
2025-06-27tests: add test for invalid interrupt signaturesJubilee Young-0/+304
2025-06-27hir_analysis: prohibit `dyn PointeeSized`David Wood-0/+30
2025-06-27const checks: avoid 'top-level scope' terminologyRalf Jung-75/+171
2025-06-27Rollup merge of #143084 - RalfJung:const-eval-recursive-static-write, r=oli-obkGuillaume Gomez-30/+92