about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-07-06Rollup merge of #143484 - bvanjoi:issue-140796, r=compiler-errorsMatthias Krüger-0/+83
2025-07-06Fix line break after ":" in unpretty attribute printJonathan Brouwer-9/+6
2025-07-06Rewrite empty attribute lintJonathan Brouwer-103/+112
2025-07-06distinguish the duplicate item of rpititbohan-0/+83
2025-07-06Auto merge of #143507 - matthiaskrgr:rollup-lpg7t12, r=matthiaskrgrbors-50/+65
2025-07-05Rename tests named with `mbe` to use `macro` insteadJosh Triplett-11/+11
2025-07-06Auto merge of #143126 - dianqk:update-llvm, r=nikicbors-0/+24
2025-07-05Move macro tests in `parser` into `macro` directoryJosh Triplett-0/+0
2025-07-05Rollup merge of #143441 - compiler-errors:no-key, r=petrochenkovMatthias Krüger-13/+12
2025-07-05Rollup merge of #143238 - JonathanBrouwer:ignore_parser, r=jdonszelmannMatthias Krüger-37/+53
2025-07-05Port `#[ignore]` to the new attribute parsing infrastructureJonathan Brouwer-37/+53
2025-07-05Stop using Key trait randomlyMichael Goulet-13/+12
2025-07-05Don't call predicates_of on a dummy obligation cause's body idMichael Goulet-0/+37
2025-07-05Auto merge of #143473 - workingjubilee:rollup-bxie7zg, r=scottmcmbors-742/+1104
2025-07-05tests: Use `cfg_target_has_reliable_f16_f128`Trevor Gross-23/+20
2025-07-04always check for mixed deref pattern and normal constructorsdianne-0/+21
2025-07-05Auto merge of #139598 - compiler-errors:no-bound-var-symbol, r=WaffleLapkinbors-33/+34
2025-07-04Rollup merge of #143410 - scottmcm:redo-transmute-again, r=RalfJung,workingju...Jubilee-49/+27
2025-07-04Rollup merge of #143397 - folkertdev:test-variadic-call-from-rust-to-c, r=Ral...Jubilee-11/+104
2025-07-04Rollup merge of #143300 - Kivooeo:tf25, r=tgross35Jubilee-97/+155
2025-07-04Rollup merge of #143299 - Kivooeo:tf24, r=tgross35Jubilee-204/+264
2025-07-04Rollup merge of #143297 - Kivooeo:tf22, r=tgross35Jubilee-60/+57
2025-07-04Rollup merge of #143296 - Kivooeo:tf21, r=tgross35Jubilee-55/+70
2025-07-04Rollup merge of #143202 - Kivooeo:tf18, r=tgross35Jubilee-133/+224
2025-07-04Rollup merge of #142440 - Kivooeo:tf14, r=tgross35Jubilee-133/+203
2025-07-05Auto merge of #138759 - scottmcm:operand-builder, r=saethlinbors-10/+231
2025-07-04Fix tests/ui/abi/debug.rs to cross-compile for riscv64Jubilee Young-31/+32
2025-07-04Fixed the ABI parameter inconsistency issue in debug.rs for the riscv64 archi...YingkaiLi-VM-15/+1009
2025-07-05cleaned up some testsKivooeo-61/+101
2025-07-05Rollup merge of #143444 - lukas-code:gvn-test, r=RalfJungMatthias Krüger-34/+95
2025-07-05Rollup merge of #143414 - dianne:box-usefulness-cleanup, r=NadrierilMatthias Krüger-15/+27
2025-07-05Rollup merge of #143408 - joshtriplett:fix-mbe-parser, r=compiler-errorsMatthias Krüger-0/+78
2025-07-04Workaround a MemorySanitizer test issueScott McMurray-2/+8
2025-07-05cleaned up some testsKivooeo-68/+126
2025-07-05cleaned up some testsKivooeo-55/+70
2025-07-05Use relative visibility when noting sealed trait to reduce false positivexizheyin-3/+2
2025-07-05cleaned up some testsKivooeo-22/+36
2025-07-05moved & deleted testsKivooeo-17/+0
2025-07-05cleaned up some testsKivooeo-108/+168
2025-07-05moved testsKivooeo-0/+0
2025-07-04Address PR feedbackScott McMurray-7/+7
2025-07-04Port `#[non_exhaustive]` to the new attribute parsing infrastructureJonathan Brouwer-21/+28
2025-07-04Fix pretty printing of placeholder typesMichael Goulet-21/+22
2025-07-04Remove Symbol for Named LateParam/Bound variantsMichael Goulet-12/+12
2025-07-04clean up GVN TypeId testLukas Markeffsky-34/+95
2025-07-04test rust calling a C C-variadic functionFolkert de Vries-11/+104
2025-07-04Add a regression test for ld64dianqk-0/+24
2025-07-04Rollup merge of #143308 - compiler-errors:no-pointer-like, r=oli-obkMatthias Krüger-38/+0
2025-07-04Rollup merge of #143286 - Muscraft:track-diagnostics-note, r=WaffleLapkinMatthias Krüger-22/+43
2025-07-04Add test false-sealed-traits-note.rsxizheyin-0/+34