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
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
2020-04-03
Update all remaining uses of &outStream().stream
Ryan Liptak
2020-03-31
Fix porting of zlib alder32 with large input
Michaƫl Larouche
2020-03-19
update std lib to take advantage of slicing with comptime indexes
Andrew Kelley
2020-03-19
std lib fixups for new semantics
Andrew Kelley
2020-03-01
short std.builtin enum literals in std lib
xackus
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-02-01
Run `zig fmt`
LemonBoy
2020-01-29
Convert a bunch of page_allocator to testing.allocator
Benjamin Feng
2020-01-27
remove invalid use of `allowzero` in std.crypto.murmur
Andrew Kelley
2020-01-18
std: use non-exhaustive enums from crc module
daurnimator
2020-01-09
Fix remaining variadic formatted prints
Ryan Liptak
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-09
remove var args from the language
Andrew Kelley
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-12-06
getStdOut fixes
data-man
2019-12-06
remove `@inlineCall` from zig
Andrew Kelley
2019-11-27
remove type coercion from array values to references
Andrew Kelley
[next]