about summary refs log tree commit diff
path: root/tests/codegen/slice-iter-len-eq-zero.rs
AgeCommit message (Collapse)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-60/+0
2025-02-12`transmute` should also assume non-null pointersScott McMurray-1/+35
Previously it only did integer-ABI things, but this way it does data pointers too. That gives more information in general to the backend, and allows slightly simplifying one of the helpers in slice iterators.
2025-02-11tests/codegen: use -Copt-level=3 instead of -OJubilee Young-1/+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
It looks like none of these are actually needed.
2023-07-27CHECK only for opaque ptrJosh Stone-1/+1
2023-07-20Get `!nonnull` metadata consistently in slice iterators, without needing ↵Scott McMurray-2/+2
`assume`s
2023-07-08Always name the return place.Camille GILLOT-4/+4
2023-01-11Move /src/test to /testsAlbert Larsan-0/+28