about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-04-20stabilize `naked_functions`Folkert de Vries-264/+160
2025-04-20Auto merge of #140043 - ChrisDenton:rollup-vwf0s9j, r=ChrisDentonbors-871/+805
2025-04-19Rollup merge of #139042 - compiler-errors:do-not-optimize-switchint, r=saethlinChris Denton-31/+131
2025-04-19Rollup merge of #139995 - spencer3035:clean-ui-tests-4-of-n, r=jieyouxuChris Denton-176/+201
2025-04-19Rollup merge of #139834 - ChrisDenton:spf, r=WaffleLapkinChris Denton-0/+61
2025-04-19Rollup merge of #139762 - compiler-errors:non-env, r=lcnrChris Denton-17/+49
2025-04-19Rollup merge of #139753 - folkertdev:naked-function-unsafe-attribute, r=tgros...Chris Denton-362/+341
2025-04-19Rollup merge of #139091 - mejrs:format, r=compiler-errorsChris Denton-316/+153
2025-04-19Rollup merge of #139919 - GuillaumeGomez:rustdoc-json-1-indexed, r=aDotInTheVoidChris Denton-2/+6
2025-04-19Rollup merge of #137454 - mu001999-contrib:fix-137414, r=wesleywiserChris Denton-0/+11
2025-04-19Auto merge of #139114 - m-ou-se:super-let-pin, r=davidtwcobors-81/+26
2025-04-19Cleaned up 4 tests in `tests/ui/issues`Spencer-176/+201
2025-04-19Make `#[naked]` an unsafe attributeFolkert de Vries-362/+341
2025-04-18Add regression test for span 1-indexed checkGuillaume Gomez-2/+6
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-18Don't assemble non-env/bound candidates if projection is rigidMichael Goulet-17/+49
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