| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -22/+0 | |
| 2024-12-19 | Explicitly register `MSVC`/`NONMSVC` revisions for some codegen tests | 许杰友 Jieyou Xu (Joe) | -4/+5 | |
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2023-12-15 | Adapt debug-accessibility tests for msvc-style enums | Wesley Wiser | -1/+3 | |
| 2023-12-15 | codegen_llvm: set DW_AT_accessibility | David Wood | -0/+19 | |
| Sets the accessibility of types and fields in DWARF using `DW_AT_accessibility` attribute. `DW_AT_accessibility` (public/protected/private) isn't exactly right for Rust, but neither is `DW_AT_visibility` (local/exported/qualified), and there's no way to set `DW_AT_visbility` in LLVM's API. Signed-off-by: David Wood <david@davidtw.co> | ||||
