aboutsummaryrefslogtreecommitdiff
path: root/doc/langref/test_functions.zig
AgeCommit message (Collapse)Author
2025-05-30langref: Update calling convention (#24022)Felix Rabe
* langref: Update calling convention * Apply suggestions from code review Co-authored-by: Alex Rønne Petersen <alex@alexrp.com> * langref: Just use .winapi directly --------- Co-authored-by: Alex Rønne Petersen <alex@alexrp.com>
2025-03-05Remove uses of deprecated callconv aliasesLinus Groh
2024-08-27compiler,lib,test,langref: migrate `@setCold` to `@branchHint`mlugg
2024-05-05Build: cleanupJacob Young
* `doc/langref` formatting * upgrade `.{ .path = "..." }` to `b.path("...")` * avoid using arguments named `self` * make `Build.Step.Id` usage more consistent * add `Build.pathResolve` * use `pathJoin` and `pathResolve` everywhere * make sure `Build.LazyPath.getPath2` returns an absolute path
2024-04-25migrate langref documentation generation to the build systemAndrew Kelley