about summary refs log tree commit diff
path: root/tests/codegen/slice-iter-nonnull.rs
AgeCommit message (Expand)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-115/+0
2025-02-14Simplify `slice::Iter::next` enough that it inlinesScott McMurray-3/+3
2025-02-11tests/codegen: use -Copt-level=3 instead of -OJubilee Young-1/+1
2024-12-05Adapt codegen tests for NUW inferenceTim Neumann-6/+6
2024-08-31ignore/fix layout-sensitive testsThe 8472-0/+1
2024-02-23Ignore less tests in debug buildsBen Kimock-1/+0
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2024-01-23Remove uses of no-system-llvmNikita Popov-1/+0
2023-12-15Separate immediate and in-memory ScalarPair representationNikita Popov-4/+4
2023-09-01update tests that are ignored by debugDing Xiang Fei-3/+3
2023-07-20Get `!nonnull` metadata consistently in slice iterators, without needing `ass...Scott McMurray-0/+39
2023-05-12Remove useless `assume`s from `slice::iter(_mut)`Scott McMurray-0/+35
2023-05-06Remove some `assume`s from slice iterators that don't do anythingScott McMurray-0/+42