rust/tests
Scott McMurray 61517dbbe6 Avoid a cast in ptr::slice_from_raw_parts(_mut)
Casting to `*const ()` or `*mut ()` just bloats the MIR, so let's not.

If ACP#362 goes through we can keep calling `ptr::from_raw_parts(_mut)` in these also without the cast, but that hasn't had any libs-api attention yet, so I'm not waiting on it.
2024-05-06 01:53:54 -07:00
..
assembly
auxiliary
codegen tests/ui: prepare some tests for --check-cfg by default 2024-05-04 11:30:38 +02:00
codegen-units
coverage Auto merge of #123602 - cjgillot:gvn-borrowed, r=oli-obk 2024-05-03 21:50:13 +00:00
coverage-run-rustdoc
crashes Auto merge of #123602 - cjgillot:gvn-borrowed, r=oli-obk 2024-05-03 21:50:13 +00:00
debuginfo
incremental
mir-opt Avoid a cast in ptr::slice_from_raw_parts(_mut) 2024-05-06 01:53:54 -07:00
pretty
run-make Rollup merge of #124698 - JoverZhang:test-rustdoc-determinism, r=jieyouxu 2024-05-04 12:37:23 +02:00
run-make-fulldeps
run-pass-valgrind
rustdoc
rustdoc-gui Add GUI regression test for setting's cog color 2024-05-05 20:07:12 +02:00
rustdoc-js
rustdoc-js-std
rustdoc-json
rustdoc-ui compiletest: add enable-by-default check-cfg 2024-05-04 11:30:38 +02:00
ui Rollup merge of #124742 - Urgau:check-cfg-rustfmt, r=fmease 2024-05-06 06:21:03 +02:00
ui-fulldeps
COMPILER_TESTS.md