| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -60/+0 | |
| 2025-02-12 | `transmute` should also assume non-null pointers | Scott 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-11 | tests/codegen: use -Copt-level=3 instead of -O | Jubilee Young | -1/+1 | |
| 2024-02-23 | Ignore less tests in debug builds | Ben Kimock | -1/+0 | |
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -2/+2 | |
| 2024-01-23 | Remove uses of no-system-llvm | Nikita Popov | -1/+0 | |
| It looks like none of these are actually needed. | ||||
| 2023-07-27 | CHECK only for opaque ptr | Josh Stone | -1/+1 | |
| 2023-07-20 | Get `!nonnull` metadata consistently in slice iterators, without needing ↵ | Scott McMurray | -2/+2 | |
| `assume`s | ||||
| 2023-07-08 | Always name the return place. | Camille GILLOT | -4/+4 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+28 | |
