| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-30 | Explicitly reject const C-variadic functions | Nicholas Bishop | -20/+73 | |
| Trying to use C-variadics in a const function would previously fail with an error like "destructor of `VaListImpl<'_>` cannot be evaluated at compile-time". Add an explicit check for const C-variadics to provide a clearer error: "functions cannot be both `const` and C-variadic". | ||||
| 2023-10-30 | Fix bad-c-variadic error being emitted multiple times | Nicholas Bishop | -27/+15 | |
| If a function incorrectly contains multiple `...` args, and is also not foreign or `unsafe extern "C"`, only emit the latter error once. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+206 | |
