| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-18 | compiler: disallow `callconv` etc from depending on function parameters | mlugg | |
| Resolves: #22261 | |||
| 2024-10-19 | test: update for `CallingConvention` changes | mlugg | |
| This also includes some compiler and std changes to correct error messages which weren't properly updated before. | |||
| 2024-07-13 | Compilation: introduce work stages for better work distribution | Jacob Young | |
| 2023-07-08 | Sema: infrastructure for supporting more than .C callconv for variadic functions | r00ster91 | |
| Now you can add new calling conventions that you confirmed to work with variadic functions simply in a single place and the rest will work automatically. | |||
| 2023-06-19 | all: zig fmt and rename "@XToY" to "@YFromX" | Eric Joldasov | |
| Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me> | |||
| 2022-12-17 | implement defining C variadic functions | Veikka Tuominen | |
