| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -152/+0 | |
| 2025-02-11 | tests/codegen: use -Copt-level=3 instead of -O | Jubilee Young | -1/+1 | |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -1/+0 | |
| 2024-03-25 | Don't emit load metadata in debug mode | clubby789 | -1/+2 | |
| 2024-02-25 | Use generic `NonZero` in tests. | Markus Reiter | -4/+4 | |
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2023-07-27 | CHECK only for opaque ptr | Josh Stone | -17/+17 | |
| 2023-01-17 | Add more codegen tests | Nilstrieb | -3/+3 | |
| 2023-01-17 | Improve comments | Nilstrieb | -1/+1 | |
| 2023-01-17 | Put `noundef` on all scalars that don't allow uninit | Nilstrieb | -3/+3 | |
| Previously, it was only put on scalars with range validity invariants like bool, was uninit was obviously invalid for those. Since then, we have normatively declared all uninit primitives to be undefined behavior and can therefore put `noundef` on them. The remaining concern was the `mem::uninitialized` function, which cause quite a lot of UB in the older parts of the ecosystem. This function now doesn't return uninit values anymore, making users of it safe from this change. The only real sources of UB where people could encounter uninit primitives are `MaybeUninit::uninit().assume_init()`, which has always be clear in the docs about being UB and from heap allocations (like reading from the spare capacity of a vec. This is hopefully rare enough to not break anything. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+152 | |
