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
juice
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
std.Io.Threaded-groups-2
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
Age
Commit message (
Expand
)
Author
2022-05-19
Merge pull request #11581 from erikarvstedt/fix-trailerflags
Andrew Kelley
2022-05-19
Merge pull request #11491 from poinwn/copysign-signbit
Andrew Kelley
2022-05-19
Add aliases to math builtins back into std.math (#11666)
frmdstryr
2022-05-17
std.Thread: insert a missing `@alignCast`
Andrew Kelley
2022-05-17
stage2: fix pointer arithmetic result type
Andrew Kelley
2022-05-17
std.math: simpler error handling
alice
2022-05-17
Simplify `Copysign`
alice
2022-05-17
Simplify `signbit`
alice
2022-05-17
zig test: Add proper detection for Windows console
YeonJiKun
2022-05-17
Merge pull request #11501 from Vexu/stage2-err-return-trace
Andrew Kelley
2022-05-16
Generate linux syscalls via. the linux source tree
Stephen Gregoratto
2022-05-16
Fixes comptime 'error: cannot assign to constant' error in siphash.
Felix "xq" Queißner
2022-05-16
Sema: improve index out of bounds panic message
Veikka Tuominen
2022-05-16
stage2: add runtime safety for unwrapping error
Veikka Tuominen
2022-05-16
stage2: disable error return tracing on unsupported targets
Veikka Tuominen
2022-05-16
stage2: implement error return traces
Veikka Tuominen
2022-05-16
Merge pull request #11316 from wsengir/stage2-overflow-safety
Andrew Kelley
2022-05-17
std.os: add timerfd_create, timerfd_settime and timerfd_gettime
Thiago Teodoro Pereira Silva
2022-05-16
`std.math.powi`: use standard definition of underflow/overflow, implement `u0...
leesongun
2022-05-16
std.os: Add memfd_create for FreeBSD
Isaac Freund
2022-05-16
C backend: implement overflow arithmetic
Andrew Kelley
2022-05-14
init-exe: add note about log_level in ReleaseSmall and ReleaseFast build mode...
Robin
2022-05-13
std.Progress: activate() calls maybeRefresh()
Andrew Kelley
2022-05-13
Merge pull request #11641 from erikarvstedt/fixup_rand_float_improvement
Andrew Kelley
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-13
std.os.linux: fix signature of setgroups
Jonathan Marler
2022-05-12
add std.math.sign
Travis Staloch
2022-05-12
std.rand.float: simplify leading zero calculations
Erik Arvstedt
2022-05-12
std.rand: fixup 'improve random float generation'
Erik Arvstedt
2022-05-11
remove RtlUpcaseUnicodeString, no longer needed
Jonathan Marler
2022-05-11
fix ntdll extern casing
Jonathan Marler
2022-05-11
document that on Windows, all key arguments in EnvMap must be valid utf8
Jonathan Marler
2022-05-11
incorporate review changes from squeek
Jonathan Marler
2022-05-11
some fixes to the EnvMap HashContext
Jonathan Marler
2022-05-11
reverse some of the now unneeded changes from squeek
Jonathan Marler
2022-05-11
add unicode support
Jonathan Marler
2022-05-11
remove extra storage from EnvMap on windows
Jonathan Marler
2022-05-11
EnvMapWindows: Fix putUtf8 not uppercasing keys
Ryan Liptak
2022-05-11
Set EnvMap.Size to BufMap.BufMapHashMap.Size
Ryan Liptak
2022-05-11
Fix regression in RunStep.addPathDir
Ryan Liptak
2022-05-11
Make the BufMap.count return value match its underlying HashMap's Size
Ryan Liptak
2022-05-11
Update usages of `process.getEnvMap` and change BufMap -> EnvMap where applic...
Jonathan Marler
2022-05-11
Add `process.EnvMap`, a platform-independent environment variable map
Ryan Liptak
2022-05-11
Revert "add std.rand.RomuTrio"
Andrew Kelley
2022-05-11
add std.rand.RomuTrio
Francesco Alemanno
2022-05-11
std: add http definitions for Method and Status (#10661)
Meghan
2022-05-11
Merge pull request #10595 from squeek502/getenvW-case
Andrew Kelley
2022-05-11
Merge pull request #11618 from arBmind/json-stringify-patch
Veikka Tuominen
2022-05-10
Merge pull request #9831 from mathetake/llvmvisibility
Andrew Kelley
2022-05-10
std.rand: move tests to a separate test file
Andrew Kelley
[next]