about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-02-28remove useless testslcnr-238/+0
2025-02-28add test to reproduce #137662 (using ty decl macro fragment in an attr) and f...Jana Dönszelmann-0/+20
2025-02-28Auto merge of #137710 - matthiaskrgr:rollup-3vmxxu9, r=matthiaskrgrbors-2/+282
2025-02-28Tweak incorrect ABI suggestionEsteban Küber-20/+28
2025-02-28Fix sized constraint for unsafe binderMichael Goulet-0/+29
2025-02-28fix: fix overflowing hex wrong suggestion11happy-4/+21
2025-02-28Auto merge of #137669 - DianQK:fn-atts-virtual, r=saethlinbors-0/+82
2025-02-28Remove `NtPath`.Nicholas Nethercote-5/+5
2025-02-28Remove `NtMeta`.Nicholas Nethercote-12/+12
2025-02-28Remove `NtPat`.Nicholas Nethercote-17/+10
2025-02-27BlessBoxy-5/+181
2025-02-27Add inference constraining Copy impl testBoxy-0/+21
2025-02-28Unconditionally lower match arm even if it's unneeded for never pattern in matchMu001999-0/+48
2025-02-27Move "unused_exter_crate" test from rustdoc-ui to rustdocYotam Ofek-1/+1
2025-02-27Fix test directives that were accidentally ignoredYotam Ofek-24/+22
2025-02-27use the right feature in codegen testsFolkert de Vries-2/+2
2025-02-27make `simd_insert` and `simd_extract` `const fn`sFolkert de Vries-26/+11
2025-02-27simplify some imports with `simd::*`Folkert de Vries-9/+2
2025-02-27remove most `simd_` intrinsic declaration in testsFolkert de Vries-1007/+482
2025-02-27Delete tuple unsizingAlice Ryhl-667/+48
2025-02-27Rollup merge of #137455 - compiler-errors:drop-lint-dtor, r=oli-obkMatthias Krüger-0/+180
2025-02-27Rollup merge of #137304 - pitaj:rangebounds-is_empty-intersect, r=ibraheemdevMatthias Krüger-1/+2
2025-02-27Don't infer unwinding of virtual calls based on the function attributesDianQK-0/+19
2025-02-27Don't infer attributes of virtual calls based on the function bodyDianQK-24/+20
2025-02-27require trait impls to have matching const stabilities as the traitsDeadbeef-1/+100
2025-02-26Add run-make test for rustdoc `--emit=dep-info` optionGuillaume Gomez-1/+31
2025-02-26Bless testsGary Guo-18/+29
2025-02-26Print out destructorMichael Goulet-0/+180
2025-02-26Support raw-dylib link kind on ELFNoratrieb-7/+266
2025-02-26Rollup merge of #137671 - meithecatte:discoverable-dump-mir, r=NadrierilLeón Orell Valerian Liehr-0/+1
2025-02-26Rollup merge of #137635 - compiler-errors:constrain-unstable, r=SparrowLiiLeón Orell Valerian Liehr-0/+29
2025-02-26Rollup merge of #137631 - TaKO8Ki:issue-137508, r=compiler-errorsLeón Orell Valerian Liehr-0/+73
2025-02-26Rollup merge of #137201 - estebank:structured-errors-long-ty, r=oli-obkLeón Orell Valerian Liehr-9/+114
2025-02-26Fix Windows `Command` search path bugChris Denton-0/+72
2025-02-26Make -Z unpretty=mir suggest -Z dump-mir as wellMaja Kądziołka-0/+1
2025-02-26Add a test case for #137646DianQK-0/+67
2025-02-26Rollup merge of #137622 - jdonszelmann:fix-137589, r=compiler-errorsLeón Orell Valerian Liehr-0/+75
2025-02-26Rollup merge of #137613 - davidtwco:const-traits-variances, r=compiler-errorsLeón Orell Valerian Liehr-0/+21
2025-02-26Rollup merge of #137604 - davidtwco:host-effect-resolve-vars, r=compiler-errorsLeón Orell Valerian Liehr-0/+36
2025-02-26Rollup merge of #137559 - folkertdev:run-more-emscripten-tests, r=fmeaseLeón Orell Valerian Liehr-21/+9
2025-02-26Rollup merge of #137544 - petrochenkov:deritest, r=fmeaseLeón Orell Valerian Liehr-0/+172
2025-02-26Rollup merge of #137320 - tapanprakasht:fix-doc-version-stability, r=notriddleLeón Orell Valerian Liehr-0/+28
2025-02-25tests: fix up new test for nocapture -> capture(none) changeAugie Fackler-2/+2
2025-02-25Add DWARF test case for non-C-like `repr128` enumsbeetrees-21/+119
2025-02-26fix #137508Takayuki Maeda-0/+73
2025-02-25Don't suggest constraining unstable associated typesMichael Goulet-0/+29
2025-02-25Auto merge of #137608 - fmease:rollup-h4siso6, r=fmeasebors-201/+120
2025-02-25fix #137589Jana Dönszelmann-0/+75
2025-02-25Make E0609 a structured errorEsteban Küber-2/+5
2025-02-25Make E0614 a structured errorEsteban Küber-12/+15