index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
comptime_string_map.zig
Age
Commit message (
Expand
)
Author
2024-01-19
do not enforce function parameters to be marked comptime if only called at co...
Meghan Denny
2024-01-05
std.CompTimeStringMap*: support empty initialization list
Pat Tullmann
2024-01-02
std.ComptimeStringMap: allow getting kv index
Meghan Denny
2023-09-14
ComptimeStringMap: Add version that takes an equality function
Ryan Liptak
2023-06-26
std.sort.block: add safety check for lessThan return value
Ali Chraghi
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-04-22
Add doc comments for ComptimeStringMap
Bogdan Romanyuk
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-12-08
Re-apply: "std.ComptimeStringMap: use tuple types"
r00ster91
2022-12-08
Revert "std.ComptimeStringMap: use tuple types"
Andrew Kelley
2022-12-07
std.ComptimeStringMap: use tuple types
r00ster91
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-13
ComptimeStringMap: expose kvs array in returned struct
Ryan Liptak
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-15
std: don't reference non-existant ComptimeStringHashMap type
Björn Linse
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2020-12-31
Year++
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-06-08
std.sort: give comparator functions a context parameter
Andrew Kelley
2020-05-26
std.ComptimeStringMap: Add support for void value type (i.e. a set)
Ryan Liptak
2020-05-26
Add std.ComptimeStringMap
Ryan Liptak