aboutsummaryrefslogtreecommitdiff
path: root/tools/update_spirv_features.zig
AgeCommit message (Expand)Author
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