| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-26 | Ignore more failing ui tests for GCC backend | Guillaume Gomez | -0/+1 | |
| 2025-09-11 | c-variadic: allow trait methods to be c-variadic | Folkert de Vries | -17/+50 | |
| but a C-variadic method makes a trait dyn-incompatible. That is because methods from dyn traits, when cast to a function pointer, create a shim. That shim can't really forward the c-variadic arguments. | ||||
| 2025-09-11 | c-variadic: allow inherent methods to be c-variadic | Folkert de Vries | -0/+40 | |
