about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-01-21Treat undef bytes as equal to any other byteOli Scherer-5/+5
2025-01-21Ensure we always get a constant, even without mir optsOli Scherer-1/+1
2025-01-21Also generate undef scalars and scalar pairsOli Scherer-2/+0
2025-01-20rename tests' revisions to allow testing multiple editionsdianne-93/+93
2025-01-20"structural" ruleset: match against the inherited ref when a reference patter...dianne-62/+61
2025-01-20"structural" ruleset: use the "classic" ruleset's diagnostic and fallback for...dianne-355/+120
2025-01-20"structural" ruleset: account for dbm mutability cap in Deref(EatInner) rulesdianne-12/+106
2025-01-20add more tests where the rulesets disagreedianne-6/+659
2025-01-20remove Rule 3 from `ref_pat_eat_one_layer_2024`dianne-31/+17
2025-01-20Don't require `--verbose` to show linker stdoutjyn-21/+8
2025-01-20don't ICE when emitting linker errors during `-Z link-only`jyn-0/+29
2025-01-20warn on unused linker_messages warning attributesjyn-0/+37
2025-01-20show linker warnings even if it returns 0jyn-24/+51
2025-01-20Add tests for windows-gnu split-debuginfo optionsWesley Wiser-0/+143
2025-01-20on s390x, use `PassMode::Direct` for vector typesFolkert de Vries-0/+143
2025-01-20Rollup merge of #133695 - x17jiri:hint_likely, r=AmanieuMatthias Krüger-4/+219
2025-01-20handle global trait bounds defining assoc typelcnr-0/+21
2025-01-20account for `c_enum_min_bits` in `multiple-reprs` UI testJorge Aparicio-1/+11
2025-01-20work around the `wasm32-unknown-unknown` ABI being brokenFolkert de Vries-8/+9
2025-01-20support wasm inline assembly in naked functionsFolkert de Vries-0/+198
2025-01-20Auto merge of #135643 - khuey:135332, r=jieyouxubors-0/+76
2025-01-20Auto merge of #135754 - jieyouxu:rollup-j4q1hpr, r=jieyouxubors-11/+118
2025-01-20Add NuttX support for AArch64 and ARMv7-A targetsHuang Qi-0/+15
2025-01-20Rollup merge of #135237 - dianne:match-2024-cleanup, r=Nadrieril许杰友 Jieyou Xu (Joe)-688/+626
2025-01-20Rollup merge of #134276 - RalfJung:destabilize-custom-inner-attr, r=SparrowLii许杰友 Jieyou Xu (Joe)-55/+31
2025-01-20Rollup merge of #135736 - fmease:rustdoc-fix-flaky-test, r=GuillaumeGomez许杰友 Jieyou Xu (Joe)-1/+2
2025-01-20Rollup merge of #135700 - estebank:priv-field-dfv, r=wesleywiser许杰友 Jieyou Xu (Joe)-10/+116
2025-01-19rustdoc: Fix flaky doctest testLeón Orell Valerian Liehr-1/+2
2025-01-19fully de-stabilize all custom inner attributesRalf Jung-55/+31
2025-01-19When LLVM's location discriminator value limit is exceeded, emit locations wi...Kyle Huey-0/+76
2025-01-19Rollup merge of #135685 - GuillaumeGomez:rm-unused-css-class, r=notriddleGuillaume Gomez-2/+2
2025-01-19Rollup merge of #134858 - estebank:issue-81370, r=NoratriebGuillaume Gomez-13/+52
2025-01-19Remove unused `item-row` CSS classGuillaume Gomez-2/+2
2025-01-19Auto merge of #135709 - lqd:bring-back-len, r=compiler-errorsbors-1389/+1737
2025-01-19Auto merge of #135715 - matthiaskrgr:rollup-9a18sxj, r=matthiaskrgrbors-163/+189
2025-01-18Update tests for std::simd subtree syncCaleb Zulawski-15/+15
2025-01-19Rollup merge of #135705 - compiler-errors:lint, r=estebankMatthias Krüger-1/+1
2025-01-19Rollup merge of #135703 - estebank:empty-dfv, r=compiler-errorsMatthias Krüger-0/+47
2025-01-19Rollup merge of #135641 - GuillaumeGomez:items-list, r=notriddleMatthias Krüger-162/+141
2025-01-19Rollup merge of #135663 - frank-king:fix/135614, r=compiler-errorsMatthias Krüger-0/+107
2025-01-18Do not ICE on default_field_value const with lifetimesEsteban Küber-0/+29
2025-01-18add tests for issue 135671Rémy Rakic-0/+30
2025-01-18Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav...Rémy Rakic-1330/+1626
2025-01-18Revert "Rollup merge of #134371 - scottmcm:fix-134352, r=oli-obk"Rémy Rakic-23/+0
2025-01-18Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"Rémy Rakic-36/+81
2025-01-18Consolidate ad-hoc MIR lints into real pass-manager-based MIR lintsMichael Goulet-1/+1
2025-01-18Provide suggestion for `#![feature(default_field_values)]`Esteban Küber-10/+40
2025-01-18Structured suggestion for "missing `feature` intrinsic"Esteban Küber-2/+8
2025-01-18Structured suggestion for "missing `feature` in unstable fn call"Esteban Küber-1/+4
2025-01-18Disallow `A { .. }` if `A` has no fieldsEsteban Küber-0/+47