aboutsummaryrefslogtreecommitdiff
path: root/tools/update_spirv_features.zig
AgeCommit message (Expand)Author
2025-02-18spirv: ziggify and remove unknown spirv featuresAli Cheraghi
2025-02-18target: update spirv featuresAli Cheraghi
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-12std.Target: Rename feature_set_fns to FeatureSetFnsLinus Groh
2024-04-07Update usages of `fmtId`/`isValidId`Carl Ã…stholm
2024-03-14chore: Fix some typosAhmed
2023-11-22Revert "Merge pull request #12060 from Vexu/IterableDir"Andrew Kelley
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-19std: Support user-provided jsonParse method. Unify json.Parser and json.parse...Josh Wolfe
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-05-25std.fs.file: Rename File.Kind enum values to snake caseLinus Groh
2023-05-23std.sort: add pdqsort and heapsortAli Chraghi
2023-05-13Update all std.mem.split calls to their appropriate functionRyan Liptak
2023-05-13std: Rewrite low-level json api to support streaming (#15602)Josh Wolfe
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-11-23adapt update_spriv_features to changed std patternRobin Voetter
2022-07-25std.mem: add `first` method to `SplitIterator` and `SplitBackwardsIterator`r00ster
2022-07-15std.fs: split `Dir` into `IterableDir`Veikka Tuominen
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: stage 1 and 2 buildingLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-08-06Update all usages of mem.split/mem.tokenize for generic versionRyan Liptak
2021-06-21fix code broken from previous commitJacob G-W
2021-06-13tools: Unbreak many toolsLemonBoy
2021-06-10zig fmtAndrew Kelley
2021-05-14SPIR-V: SPIR-V feature generation toolRobin Voetter