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
/
hash
Age
Commit message (
Expand
)
Author
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2022-01-31
std: make ArrayHashMap eql function accept an additional param
Andrew Kelley
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-27
std.rand: Refactor `Random` interface
Ominitay
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-30
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-09-19
Update `hash` & `crypto` benchmarks run comment (#9790)
Ali Chraghi
2021-09-01
re-enable mips behavior tests for vectors
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-07-21
Correct hasUniqueRepresentation for vectors
Tau
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-14
CLI: rename --override-lib-dir to --zig-lib-dir
Andrew Kelley
2021-06-14
std: fix auto hash of tagged union with void field
Isaac Freund
2021-05-20
Run `zig fmt` on src/ and lib/std/
Isaac Freund
2021-05-17
std: update regarding std.builtin reorganization
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-28
std: remove redundant comptime keyword
Andrew Kelley
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-03-21
Specify type in autoHash error message
Joris Hartog
2021-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
2021-01-11
std CityHash: disable memory-expensive tests for now
Andrew Kelley
2021-01-11
Modify cityhash to work at comptime
Martin Wickham
2021-01-02
std: disable a couple tests on windows
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-12-26
Handle unions in autoHash
Julius Putra Tanu Setiaji
2020-12-26
Also check whether structs contain slices
Julius Putra Tanu Setiaji
2020-12-17
std: Don't hash undefined bits
LemonBoy
2020-11-18
Change seed for Murmur2_64 from u32 to u64
breakin
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-09-14
Merge pull request #6172 from tadeokondrak/@Type(.Union)
Veikka Tuominen
2020-09-13
std: Make the CRC32 calculation slightly faster
LemonBoy
2020-09-07
Use less inefficient method of replacing TypeInfo.UnionField.enum_field
Tadeo Kondrak
2020-09-07
Update standard library for removal of TypeInfo.UnionField.enum_field
Tadeo Kondrak
2020-09-03
update uses of deprecated type field access
Vexu
2020-08-22
Promote hash/siphash to crypto/siphash
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-13
translate-c: add return if one is needed
Vexu
2020-07-26
make use of hasUniqueRepresentation to speed up hashing facilities, fastpath ...
Sahnvour
2020-07-26
improve autoHash type switch
Sahnvour
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-06-25
Use writer in benchmarks
data-man
2020-05-06
Optimization of vectors hashing
data-man
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
2020-04-28
@Vector -> std.meta.Vector
Tadeo Kondrak
2020-04-24
Add mips support to standard library
Timon Kruiper
[next]