summary refs log tree commit diff
path: root/tests/codegen/option-as-slice.rs
AgeCommit message (Expand)AuthorLines
2024-02-25Use generic `NonZero` in tests.Markus Reiter-5/+4
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-3/+3
2023-04-16ci: add a runner for vanilla LLVM 16Josh Stone-0/+2
2023-03-11Move `Option::as_slice` to an always-sound implementationScott McMurray-5/+13
2023-03-01Add `Option::as_slice`(`_mut`)Andre Bogus-0/+28