about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-07-01Rollup merge of #143156 - folkertdev:fn-align-inherit-from-trait, r=workingju...Matthias Krüger-17/+65
2025-06-30fix: Emit suggestion filename if primary diagnostic span is dummyScott Schafer-0/+1
2025-06-30add failing test, bless incorrect outputJeremy Smart-0/+87
2025-07-01moved testsKivooeo-0/+0
2025-06-30NoArgsAttributeParserPavel Grigorenko-8/+8
2025-06-30mbe: Extend metavariable expression testsTrevor Gross-62/+247
2025-06-30mbe: Split metavariable usage tests off from syntax testsTrevor Gross-378/+253
2025-06-30Rollup merge of #143223 - nnethercote:improve-macro-stats-printing, r=petroch...Matthias Krüger-3/+9
2025-06-30Remove unused `descr` methodsGuillaume Gomez-1/+1
2025-06-30Replace `ItemCtxt::report_placeholder_type_error` `match` with a call to `TyC...Guillaume Gomez-61/+87
2025-06-30Auto merge of #143233 - dianqk:rollup-lcx3278, r=dianqkbors-297/+505
2025-06-30Assemble const bounds via normal item bounds in old solver tooMichael Goulet-0/+19
2025-06-30Remove let_chains featureCameron Steffen-1190/+1037
2025-06-30Rollup merge of #143199 - jieyouxu:short-ice, r=RalfJungdianqk-3/+6
2025-06-30Rollup merge of #143196 - Periodic1911:link_section, r=oli-obkdianqk-9/+43
2025-06-30Rollup merge of #143195 - Kivooeo:tf17, r=tgross35dianqk-87/+111
2025-06-30Rollup merge of #143168 - Kivooeo:tf16, r=tgross35dianqk-48/+76
2025-06-30Rollup merge of #143159 - compiler-errors:freshen-re-error, r=oli-obkdianqk-13/+56
2025-06-30Rollup merge of #143118 - Kivooeo:tf15, r=tgross35dianqk-40/+56
2025-06-30Rollup merge of #142429 - Kivooeo:tf13, r=jieyouxudianqk-97/+157
2025-06-30Stop requiring HIR for trait item wf checksOli Scherer-1/+1
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-28/+24
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-30fix bitcast of single-element SIMD vectorsFolkert de Vries-10/+45
2025-06-30Unconditionally run `check_item_type` on all itemsOli Scherer-379/+589
2025-06-30Remove the nullary intrinsic const eval logic and treat them like other intri...Oli Scherer-1/+1
2025-06-30Stop backends from needing to support nullary intrinsicsOli Scherer-37/+23
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-29inherit `#[align]` from trait method prototypesFolkert de Vries-17/+65
2025-06-29Re-disable `tests/run-make/short-ice` on Windows MSVC againJieyou Xu-3/+6
2025-06-29Port #[link_section] to the new attribute parsing infrastructureAnne Stijns-9/+43
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