about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-04-18Auto merge of #139996 - matthiaskrgr:rollup-0nka2hw, r=matthiaskrgrbors-23/+701
2025-04-18Rollup merge of #139989 - durin42:llvm-21-issue-101082, r=cuviperMatthias Krüger-10/+2
2025-04-18Rollup merge of #139976 - jieyouxu:plumbing, r=KobzolMatthias Krüger-4/+2
2025-04-18Rollup merge of #138599 - adwinwhite:recursive-overflow, r=wesleywiserMatthias Krüger-61/+16
2025-04-18Rollup merge of #139942 - dalvescb:master, r=jieyouxuMatthias Krüger-0/+1
2025-04-18Rollup merge of #139913 - fmease:rustdoc-fix-fn-param-handling, r=GuillaumeGomezMatthias Krüger-8/+57
2025-04-18Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmannMatthias Krüger-9/+74
2025-04-18Rollup merge of #139393 - willglynn:rustdoc_output_target_feature_information...Matthias Krüger-0/+132
2025-04-18Rollup merge of #138528 - dianne:implicit-deref-patterns, r=NadrierilMatthias Krüger-6/+437
2025-04-17Rollup merge of #139971 - LukasWoodtli:gardena/lw/fix-cstring-merging-test, r...Matthias Krüger-3/+5
2025-04-17Rollup merge of #139967 - jieyouxu:auxiliary, r=wesleywiserMatthias Krüger-60/+40
2025-04-17Rollup merge of #139498 - alexcrichton:wasm-zst-safe, r=wesleywiserMatthias Krüger-0/+6
2025-04-17Rollup merge of #139351 - EnzymeAD:autodiff-batching2, r=oli-obkMatthias Krüger-0/+113
2025-04-17tests: adjust 101082 test for LLVM 21 fixAugie Fackler-10/+2
2025-04-17Rollup merge of #139943 - fmease:rustdoc-ixcre-trait-aliases, r=GuillaumeGomezMatthias Krüger-39/+95
2025-04-17Rollup merge of #139902 - lcnr:no-opaque-cast-projection, r=oli-obkMatthias Krüger-1/+4
2025-04-17Rollup merge of #139850 - xizheyin:issue-138698, r=jieyouxuMatthias Krüger-0/+50
2025-04-17Rollup merge of #139774 - compiler-errors:supertrait-alias, r=lcnrMatthias Krüger-0/+103
2025-04-17run-make: drop `os_pipe` workaround now that `anonymous_pipe` is stable on betaJieyou Xu-4/+2
2025-04-17Ignore zero-sized types in wasm future-compat warningAlex Crichton-0/+6
2025-04-17Make C string merging test work on MIPSLukas Woodtli-3/+5
2025-04-17Hide unstable print kinds within emit_unknown_print_request_help in stable ch...xizheyin-0/+50
2025-04-17tests: remove unused auxiliaries under `tests/ui/directory_ownership/`Jieyou Xu-10/+0
2025-04-17tests: use `//@ ignore-auxiliary` with backlinked primary test fileJieyou Xu-49/+37
2025-04-17Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgrbors-586/+616
2025-04-17tests: refine disable reason for `tests/debuginfo/drop-locations.rs`Jieyou Xu-1/+3
2025-04-17check OpaqueCast tests with next-solverlcnr-1/+4
2025-04-17rustdoc: Properly clean fn params in all contextsLeón Orell Valerian Liehr-8/+57
2025-04-17Auto merge of #139940 - matthiaskrgr:rollup-rd4d3fn, r=matthiaskrgrbors-157/+795
2025-04-17Rollup merge of #139944 - shepmaster:eager-diagnostics, r=nnethercoteMatthias Krüger-14/+12
2025-04-17Rollup merge of #139904 - ferrocene:lw-wkumpwrytvtp, r=nnethercote,jieyouxuMatthias Krüger-7/+53
2025-04-17Rollup merge of #139782 - xizheyin:issue-139627, r=wesleywiserMatthias Krüger-0/+16
2025-04-17Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur...Matthias Krüger-565/+535
2025-04-16Move eager translation to a method on `Diag`Jake Goulding-14/+12
2025-04-17Auto merge of #139938 - matthiaskrgr:rollup-19ddpus, r=matthiaskrgrbors-67/+43
2025-04-17Support inlined cross-crate re-exported trait aliasesLeón Orell Valerian Liehr-39/+95
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-8/+8
2025-04-17Augment some tests involving attributes.Nicholas Nethercote-3/+46
2025-04-17Fix attribute printing in an error.Nicholas Nethercote-4/+4
2025-04-17Warnings-as-errors in `check-builtin-attr-ice.rs`.Nicholas Nethercote-4/+26
2025-04-16ignore aix for tests/ui/erros/pic-linker.rsCurtis D'Alves-0/+1
2025-04-16Make cow_of_cow test a teeny bit more explicitNadrieril-1/+2
2025-04-16add a feature gate testdianne-0/+44
2025-04-16upvar inference for implicit deref patternsdianne-0/+27
2025-04-16respect the tcx's recursion limit when peelingdianne-0/+41
2025-04-16don't peel ADTs the pattern could matchdianne-0/+79
2025-04-17Rollup merge of #139915 - RalfJung:intrinsic-imports, r=compiler-errorsMatthias Krüger-52/+4
2025-04-17Rollup merge of #139900 - lcnr:normalizes-to-where-bounds-unproductive, r=com...Matthias Krüger-0/+188
2025-04-17Rollup merge of #139889 - spencer3035:clean-ui-tests-3-of-n, r=jieyouxuMatthias Krüger-12/+50
2025-04-17Rollup merge of #139854 - fmease:modern-diag-for-lt-in-ty, r=davidtwcoMatthias Krüger-78/+215