about summary refs log tree commit diff
path: root/tests/codegen/option-as-slice.rs
AgeCommit message (Expand)AuthorLines
2025-02-11tests/codegen: use -Copt-level=3 instead of -OJubilee Young-1/+1
2024-10-07Add precondition checks to ptr::offset, ptr::add, ptr::subBen Kimock-2/+6
2024-07-15Use Option's discriminant as its size hintScott McMurray-1/+34
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+0
2024-03-17Remove an obsolete `ignore-llvm-version`Josh Stone-2/+0
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