aboutsummaryrefslogtreecommitdiff
path: root/lib/std/comptime_string_map.zig
AgeCommit message (Expand)Author
2024-01-02std.ComptimeStringMap: allow getting kv indexMeghan Denny
2023-09-14ComptimeStringMap: Add version that takes an equality functionRyan Liptak
2023-06-26std.sort.block: add safety check for lessThan return valueAli Chraghi
2023-05-23std.sort: add pdqsort and heapsortAli Chraghi
2023-04-22Add doc comments for ComptimeStringMapBogdan Romanyuk
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-12-08Re-apply: "std.ComptimeStringMap: use tuple types"r00ster91
2022-12-08Revert "std.ComptimeStringMap: use tuple types"Andrew Kelley
2022-12-07std.ComptimeStringMap: use tuple typesr00ster91
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-13ComptimeStringMap: expose kvs array in returned structRyan Liptak
2021-06-21fix code broken from previous commitJacob G-W
2021-06-15std: don't reference non-existant ComptimeStringHashMap typeBjörn Linse
2021-05-08std: update usage of std.testingVeikka Tuominen
2020-12-31Year++Frank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-11run zig fmt on std lib and self hostedVexu
2020-06-08std.sort: give comparator functions a context parameterAndrew Kelley
2020-05-26std.ComptimeStringMap: Add support for void value type (i.e. a set)Ryan Liptak
2020-05-26Add std.ComptimeStringMapRyan Liptak